Shades of Carrot Orange #FC8F16
Tints of Carrot Orange #FC8F16
RGB
CMYK
RGB Variations
Color information
#FC8F16 (or 0xFC8F16) is known color: Carrot Orange. HEX triplet: FC, 8F and 16. RGB value is (252,143,22). Sum of RGB (Red+Green+Blue) = 252+143+22=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 22 (8.98% from 255 or 5.28% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8F16 is #0370E9. Grayscale: #A2A2A2. Windows color (decimal): -225514 or 1478652. OLE color: 1478652.
HSL color Cylindrical-coordinate representation of color #FC8F16: hue angle of 31.57º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC8F16 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 22 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.01 |
| HSL | 31.57º | 0.97% | 0.54% | - |
| HSV(B) | 31.57º | 0.91% | 0.99% | - |
| XYZ | 50.11 | 40.4 | 5.92 | - |
| YUV | 161.8 | 49.11 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 22 | 0 | 0.43 | 0.91 | 0.01 | 31.57 | 0.97 | 0.54 |
| Hex | FC | 8F | 16 | 0 | 2B | 5B | 1 | 20 | 61 | 36 |
| Octal | 374 | 217 | 26 | 0 | 53 | 133 | 1 | 40 | 141 | 66 |
| Binary | 11111100 | 10001111 | 10110 | 0 | 101011 | 1011011 | 1 | 100000 | 1100001 | 110110 |
Color Harmonies of #FC8F16
Complementary color
Monochromatic Colors of #FC8F16
Black with #FC8F16
Text Example
Text Example
White with #FC8F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8F16; }
p { color: rgb(252,143,22); }
H1.HeaderClassName
{
color: #FC8F16;
}
.AnyTagClassName
{
color: #FC8F16;
}
</style>
background-color css
<style>
a { background-color: #FC8F16; }
a { background-color: rgb(252,143,22); }
div.DivClassName
{
background-color: #FC8F16;
}
.BgClassName
{
background-color: #FC8F16;
}
</style>
border-color css
<style>
span { border-color: #FC8F16; }
span { border-color: rgb(252,143,22); }
td.TdClassName
{
border-color: #FC8F16;
}
.TagClassName
{
border-color: #FC8F16;
}
</style>