Shades of Carrot Orange #F48518
Tints of Carrot Orange #F48518
RGB
CMYK
RGB Variations
Color information
#F48518 (or 0xF48518) is known color: Carrot Orange. HEX triplet: F4, 85 and 18. RGB value is (244,133,24). Sum of RGB (Red+Green+Blue) = 244+133+24=401 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.85% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 24 (9.77% from 255 or 5.99% from 401); Max value from RGB is 244 - color contains mainly: red. Hex color #F48518 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48518 is #0B7AE7. Grayscale: #9A9A9A. Windows color (decimal): -752360 or 1607156. OLE color: 1607156.
HSL color Cylindrical-coordinate representation of color #F48518: hue angle of 29.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 #F48518 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 133 | 24 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.04 |
| HSL | 29.73º | 0.91% | 0.53% | - |
| HSV(B) | 29.73º | 0.9% | 0.96% | - |
| XYZ | 45.86 | 36.07 | 5.41 | - |
| YUV | 153.76 | 54.77 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 133 | 24 | 0 | 0.45 | 0.90 | 0.04 | 29.73 | 0.91 | 0.53 |
| Hex | F4 | 85 | 18 | 0 | 2D | 5A | 4 | 1E | 5B | 35 |
| Octal | 364 | 205 | 30 | 0 | 55 | 132 | 4 | 36 | 133 | 65 |
| Binary | 11110100 | 10000101 | 11000 | 0 | 101101 | 1011010 | 100 | 11110 | 1011011 | 110101 |
Color Harmonies of #F48518
Complementary color
Monochromatic Colors of #F48518
Black with #F48518
Text Example
Text Example
White with #F48518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48518; }
p { color: rgb(244,133,24); }
H1.HeaderClassName
{
color: #F48518;
}
.AnyTagClassName
{
color: #F48518;
}
</style>
background-color css
<style>
a { background-color: #F48518; }
a { background-color: rgb(244,133,24); }
div.DivClassName
{
background-color: #F48518;
}
.BgClassName
{
background-color: #F48518;
}
</style>
border-color css
<style>
span { border-color: #F48518; }
span { border-color: rgb(244,133,24); }
td.TdClassName
{
border-color: #F48518;
}
.TagClassName
{
border-color: #F48518;
}
</style>