Shades of Carrot Orange #F09013
Tints of Carrot Orange #F09013
RGB
CMYK
RGB Variations
Color information
#F09013 (or 0xF09013) is known color: Carrot Orange. HEX triplet: F0, 90 and 13. RGB value is (240,144,19). Sum of RGB (Red+Green+Blue) = 240+144+19=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F09013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09013 is #0F6FEC. Grayscale: #9F9F9F. Windows color (decimal): -1011693 or 1282288. OLE color: 1282288.
HSL color Cylindrical-coordinate representation of color #F09013: hue angle of 33.94º 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 #F09013 is Cyan = 0, Magento = 0.4, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 19 | - |
| CMYK | 0 | 0.4 | 0.92 | 0.06 |
| HSL | 33.94º | 0.88% | 0.51% | - |
| HSV(B) | 33.94º | 0.92% | 0.94% | - |
| XYZ | 46.03 | 38.52 | 5.63 | - |
| YUV | 158.45 | 49.3 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 19 | 0 | 0.4 | 0.92 | 0.06 | 33.94 | 0.88 | 0.51 |
| Hex | F0 | 90 | 13 | 0 | 28 | 5C | 6 | 22 | 58 | 33 |
| Octal | 360 | 220 | 23 | 0 | 50 | 134 | 6 | 42 | 130 | 63 |
| Binary | 11110000 | 10010000 | 10011 | 0 | 101000 | 1011100 | 110 | 100010 | 1011000 | 110011 |
Color Harmonies of #F09013
Complementary color
Monochromatic Colors of #F09013
Black with #F09013
Text Example
Text Example
White with #F09013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09013; }
p { color: rgb(240,144,19); }
H1.HeaderClassName
{
color: #F09013;
}
.AnyTagClassName
{
color: #F09013;
}
</style>
background-color css
<style>
a { background-color: #F09013; }
a { background-color: rgb(240,144,19); }
div.DivClassName
{
background-color: #F09013;
}
.BgClassName
{
background-color: #F09013;
}
</style>
border-color css
<style>
span { border-color: #F09013; }
span { border-color: rgb(240,144,19); }
td.TdClassName
{
border-color: #F09013;
}
.TagClassName
{
border-color: #F09013;
}
</style>