Shades of Dark Orange #FC8502
Tints of Dark Orange #FC8502
RGB
CMYK
RGB Variations
Color information
#FC8502 (or 0xFC8502) is known color: Dark Orange. HEX triplet: FC, 85 and 02. RGB value is (252,133,2). Sum of RGB (Red+Green+Blue) = 252+133+2=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8502 is #037AFD. Grayscale: #9A9A9A. Windows color (decimal): -228094 or 165372. OLE color: 165372.
HSL color Cylindrical-coordinate representation of color #FC8502: hue angle of 31.44º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC8502 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 2 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.01 |
| HSL | 31.44º | 0.98% | 0.5% | - |
| HSV(B) | 31.44º | 0.99% | 0.99% | - |
| XYZ | 48.54 | 37.47 | 4.73 | - |
| YUV | 153.65 | 42.42 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 2 | 0 | 0.47 | 0.99 | 0.01 | 31.44 | 0.98 | 0.5 |
| Hex | FC | 85 | 2 | 0 | 2F | 63 | 1 | 1F | 62 | 32 |
| Octal | 374 | 205 | 2 | 0 | 57 | 143 | 1 | 37 | 142 | 62 |
| Binary | 11111100 | 10000101 | 10 | 0 | 101111 | 1100011 | 1 | 11111 | 1100010 | 110010 |
Color Harmonies of #FC8502
Complementary color
Monochromatic Colors of #FC8502
Black with #FC8502
Text Example
Text Example
White with #FC8502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8502; }
p { color: rgb(252,133,2); }
H1.HeaderClassName
{
color: #FC8502;
}
.AnyTagClassName
{
color: #FC8502;
}
</style>
background-color css
<style>
a { background-color: #FC8502; }
a { background-color: rgb(252,133,2); }
div.DivClassName
{
background-color: #FC8502;
}
.BgClassName
{
background-color: #FC8502;
}
</style>
border-color css
<style>
span { border-color: #FC8502; }
span { border-color: rgb(252,133,2); }
td.TdClassName
{
border-color: #FC8502;
}
.TagClassName
{
border-color: #FC8502;
}
</style>