Shades of Carrot Orange #FC8A18
Tints of Carrot Orange #FC8A18
RGB
CMYK
RGB Variations
Color information
#FC8A18 (or 0xFC8A18) is known color: Carrot Orange. HEX triplet: FC, 8A and 18. RGB value is (252,138,24). Sum of RGB (Red+Green+Blue) = 252+138+24=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8A18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8A18 is #0375E7. Grayscale: #9F9F9F. Windows color (decimal): -226792 or 1608444. OLE color: 1608444.
HSL color Cylindrical-coordinate representation of color #FC8A18: hue angle of 30º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC8A18 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 138 | 24 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.01 |
| HSL | 30º | 0.97% | 0.54% | - |
| HSV(B) | 30º | 0.9% | 0.99% | - |
| XYZ | 49.4 | 38.94 | 5.78 | - |
| YUV | 159.09 | 51.77 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 138 | 24 | 0 | 0.45 | 0.90 | 0.01 | 30 | 0.97 | 0.54 |
| Hex | FC | 8A | 18 | 0 | 2D | 5A | 1 | 1E | 61 | 36 |
| Octal | 374 | 212 | 30 | 0 | 55 | 132 | 1 | 36 | 141 | 66 |
| Binary | 11111100 | 10001010 | 11000 | 0 | 101101 | 1011010 | 1 | 11110 | 1100001 | 110110 |
Color Harmonies of #FC8A18
Complementary color
Monochromatic Colors of #FC8A18
Black with #FC8A18
Text Example
Text Example
White with #FC8A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8A18; }
p { color: rgb(252,138,24); }
H1.HeaderClassName
{
color: #FC8A18;
}
.AnyTagClassName
{
color: #FC8A18;
}
</style>
background-color css
<style>
a { background-color: #FC8A18; }
a { background-color: rgb(252,138,24); }
div.DivClassName
{
background-color: #FC8A18;
}
.BgClassName
{
background-color: #FC8A18;
}
</style>
border-color css
<style>
span { border-color: #FC8A18; }
span { border-color: rgb(252,138,24); }
td.TdClassName
{
border-color: #FC8A18;
}
.TagClassName
{
border-color: #FC8A18;
}
</style>