Shades of Carrot Orange #F0A022
Tints of Carrot Orange #F0A022
RGB
CMYK
RGB Variations
Color information
#F0A022 (or 0xF0A022) is known color: Carrot Orange. HEX triplet: F0, A0 and 22. RGB value is (240,160,34). Sum of RGB (Red+Green+Blue) = 240+160+34=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 34 (13.67% from 255 or 7.83% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A022 is #0F5FDD. Grayscale: #AAAAAA. Windows color (decimal): -1007582 or 2269424. OLE color: 2269424.
HSL color Cylindrical-coordinate representation of color #F0A022: hue angle of 36.7º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0A022 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 160 | 34 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.06 |
| HSL | 36.7º | 0.87% | 0.54% | - |
| HSV(B) | 36.7º | 0.86% | 0.94% | - |
| XYZ | 48.79 | 43.78 | 7.39 | - |
| YUV | 169.56 | 51.5 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 160 | 34 | 0 | 0.33 | 0.86 | 0.06 | 36.7 | 0.87 | 0.54 |
| Hex | F0 | A0 | 22 | 0 | 21 | 56 | 6 | 25 | 57 | 36 |
| Octal | 360 | 240 | 42 | 0 | 41 | 126 | 6 | 45 | 127 | 66 |
| Binary | 11110000 | 10100000 | 100010 | 0 | 100001 | 1010110 | 110 | 100101 | 1010111 | 110110 |
Color Harmonies of #F0A022
Complementary color
Monochromatic Colors of #F0A022
Black with #F0A022
Text Example
Text Example
White with #F0A022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A022; }
p { color: rgb(240,160,34); }
H1.HeaderClassName
{
color: #F0A022;
}
.AnyTagClassName
{
color: #F0A022;
}
</style>
background-color css
<style>
a { background-color: #F0A022; }
a { background-color: rgb(240,160,34); }
div.DivClassName
{
background-color: #F0A022;
}
.BgClassName
{
background-color: #F0A022;
}
</style>
border-color css
<style>
span { border-color: #F0A022; }
span { border-color: rgb(240,160,34); }
td.TdClassName
{
border-color: #F0A022;
}
.TagClassName
{
border-color: #F0A022;
}
</style>