Shades of Dark Orange #FC8C01
Tints of Dark Orange #FC8C01
RGB
CMYK
RGB Variations
Color information
#FC8C01 (or 0xFC8C01) is known color: Dark Orange. HEX triplet: FC, 8C and 01. RGB value is (252,140,1). Sum of RGB (Red+Green+Blue) = 252+140+1=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 1 (0.78% from 255 or 0.25% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8C01 is #0373FE. Grayscale: #9E9E9E. Windows color (decimal): -226303 or 101628. OLE color: 101628.
HSL color Cylindrical-coordinate representation of color #FC8C01: hue angle of 33.23º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC8C01 is Cyan = 0, Magento = 0.44, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 1 | - |
| CMYK | 0 | 0.44 | 1.00 | 0.01 |
| HSL | 33.23º | 0.99% | 0.5% | - |
| HSV(B) | 33.23º | 1% | 0.99% | - |
| XYZ | 49.53 | 39.45 | 5.03 | - |
| YUV | 157.64 | 39.61 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 1 | 0 | 0.44 | 1.00 | 0.01 | 33.23 | 0.99 | 0.5 |
| Hex | FC | 8C | 1 | 0 | 2C | 64 | 1 | 21 | 63 | 32 |
| Octal | 374 | 214 | 1 | 0 | 54 | 144 | 1 | 41 | 143 | 62 |
| Binary | 11111100 | 10001100 | 1 | 0 | 101100 | 1100100 | 1 | 100001 | 1100011 | 110010 |
Color Harmonies of #FC8C01
Complementary color
Monochromatic Colors of #FC8C01
Black with #FC8C01
Text Example
Text Example
White with #FC8C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C01; }
p { color: rgb(252,140,1); }
H1.HeaderClassName
{
color: #FC8C01;
}
.AnyTagClassName
{
color: #FC8C01;
}
</style>
background-color css
<style>
a { background-color: #FC8C01; }
a { background-color: rgb(252,140,1); }
div.DivClassName
{
background-color: #FC8C01;
}
.BgClassName
{
background-color: #FC8C01;
}
</style>
border-color css
<style>
span { border-color: #FC8C01; }
span { border-color: rgb(252,140,1); }
td.TdClassName
{
border-color: #FC8C01;
}
.TagClassName
{
border-color: #FC8C01;
}
</style>