Shades of Carrot Orange #F09014
Tints of Carrot Orange #F09014
RGB
CMYK
RGB Variations
Color information
#F09014 (or 0xF09014) is known color: Carrot Orange. HEX triplet: F0, 90 and 14. RGB value is (240,144,20). Sum of RGB (Red+Green+Blue) = 240+144+20=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F09014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09014 is #0F6FEB. Grayscale: #9F9F9F. Windows color (decimal): -1011692 or 1347824. OLE color: 1347824.
HSL color Cylindrical-coordinate representation of color #F09014: hue angle of 33.82º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F09014 is Cyan = 0, Magento = 0.4, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 20 | - |
| CMYK | 0 | 0.4 | 0.92 | 0.06 |
| HSL | 33.82º | 0.88% | 0.51% | - |
| HSV(B) | 33.82º | 0.92% | 0.94% | - |
| XYZ | 46.03 | 38.52 | 5.67 | - |
| YUV | 158.57 | 49.8 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 20 | 0 | 0.4 | 0.92 | 0.06 | 33.82 | 0.88 | 0.51 |
| Hex | F0 | 90 | 14 | 0 | 28 | 5C | 6 | 22 | 58 | 33 |
| Octal | 360 | 220 | 24 | 0 | 50 | 134 | 6 | 42 | 130 | 63 |
| Binary | 11110000 | 10010000 | 10100 | 0 | 101000 | 1011100 | 110 | 100010 | 1011000 | 110011 |
Color Harmonies of #F09014
Complementary color
Monochromatic Colors of #F09014
Black with #F09014
Text Example
Text Example
White with #F09014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09014; }
p { color: rgb(240,144,20); }
H1.HeaderClassName
{
color: #F09014;
}
.AnyTagClassName
{
color: #F09014;
}
</style>
background-color css
<style>
a { background-color: #F09014; }
a { background-color: rgb(240,144,20); }
div.DivClassName
{
background-color: #F09014;
}
.BgClassName
{
background-color: #F09014;
}
</style>
border-color css
<style>
span { border-color: #F09014; }
span { border-color: rgb(240,144,20); }
td.TdClassName
{
border-color: #F09014;
}
.TagClassName
{
border-color: #F09014;
}
</style>