Shades of Dark Orange #FC8305
Tints of Dark Orange #FC8305
RGB
CMYK
RGB Variations
Color information
#FC8305 (or 0xFC8305) is known color: Dark Orange. HEX triplet: FC, 83 and 05. RGB value is (252,131,5). Sum of RGB (Red+Green+Blue) = 252+131+5=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 5 (2.34% from 255 or 1.29% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8305 is #037CFA. Grayscale: #999999. Windows color (decimal): -228603 or 361468. OLE color: 361468.
HSL color Cylindrical-coordinate representation of color #FC8305: hue angle of 30.61º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC8305 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 131 | 5 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.01 |
| HSL | 30.61º | 0.98% | 0.5% | - |
| HSV(B) | 30.61º | 0.98% | 0.99% | - |
| XYZ | 48.29 | 36.94 | 4.73 | - |
| YUV | 152.82 | 44.59 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 131 | 5 | 0 | 0.48 | 0.98 | 0.01 | 30.61 | 0.98 | 0.5 |
| Hex | FC | 83 | 5 | 0 | 30 | 62 | 1 | 1F | 62 | 32 |
| Octal | 374 | 203 | 5 | 0 | 60 | 142 | 1 | 37 | 142 | 62 |
| Binary | 11111100 | 10000011 | 101 | 0 | 110000 | 1100010 | 1 | 11111 | 1100010 | 110010 |
Color Harmonies of #FC8305
Complementary color
Monochromatic Colors of #FC8305
Black with #FC8305
Text Example
Text Example
White with #FC8305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8305; }
p { color: rgb(252,131,5); }
H1.HeaderClassName
{
color: #FC8305;
}
.AnyTagClassName
{
color: #FC8305;
}
</style>
background-color css
<style>
a { background-color: #FC8305; }
a { background-color: rgb(252,131,5); }
div.DivClassName
{
background-color: #FC8305;
}
.BgClassName
{
background-color: #FC8305;
}
</style>
border-color css
<style>
span { border-color: #FC8305; }
span { border-color: rgb(252,131,5); }
td.TdClassName
{
border-color: #FC8305;
}
.TagClassName
{
border-color: #FC8305;
}
</style>