Shades of Carrot Orange #F49A1D
Tints of Carrot Orange #F49A1D
RGB
CMYK
RGB Variations
Color information
#F49A1D (or 0xF49A1D) is known color: Carrot Orange. HEX triplet: F4, 9A and 1D. RGB value is (244,154,29). Sum of RGB (Red+Green+Blue) = 244+154+29=427 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.14% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 29 (11.72% from 255 or 6.79% from 427); Max value from RGB is 244 - color contains mainly: red. Hex color #F49A1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49A1D is #0B65E2. Grayscale: #A7A7A7. Windows color (decimal): -746979 or 1940212. OLE color: 1940212.
HSL color Cylindrical-coordinate representation of color #F49A1D: hue angle of 34.88º 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 #F49A1D is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 154 | 29 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.04 |
| HSL | 34.88º | 0.91% | 0.54% | - |
| HSV(B) | 34.88º | 0.88% | 0.96% | - |
| XYZ | 49.09 | 42.43 | 6.77 | - |
| YUV | 166.66 | 50.32 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 154 | 29 | 0 | 0.37 | 0.88 | 0.04 | 34.88 | 0.91 | 0.54 |
| Hex | F4 | 9A | 1D | 0 | 25 | 58 | 4 | 23 | 5B | 36 |
| Octal | 364 | 232 | 35 | 0 | 45 | 130 | 4 | 43 | 133 | 66 |
| Binary | 11110100 | 10011010 | 11101 | 0 | 100101 | 1011000 | 100 | 100011 | 1011011 | 110110 |
Color Harmonies of #F49A1D
Complementary color
Monochromatic Colors of #F49A1D
Black with #F49A1D
Text Example
Text Example
White with #F49A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49A1D; }
p { color: rgb(244,154,29); }
H1.HeaderClassName
{
color: #F49A1D;
}
.AnyTagClassName
{
color: #F49A1D;
}
</style>
background-color css
<style>
a { background-color: #F49A1D; }
a { background-color: rgb(244,154,29); }
div.DivClassName
{
background-color: #F49A1D;
}
.BgClassName
{
background-color: #F49A1D;
}
</style>
border-color css
<style>
span { border-color: #F49A1D; }
span { border-color: rgb(244,154,29); }
td.TdClassName
{
border-color: #F49A1D;
}
.TagClassName
{
border-color: #F49A1D;
}
</style>