Shades of Carrot Orange #F49123
Tints of Carrot Orange #F49123
RGB
CMYK
RGB Variations
Color information
#F49123 (or 0xF49123) is known color: Carrot Orange. HEX triplet: F4, 91 and 23. RGB value is (244,145,35). Sum of RGB (Red+Green+Blue) = 244+145+35=424 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.55% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 35 (14.06% from 255 or 8.25% from 424); Max value from RGB is 244 - color contains mainly: red. Hex color #F49123 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49123 is #0B6EDC. Grayscale: #A2A2A2. Windows color (decimal): -749277 or 2331124. OLE color: 2331124.
HSL color Cylindrical-coordinate representation of color #F49123: hue angle of 31.58º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F49123 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 145 | 35 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.04 |
| HSL | 31.58º | 0.9% | 0.55% | - |
| HSV(B) | 31.58º | 0.86% | 0.96% | - |
| XYZ | 47.74 | 39.61 | 6.72 | - |
| YUV | 162.06 | 56.3 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 145 | 35 | 0 | 0.41 | 0.86 | 0.04 | 31.58 | 0.9 | 0.55 |
| Hex | F4 | 91 | 23 | 0 | 29 | 56 | 4 | 20 | 5A | 37 |
| Octal | 364 | 221 | 43 | 0 | 51 | 126 | 4 | 40 | 132 | 67 |
| Binary | 11110100 | 10010001 | 100011 | 0 | 101001 | 1010110 | 100 | 100000 | 1011010 | 110111 |
Color Harmonies of #F49123
Complementary color
Monochromatic Colors of #F49123
Black with #F49123
Text Example
Text Example
White with #F49123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49123; }
p { color: rgb(244,145,35); }
H1.HeaderClassName
{
color: #F49123;
}
.AnyTagClassName
{
color: #F49123;
}
</style>
background-color css
<style>
a { background-color: #F49123; }
a { background-color: rgb(244,145,35); }
div.DivClassName
{
background-color: #F49123;
}
.BgClassName
{
background-color: #F49123;
}
</style>
border-color css
<style>
span { border-color: #F49123; }
span { border-color: rgb(244,145,35); }
td.TdClassName
{
border-color: #F49123;
}
.TagClassName
{
border-color: #F49123;
}
</style>