Shades of Carrot Orange #F49018
Tints of Carrot Orange #F49018
RGB
CMYK
RGB Variations
Color information
#F49018 (or 0xF49018) is known color: Carrot Orange. HEX triplet: F4, 90 and 18. RGB value is (244,144,24). Sum of RGB (Red+Green+Blue) = 244+144+24=412 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.22% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 24 (9.77% from 255 or 5.83% from 412); Max value from RGB is 244 - color contains mainly: red. Hex color #F49018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49018 is #0B6FE7. Grayscale: #A0A0A0. Windows color (decimal): -749544 or 1609972. OLE color: 1609972.
HSL color Cylindrical-coordinate representation of color #F49018: hue angle of 32.73º 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 #F49018 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 24 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.04 |
| HSL | 32.73º | 0.91% | 0.53% | - |
| HSV(B) | 32.73º | 0.9% | 0.96% | - |
| XYZ | 47.45 | 39.25 | 5.94 | - |
| YUV | 160.22 | 51.13 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 24 | 0 | 0.41 | 0.90 | 0.04 | 32.73 | 0.91 | 0.53 |
| Hex | F4 | 90 | 18 | 0 | 29 | 5A | 4 | 21 | 5B | 35 |
| Octal | 364 | 220 | 30 | 0 | 51 | 132 | 4 | 41 | 133 | 65 |
| Binary | 11110100 | 10010000 | 11000 | 0 | 101001 | 1011010 | 100 | 100001 | 1011011 | 110101 |
Color Harmonies of #F49018
Complementary color
Monochromatic Colors of #F49018
Black with #F49018
Text Example
Text Example
White with #F49018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49018; }
p { color: rgb(244,144,24); }
H1.HeaderClassName
{
color: #F49018;
}
.AnyTagClassName
{
color: #F49018;
}
</style>
background-color css
<style>
a { background-color: #F49018; }
a { background-color: rgb(244,144,24); }
div.DivClassName
{
background-color: #F49018;
}
.BgClassName
{
background-color: #F49018;
}
</style>
border-color css
<style>
span { border-color: #F49018; }
span { border-color: rgb(244,144,24); }
td.TdClassName
{
border-color: #F49018;
}
.TagClassName
{
border-color: #F49018;
}
</style>