Shades of Dark Orange #FC8201
Tints of Dark Orange #FC8201
RGB
CMYK
RGB Variations
Color information
#FC8201 (or 0xFC8201) is known color: Dark Orange. HEX triplet: FC, 82 and 01. RGB value is (252,130,1). Sum of RGB (Red+Green+Blue) = 252+130+1=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 1 (0.78% from 255 or 0.26% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8201 is #037DFE. Grayscale: #989898. Windows color (decimal): -228863 or 99068. OLE color: 99068.
HSL color Cylindrical-coordinate representation of color #FC8201: hue angle of 30.84º 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 #FC8201 is Cyan = 0, Magento = 0.48, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 1 | - |
| CMYK | 0 | 0.48 | 1.00 | 0.01 |
| HSL | 30.84º | 0.99% | 0.5% | - |
| HSV(B) | 30.84º | 1% | 0.99% | - |
| XYZ | 48.13 | 36.66 | 4.57 | - |
| YUV | 151.77 | 42.92 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 1 | 0 | 0.48 | 1.00 | 0.01 | 30.84 | 0.99 | 0.5 |
| Hex | FC | 82 | 1 | 0 | 30 | 64 | 1 | 1F | 63 | 32 |
| Octal | 374 | 202 | 1 | 0 | 60 | 144 | 1 | 37 | 143 | 62 |
| Binary | 11111100 | 10000010 | 1 | 0 | 110000 | 1100100 | 1 | 11111 | 1100011 | 110010 |
Color Harmonies of #FC8201
Complementary color
Monochromatic Colors of #FC8201
Black with #FC8201
Text Example
Text Example
White with #FC8201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8201; }
p { color: rgb(252,130,1); }
H1.HeaderClassName
{
color: #FC8201;
}
.AnyTagClassName
{
color: #FC8201;
}
</style>
background-color css
<style>
a { background-color: #FC8201; }
a { background-color: rgb(252,130,1); }
div.DivClassName
{
background-color: #FC8201;
}
.BgClassName
{
background-color: #FC8201;
}
</style>
border-color css
<style>
span { border-color: #FC8201; }
span { border-color: rgb(252,130,1); }
td.TdClassName
{
border-color: #FC8201;
}
.TagClassName
{
border-color: #FC8201;
}
</style>