Shades of Carrot Orange #F4A020
Tints of Carrot Orange #F4A020
RGB
CMYK
RGB Variations
Color information
#F4A020 (or 0xF4A020) is known color: Carrot Orange. HEX triplet: F4, A0 and 20. RGB value is (244,160,32). Sum of RGB (Red+Green+Blue) = 244+160+32=436 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.96% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A020 is #0B5FDF. Grayscale: #ABABAB. Windows color (decimal): -745440 or 2138356. OLE color: 2138356.
HSL color Cylindrical-coordinate representation of color #F4A020: hue angle of 36.23º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F4A020 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 160 | 32 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.04 |
| HSL | 36.23º | 0.91% | 0.54% | - |
| HSV(B) | 36.23º | 0.87% | 0.96% | - |
| XYZ | 50.14 | 44.48 | 7.31 | - |
| YUV | 170.52 | 49.83 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 160 | 32 | 0 | 0.34 | 0.87 | 0.04 | 36.23 | 0.91 | 0.54 |
| Hex | F4 | A0 | 20 | 0 | 22 | 57 | 4 | 24 | 5B | 36 |
| Octal | 364 | 240 | 40 | 0 | 42 | 127 | 4 | 44 | 133 | 66 |
| Binary | 11110100 | 10100000 | 100000 | 0 | 100010 | 1010111 | 100 | 100100 | 1011011 | 110110 |
Color Harmonies of #F4A020
Complementary color
Monochromatic Colors of #F4A020
Black with #F4A020
Text Example
Text Example
White with #F4A020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A020; }
p { color: rgb(244,160,32); }
H1.HeaderClassName
{
color: #F4A020;
}
.AnyTagClassName
{
color: #F4A020;
}
</style>
background-color css
<style>
a { background-color: #F4A020; }
a { background-color: rgb(244,160,32); }
div.DivClassName
{
background-color: #F4A020;
}
.BgClassName
{
background-color: #F4A020;
}
</style>
border-color css
<style>
span { border-color: #F4A020; }
span { border-color: rgb(244,160,32); }
td.TdClassName
{
border-color: #F4A020;
}
.TagClassName
{
border-color: #F4A020;
}
</style>