Shades of Carrot Orange #F09E1E
Tints of Carrot Orange #F09E1E
RGB
CMYK
RGB Variations
Color information
#F09E1E (or 0xF09E1E) is known color: Carrot Orange. HEX triplet: F0, 9E and 1E. RGB value is (240,158,30). Sum of RGB (Red+Green+Blue) = 240+158+30=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 30 (12.11% from 255 or 7.01% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F09E1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09E1E is #0F61E1. Grayscale: #A8A8A8. Windows color (decimal): -1008098 or 2006768. OLE color: 2006768.
HSL color Cylindrical-coordinate representation of color #F09E1E: hue angle of 36.57º 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 #F09E1E is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 30 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.06 |
| HSL | 36.57º | 0.88% | 0.53% | - |
| HSV(B) | 36.57º | 0.88% | 0.94% | - |
| XYZ | 48.4 | 43.07 | 6.99 | - |
| YUV | 167.93 | 50.17 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 30 | 0 | 0.34 | 0.87 | 0.06 | 36.57 | 0.88 | 0.53 |
| Hex | F0 | 9E | 1E | 0 | 22 | 57 | 6 | 25 | 58 | 35 |
| Octal | 360 | 236 | 36 | 0 | 42 | 127 | 6 | 45 | 130 | 65 |
| Binary | 11110000 | 10011110 | 11110 | 0 | 100010 | 1010111 | 110 | 100101 | 1011000 | 110101 |
Color Harmonies of #F09E1E
Complementary color
Monochromatic Colors of #F09E1E
Black with #F09E1E
Text Example
Text Example
White with #F09E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09E1E; }
p { color: rgb(240,158,30); }
H1.HeaderClassName
{
color: #F09E1E;
}
.AnyTagClassName
{
color: #F09E1E;
}
</style>
background-color css
<style>
a { background-color: #F09E1E; }
a { background-color: rgb(240,158,30); }
div.DivClassName
{
background-color: #F09E1E;
}
.BgClassName
{
background-color: #F09E1E;
}
</style>
border-color css
<style>
span { border-color: #F09E1E; }
span { border-color: rgb(240,158,30); }
td.TdClassName
{
border-color: #F09E1E;
}
.TagClassName
{
border-color: #F09E1E;
}
</style>