Shades of Carrot Orange #F09D1E
Tints of Carrot Orange #F09D1E
RGB
CMYK
RGB Variations
Color information
#F09D1E (or 0xF09D1E) is known color: Carrot Orange. HEX triplet: F0, 9D and 1E. RGB value is (240,157,30). Sum of RGB (Red+Green+Blue) = 240+157+30=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 30 (12.11% from 255 or 7.03% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09D1E is #0F62E1. Grayscale: #A7A7A7. Windows color (decimal): -1008354 or 2006512. OLE color: 2006512.
HSL color Cylindrical-coordinate representation of color #F09D1E: hue angle of 36.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F09D1E is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 30 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.06 |
| HSL | 36.29º | 0.88% | 0.53% | - |
| HSV(B) | 36.29º | 0.88% | 0.94% | - |
| XYZ | 48.23 | 42.73 | 6.93 | - |
| YUV | 167.34 | 50.5 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 30 | 0 | 0.35 | 0.87 | 0.06 | 36.29 | 0.88 | 0.53 |
| Hex | F0 | 9D | 1E | 0 | 23 | 57 | 6 | 24 | 58 | 35 |
| Octal | 360 | 235 | 36 | 0 | 43 | 127 | 6 | 44 | 130 | 65 |
| Binary | 11110000 | 10011101 | 11110 | 0 | 100011 | 1010111 | 110 | 100100 | 1011000 | 110101 |
Color Harmonies of #F09D1E
Complementary color
Monochromatic Colors of #F09D1E
Black with #F09D1E
Text Example
Text Example
White with #F09D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09D1E; }
p { color: rgb(240,157,30); }
H1.HeaderClassName
{
color: #F09D1E;
}
.AnyTagClassName
{
color: #F09D1E;
}
</style>
background-color css
<style>
a { background-color: #F09D1E; }
a { background-color: rgb(240,157,30); }
div.DivClassName
{
background-color: #F09D1E;
}
.BgClassName
{
background-color: #F09D1E;
}
</style>
border-color css
<style>
span { border-color: #F09D1E; }
span { border-color: rgb(240,157,30); }
td.TdClassName
{
border-color: #F09D1E;
}
.TagClassName
{
border-color: #F09D1E;
}
</style>