Shades of Carrot Orange #F49C18
Tints of Carrot Orange #F49C18
RGB
CMYK
RGB Variations
Color information
#F49C18 (or 0xF49C18) is known color: Carrot Orange. HEX triplet: F4, 9C and 18. RGB value is (244,156,24). Sum of RGB (Red+Green+Blue) = 244+156+24=424 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.55% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 24 (9.77% from 255 or 5.66% from 424); Max value from RGB is 244 - color contains mainly: red. Hex color #F49C18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49C18 is #0B63E7. Grayscale: #A7A7A7. Windows color (decimal): -746472 or 1613044. OLE color: 1613044.
HSL color Cylindrical-coordinate representation of color #F49C18: hue angle of 36º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F49C18 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 156 | 24 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.04 |
| HSL | 36º | 0.91% | 0.53% | - |
| HSV(B) | 36º | 0.9% | 0.96% | - |
| XYZ | 49.36 | 43.08 | 6.58 | - |
| YUV | 167.26 | 47.15 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 156 | 24 | 0 | 0.36 | 0.90 | 0.04 | 36 | 0.91 | 0.53 |
| Hex | F4 | 9C | 18 | 0 | 24 | 5A | 4 | 24 | 5B | 35 |
| Octal | 364 | 234 | 30 | 0 | 44 | 132 | 4 | 44 | 133 | 65 |
| Binary | 11110100 | 10011100 | 11000 | 0 | 100100 | 1011010 | 100 | 100100 | 1011011 | 110101 |
Color Harmonies of #F49C18
Complementary color
Monochromatic Colors of #F49C18
Black with #F49C18
Text Example
Text Example
White with #F49C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49C18; }
p { color: rgb(244,156,24); }
H1.HeaderClassName
{
color: #F49C18;
}
.AnyTagClassName
{
color: #F49C18;
}
</style>
background-color css
<style>
a { background-color: #F49C18; }
a { background-color: rgb(244,156,24); }
div.DivClassName
{
background-color: #F49C18;
}
.BgClassName
{
background-color: #F49C18;
}
</style>
border-color css
<style>
span { border-color: #F49C18; }
span { border-color: rgb(244,156,24); }
td.TdClassName
{
border-color: #F49C18;
}
.TagClassName
{
border-color: #F49C18;
}
</style>