Color spaces of #f38540
RGB | 243 | 133 | 64 |
---|---|---|---|
HSL | 0.06 | 0.88 | 0.60 |
HSV | 23° | 74° | 95° |
CMYK | 0.00 | 0.45 | 0.74 0.05 |
XYZ | 46.2751 | 36.1999 | 9.3988 |
Yxy | 36.1999 | 0.5037 | 0.3940 |
Hunter Lab | 60.1664 | 31.9967 | 32.8545 |
CIE-Lab | 66.6724 | 36.9979 | 54.1491 |
#f38540 color RGB value is (243,133,64).
#f38540 hex color red value is 243, green value is 133 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #f38540 hue: 0.06 , saturation: 0.88 and the lightness value of f38540 is 0.60.
The process color (four color CMYK) of #f38540 color hex is 0.00, 0.45, 0.74, 0.05. Web safe color of #f38540 is #ff9933. Color #f38540 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110011 | 10000101 | 01000000 |
Octal | 363 | 205 | 100 |
Decimal | 243 | 133 | 64 |
Hex | F3 | 85 | 40 |
Shades of #f38540
Tints of #f38540
RGB Percentages of Color #f38540
CMYK Percentages of Color #f38540
Complementary Color
#f38540 | #40aef3 |
#f38540 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f38540 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f38540 Color CSS Codes
.mybgcolor {background-color:#f38540; } .myforecolor {color:#f38540; } .mybordercolor {border:3px solid #f38540; }
#f38540 Text Font Color
<p style="color:#f38540">Text here</p>
This sample text font color is #f38540
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#f38540 Background Color
<div style="background-color:#f38540">
Div content here</div>
This div background color is #f38540
#f38540 Border Color
<div style="border:3px solid #f38540">
Div here</div>
This div border color is #f38540
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(243,133,64, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f38540; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f38540; -webkit-box-shadow: 1px 1px 3px 2px #f38540; box-shadow: 1px 1px 3px 2px #f38540; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(243,133,64, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f38540">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f38540; -webkit-box-shadow: 1px 1px 3px 2px #f38540; box-shadow: 1px 1px 3px 2px #f38540;">
Div content here</div>
This div box has shadow with color #f38540
Tangerine