Shades of Safety Orange #FC6805
Tints of Safety Orange #FC6805
RGB
CMYK
RGB Variations
Color information
#FC6805 (or 0xFC6805) is known color: Safety Orange. HEX triplet: FC, 68 and 05. RGB value is (252,104,5). Sum of RGB (Red+Green+Blue) = 252+104+5=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6805 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6805 is #0397FA. Grayscale: #898989. Windows color (decimal): -235515 or 354556. OLE color: 354556.
HSL color Cylindrical-coordinate representation of color #FC6805: hue angle of 24.05º 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 #FC6805 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 5 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.01 |
| HSL | 24.05º | 0.98% | 0.5% | - |
| HSV(B) | 24.05º | 0.98% | 0.99% | - |
| XYZ | 45.12 | 30.61 | 3.67 | - |
| YUV | 136.97 | 53.53 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 5 | 0 | 0.59 | 0.98 | 0.01 | 24.05 | 0.98 | 0.5 |
| Hex | FC | 68 | 5 | 0 | 3B | 62 | 1 | 18 | 62 | 32 |
| Octal | 374 | 150 | 5 | 0 | 73 | 142 | 1 | 30 | 142 | 62 |
| Binary | 11111100 | 1101000 | 101 | 0 | 111011 | 1100010 | 1 | 11000 | 1100010 | 110010 |
Color Harmonies of #FC6805
Complementary color
Monochromatic Colors of #FC6805
Black with #FC6805
Text Example
Text Example
White with #FC6805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6805; }
p { color: rgb(252,104,5); }
H1.HeaderClassName
{
color: #FC6805;
}
.AnyTagClassName
{
color: #FC6805;
}
</style>
background-color css
<style>
a { background-color: #FC6805; }
a { background-color: rgb(252,104,5); }
div.DivClassName
{
background-color: #FC6805;
}
.BgClassName
{
background-color: #FC6805;
}
</style>
border-color css
<style>
span { border-color: #FC6805; }
span { border-color: rgb(252,104,5); }
td.TdClassName
{
border-color: #FC6805;
}
.TagClassName
{
border-color: #FC6805;
}
</style>