Shades of Carrot Orange #F48C18
Tints of Carrot Orange #F48C18
RGB
CMYK
RGB Variations
Color information
#F48C18 (or 0xF48C18) is known color: Carrot Orange. HEX triplet: F4, 8C and 18. RGB value is (244,140,24). Sum of RGB (Red+Green+Blue) = 244+140+24=408 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.80% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 24 (9.77% from 255 or 5.88% from 408); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48C18 is #0B73E7. Grayscale: #9E9E9E. Windows color (decimal): -750568 or 1608948. OLE color: 1608948.
HSL color Cylindrical-coordinate representation of color #F48C18: hue angle of 31.64º 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 #F48C18 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 140 | 24 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.04 |
| HSL | 31.64º | 0.91% | 0.53% | - |
| HSV(B) | 31.64º | 0.9% | 0.96% | - |
| XYZ | 46.85 | 38.06 | 5.74 | - |
| YUV | 157.87 | 52.46 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 140 | 24 | 0 | 0.43 | 0.90 | 0.04 | 31.64 | 0.91 | 0.53 |
| Hex | F4 | 8C | 18 | 0 | 2B | 5A | 4 | 20 | 5B | 35 |
| Octal | 364 | 214 | 30 | 0 | 53 | 132 | 4 | 40 | 133 | 65 |
| Binary | 11110100 | 10001100 | 11000 | 0 | 101011 | 1011010 | 100 | 100000 | 1011011 | 110101 |
Color Harmonies of #F48C18
Complementary color
Monochromatic Colors of #F48C18
Black with #F48C18
Text Example
Text Example
White with #F48C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48C18; }
p { color: rgb(244,140,24); }
H1.HeaderClassName
{
color: #F48C18;
}
.AnyTagClassName
{
color: #F48C18;
}
</style>
background-color css
<style>
a { background-color: #F48C18; }
a { background-color: rgb(244,140,24); }
div.DivClassName
{
background-color: #F48C18;
}
.BgClassName
{
background-color: #F48C18;
}
</style>
border-color css
<style>
span { border-color: #F48C18; }
span { border-color: rgb(244,140,24); }
td.TdClassName
{
border-color: #F48C18;
}
.TagClassName
{
border-color: #F48C18;
}
</style>