Shades of Carrot Orange #F49320
Tints of Carrot Orange #F49320
RGB
CMYK
RGB Variations
Color information
#F49320 (or 0xF49320) is known color: Carrot Orange. HEX triplet: F4, 93 and 20. RGB value is (244,147,32). Sum of RGB (Red+Green+Blue) = 244+147+32=423 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.68% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 244 - color contains mainly: red. Hex color #F49320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49320 is #0B6CDF. Grayscale: #A3A3A3. Windows color (decimal): -748768 or 2135028. OLE color: 2135028.
HSL color Cylindrical-coordinate representation of color #F49320: hue angle of 32.55º 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 #F49320 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 147 | 32 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.04 |
| HSL | 32.55º | 0.91% | 0.54% | - |
| HSV(B) | 32.55º | 0.87% | 0.96% | - |
| XYZ | 48 | 40.2 | 6.6 | - |
| YUV | 162.89 | 54.14 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 147 | 32 | 0 | 0.40 | 0.87 | 0.04 | 32.55 | 0.91 | 0.54 |
| Hex | F4 | 93 | 20 | 0 | 28 | 57 | 4 | 21 | 5B | 36 |
| Octal | 364 | 223 | 40 | 0 | 50 | 127 | 4 | 41 | 133 | 66 |
| Binary | 11110100 | 10010011 | 100000 | 0 | 101000 | 1010111 | 100 | 100001 | 1011011 | 110110 |
Color Harmonies of #F49320
Complementary color
Monochromatic Colors of #F49320
Black with #F49320
Text Example
Text Example
White with #F49320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49320; }
p { color: rgb(244,147,32); }
H1.HeaderClassName
{
color: #F49320;
}
.AnyTagClassName
{
color: #F49320;
}
</style>
background-color css
<style>
a { background-color: #F49320; }
a { background-color: rgb(244,147,32); }
div.DivClassName
{
background-color: #F49320;
}
.BgClassName
{
background-color: #F49320;
}
</style>
border-color css
<style>
span { border-color: #F49320; }
span { border-color: rgb(244,147,32); }
td.TdClassName
{
border-color: #F49320;
}
.TagClassName
{
border-color: #F49320;
}
</style>