Shades of Carrot Orange #F49020
Tints of Carrot Orange #F49020
RGB
CMYK
RGB Variations
Color information
#F49020 (or 0xF49020) is known color: Carrot Orange. HEX triplet: F4, 90 and 20. RGB value is (244,144,32). Sum of RGB (Red+Green+Blue) = 244+144+32=420 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.10% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 244 - color contains mainly: red. Hex color #F49020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49020 is #0B6FDF. Grayscale: #A1A1A1. Windows color (decimal): -749536 or 2134260. OLE color: 2134260.
HSL color Cylindrical-coordinate representation of color #F49020: hue angle of 31.7º 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 #F49020 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 32 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.04 |
| HSL | 31.7º | 0.91% | 0.54% | - |
| HSV(B) | 31.7º | 0.87% | 0.96% | - |
| XYZ | 47.54 | 39.28 | 6.44 | - |
| YUV | 161.13 | 55.13 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 32 | 0 | 0.41 | 0.87 | 0.04 | 31.7 | 0.91 | 0.54 |
| Hex | F4 | 90 | 20 | 0 | 29 | 57 | 4 | 20 | 5B | 36 |
| Octal | 364 | 220 | 40 | 0 | 51 | 127 | 4 | 40 | 133 | 66 |
| Binary | 11110100 | 10010000 | 100000 | 0 | 101001 | 1010111 | 100 | 100000 | 1011011 | 110110 |
Color Harmonies of #F49020
Complementary color
Monochromatic Colors of #F49020
Black with #F49020
Text Example
Text Example
White with #F49020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49020; }
p { color: rgb(244,144,32); }
H1.HeaderClassName
{
color: #F49020;
}
.AnyTagClassName
{
color: #F49020;
}
</style>
background-color css
<style>
a { background-color: #F49020; }
a { background-color: rgb(244,144,32); }
div.DivClassName
{
background-color: #F49020;
}
.BgClassName
{
background-color: #F49020;
}
</style>
border-color css
<style>
span { border-color: #F49020; }
span { border-color: rgb(244,144,32); }
td.TdClassName
{
border-color: #F49020;
}
.TagClassName
{
border-color: #F49020;
}
</style>