Shades of Dark Orange #FC8302
Tints of Dark Orange #FC8302
RGB
CMYK
RGB Variations
Color information
#FC8302 (or 0xFC8302) is known color: Dark Orange. HEX triplet: FC, 83 and 02. RGB value is (252,131,2). Sum of RGB (Red+Green+Blue) = 252+131+2=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8302 is #037CFD. Grayscale: #999999. Windows color (decimal): -228606 or 164860. OLE color: 164860.
HSL color Cylindrical-coordinate representation of color #FC8302: hue angle of 30.96º 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 #FC8302 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 131 | 2 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.01 |
| HSL | 30.96º | 0.98% | 0.5% | - |
| HSV(B) | 30.96º | 0.99% | 0.99% | - |
| XYZ | 48.27 | 36.93 | 4.64 | - |
| YUV | 152.47 | 43.09 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 131 | 2 | 0 | 0.48 | 0.99 | 0.01 | 30.96 | 0.98 | 0.5 |
| Hex | FC | 83 | 2 | 0 | 30 | 63 | 1 | 1F | 62 | 32 |
| Octal | 374 | 203 | 2 | 0 | 60 | 143 | 1 | 37 | 142 | 62 |
| Binary | 11111100 | 10000011 | 10 | 0 | 110000 | 1100011 | 1 | 11111 | 1100010 | 110010 |
Color Harmonies of #FC8302
Complementary color
Monochromatic Colors of #FC8302
Black with #FC8302
Text Example
Text Example
White with #FC8302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8302; }
p { color: rgb(252,131,2); }
H1.HeaderClassName
{
color: #FC8302;
}
.AnyTagClassName
{
color: #FC8302;
}
</style>
background-color css
<style>
a { background-color: #FC8302; }
a { background-color: rgb(252,131,2); }
div.DivClassName
{
background-color: #FC8302;
}
.BgClassName
{
background-color: #FC8302;
}
</style>
border-color css
<style>
span { border-color: #FC8302; }
span { border-color: rgb(252,131,2); }
td.TdClassName
{
border-color: #FC8302;
}
.TagClassName
{
border-color: #FC8302;
}
</style>