Shades of Carrot Orange #F09010
Tints of Carrot Orange #F09010
RGB
CMYK
RGB Variations
Color information
#F09010 (or 0xF09010) is known color: Carrot Orange. HEX triplet: F0, 90 and 10. RGB value is (240,144,16). Sum of RGB (Red+Green+Blue) = 240+144+16=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F09010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09010 is #0F6FEF. Grayscale: #9E9E9E. Windows color (decimal): -1011696 or 1085680. OLE color: 1085680.
HSL color Cylindrical-coordinate representation of color #F09010: hue angle of 34.29º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F09010 is Cyan = 0, Magento = 0.4, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 16 | - |
| CMYK | 0 | 0.4 | 0.93 | 0.06 |
| HSL | 34.29º | 0.88% | 0.5% | - |
| HSV(B) | 34.29º | 0.93% | 0.94% | - |
| XYZ | 46 | 38.51 | 5.5 | - |
| YUV | 158.11 | 47.8 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 16 | 0 | 0.4 | 0.93 | 0.06 | 34.29 | 0.88 | 0.5 |
| Hex | F0 | 90 | 10 | 0 | 28 | 5D | 6 | 22 | 58 | 32 |
| Octal | 360 | 220 | 20 | 0 | 50 | 135 | 6 | 42 | 130 | 62 |
| Binary | 11110000 | 10010000 | 10000 | 0 | 101000 | 1011101 | 110 | 100010 | 1011000 | 110010 |
Color Harmonies of #F09010
Complementary color
Monochromatic Colors of #F09010
Black with #F09010
Text Example
Text Example
White with #F09010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09010; }
p { color: rgb(240,144,16); }
H1.HeaderClassName
{
color: #F09010;
}
.AnyTagClassName
{
color: #F09010;
}
</style>
background-color css
<style>
a { background-color: #F09010; }
a { background-color: rgb(240,144,16); }
div.DivClassName
{
background-color: #F09010;
}
.BgClassName
{
background-color: #F09010;
}
</style>
border-color css
<style>
span { border-color: #F09010; }
span { border-color: rgb(240,144,16); }
td.TdClassName
{
border-color: #F09010;
}
.TagClassName
{
border-color: #F09010;
}
</style>