Shades of Carrot Orange #F49D1E
Tints of Carrot Orange #F49D1E
RGB
CMYK
RGB Variations
Color information
#F49D1E (or 0xF49D1E) is known color: Carrot Orange. HEX triplet: F4, 9D and 1E. RGB value is (244,157,30). Sum of RGB (Red+Green+Blue) = 244+157+30=431 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.61% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 30 (12.11% from 255 or 6.96% from 431); Max value from RGB is 244 - color contains mainly: red. Hex color #F49D1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49D1E is #0B62E1. Grayscale: #A9A9A9. Windows color (decimal): -746210 or 2006516. OLE color: 2006516.
HSL color Cylindrical-coordinate representation of color #F49D1E: hue angle of 35.61º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F49D1E is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 157 | 30 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.04 |
| HSL | 35.61º | 0.91% | 0.54% | - |
| HSV(B) | 35.61º | 0.88% | 0.96% | - |
| XYZ | 49.6 | 43.44 | 7 | - |
| YUV | 168.54 | 49.82 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 157 | 30 | 0 | 0.36 | 0.88 | 0.04 | 35.61 | 0.91 | 0.54 |
| Hex | F4 | 9D | 1E | 0 | 24 | 58 | 4 | 24 | 5B | 36 |
| Octal | 364 | 235 | 36 | 0 | 44 | 130 | 4 | 44 | 133 | 66 |
| Binary | 11110100 | 10011101 | 11110 | 0 | 100100 | 1011000 | 100 | 100100 | 1011011 | 110110 |
Color Harmonies of #F49D1E
Complementary color
Monochromatic Colors of #F49D1E
Black with #F49D1E
Text Example
Text Example
White with #F49D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49D1E; }
p { color: rgb(244,157,30); }
H1.HeaderClassName
{
color: #F49D1E;
}
.AnyTagClassName
{
color: #F49D1E;
}
</style>
background-color css
<style>
a { background-color: #F49D1E; }
a { background-color: rgb(244,157,30); }
div.DivClassName
{
background-color: #F49D1E;
}
.BgClassName
{
background-color: #F49D1E;
}
</style>
border-color css
<style>
span { border-color: #F49D1E; }
span { border-color: rgb(244,157,30); }
td.TdClassName
{
border-color: #F49D1E;
}
.TagClassName
{
border-color: #F49D1E;
}
</style>