Shades of Carrot Orange #FC8C18
Tints of Carrot Orange #FC8C18
RGB
CMYK
RGB Variations
Color information
#FC8C18 (or 0xFC8C18) is known color: Carrot Orange. HEX triplet: FC, 8C and 18. RGB value is (252,140,24). Sum of RGB (Red+Green+Blue) = 252+140+24=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 24 (9.77% from 255 or 5.77% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8C18 is #0373E7. Grayscale: #A0A0A0. Windows color (decimal): -226280 or 1608956. OLE color: 1608956.
HSL color Cylindrical-coordinate representation of color #FC8C18: hue angle of 30.53º 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 #FC8C18 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 24 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.01 |
| HSL | 30.53º | 0.97% | 0.54% | - |
| HSV(B) | 30.53º | 0.9% | 0.99% | - |
| XYZ | 49.69 | 39.52 | 5.87 | - |
| YUV | 160.26 | 51.11 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 24 | 0 | 0.44 | 0.90 | 0.01 | 30.53 | 0.97 | 0.54 |
| Hex | FC | 8C | 18 | 0 | 2C | 5A | 1 | 1F | 61 | 36 |
| Octal | 374 | 214 | 30 | 0 | 54 | 132 | 1 | 37 | 141 | 66 |
| Binary | 11111100 | 10001100 | 11000 | 0 | 101100 | 1011010 | 1 | 11111 | 1100001 | 110110 |
Color Harmonies of #FC8C18
Complementary color
Monochromatic Colors of #FC8C18
Black with #FC8C18
Text Example
Text Example
White with #FC8C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C18; }
p { color: rgb(252,140,24); }
H1.HeaderClassName
{
color: #FC8C18;
}
.AnyTagClassName
{
color: #FC8C18;
}
</style>
background-color css
<style>
a { background-color: #FC8C18; }
a { background-color: rgb(252,140,24); }
div.DivClassName
{
background-color: #FC8C18;
}
.BgClassName
{
background-color: #FC8C18;
}
</style>
border-color css
<style>
span { border-color: #FC8C18; }
span { border-color: rgb(252,140,24); }
td.TdClassName
{
border-color: #FC8C18;
}
.TagClassName
{
border-color: #FC8C18;
}
</style>