Shades of Dark Orange #FC8F02
Tints of Dark Orange #FC8F02
RGB
CMYK
RGB Variations
Color information
#FC8F02 (or 0xFC8F02) is known color: Dark Orange. HEX triplet: FC, 8F and 02. RGB value is (252,143,2). Sum of RGB (Red+Green+Blue) = 252+143+2=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8F02 is #0370FD. Grayscale: #A0A0A0. Windows color (decimal): -225534 or 167932. OLE color: 167932.
HSL color Cylindrical-coordinate representation of color #FC8F02: hue angle of 33.84º 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 #FC8F02 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 2 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.01 |
| HSL | 33.84º | 0.98% | 0.5% | - |
| HSV(B) | 33.84º | 0.99% | 0.99% | - |
| XYZ | 49.98 | 40.34 | 5.21 | - |
| YUV | 159.52 | 39.11 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 2 | 0 | 0.43 | 0.99 | 0.01 | 33.84 | 0.98 | 0.5 |
| Hex | FC | 8F | 2 | 0 | 2B | 63 | 1 | 22 | 62 | 32 |
| Octal | 374 | 217 | 2 | 0 | 53 | 143 | 1 | 42 | 142 | 62 |
| Binary | 11111100 | 10001111 | 10 | 0 | 101011 | 1100011 | 1 | 100010 | 1100010 | 110010 |
Color Harmonies of #FC8F02
Complementary color
Monochromatic Colors of #FC8F02
Black with #FC8F02
Text Example
Text Example
White with #FC8F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8F02; }
p { color: rgb(252,143,2); }
H1.HeaderClassName
{
color: #FC8F02;
}
.AnyTagClassName
{
color: #FC8F02;
}
</style>
background-color css
<style>
a { background-color: #FC8F02; }
a { background-color: rgb(252,143,2); }
div.DivClassName
{
background-color: #FC8F02;
}
.BgClassName
{
background-color: #FC8F02;
}
</style>
border-color css
<style>
span { border-color: #FC8F02; }
span { border-color: rgb(252,143,2); }
td.TdClassName
{
border-color: #FC8F02;
}
.TagClassName
{
border-color: #FC8F02;
}
</style>