Shades of Carrot Orange #F09120
Tints of Carrot Orange #F09120
RGB
CMYK
RGB Variations
Color information
#F09120 (or 0xF09120) is known color: Carrot Orange. HEX triplet: F0, 91 and 20. RGB value is (240,145,32). Sum of RGB (Red+Green+Blue) = 240+145+32=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F09120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09120 is #0F6EDF. Grayscale: #A1A1A1. Windows color (decimal): -1011424 or 2134512. OLE color: 2134512.
HSL color Cylindrical-coordinate representation of color #F09120: hue angle of 32.6º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F09120 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 32 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.06 |
| HSL | 32.6º | 0.87% | 0.53% | - |
| HSV(B) | 32.6º | 0.87% | 0.94% | - |
| XYZ | 46.32 | 38.88 | 6.43 | - |
| YUV | 160.52 | 55.47 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 32 | 0 | 0.40 | 0.87 | 0.06 | 32.6 | 0.87 | 0.53 |
| Hex | F0 | 91 | 20 | 0 | 28 | 57 | 6 | 21 | 57 | 35 |
| Octal | 360 | 221 | 40 | 0 | 50 | 127 | 6 | 41 | 127 | 65 |
| Binary | 11110000 | 10010001 | 100000 | 0 | 101000 | 1010111 | 110 | 100001 | 1010111 | 110101 |
Color Harmonies of #F09120
Complementary color
Monochromatic Colors of #F09120
Black with #F09120
Text Example
Text Example
White with #F09120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09120; }
p { color: rgb(240,145,32); }
H1.HeaderClassName
{
color: #F09120;
}
.AnyTagClassName
{
color: #F09120;
}
</style>
background-color css
<style>
a { background-color: #F09120; }
a { background-color: rgb(240,145,32); }
div.DivClassName
{
background-color: #F09120;
}
.BgClassName
{
background-color: #F09120;
}
</style>
border-color css
<style>
span { border-color: #F09120; }
span { border-color: rgb(240,145,32); }
td.TdClassName
{
border-color: #F09120;
}
.TagClassName
{
border-color: #F09120;
}
</style>