Shades of Safety Orange #FC6000
Tints of Safety Orange #FC6000
RGB
CMYK
RGB Variations
Color information
#FC6000 (or 0xFC6000) is known color: Safety Orange. HEX triplet: FC, 60 and 00. RGB value is (252,96,0). Sum of RGB (Red+Green+Blue) = 252+96+0=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6000 is #039FFF. Grayscale: #848484. Windows color (decimal): -237568 or 24828. OLE color: 24828.
HSL color Cylindrical-coordinate representation of color #FC6000: hue angle of 22.86º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC6000 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.01 |
| HSL | 22.86º | 1% | 0.49% | - |
| HSV(B) | 22.86º | 1% | 0.99% | - |
| XYZ | 44.33 | 29.06 | 3.27 | - |
| YUV | 131.7 | 53.68 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 0 | 0 | 0.62 | 1 | 0.01 | 22.86 | 1 | 0.49 |
| Hex | FC | 60 | 0 | 0 | 3E | 64 | 1 | 17 | 64 | 31 |
| Octal | 374 | 140 | 0 | 0 | 76 | 144 | 1 | 27 | 144 | 61 |
| Binary | 11111100 | 1100000 | 0 | 0 | 111110 | 1100100 | 1 | 10111 | 1100100 | 110001 |
Color Harmonies of #FC6000
Complementary color
Monochromatic Colors of #FC6000
Black with #FC6000
Text Example
Text Example
White with #FC6000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6000; }
p { color: rgb(252,96,0); }
H1.HeaderClassName
{
color: #FC6000;
}
.AnyTagClassName
{
color: #FC6000;
}
</style>
background-color css
<style>
a { background-color: #FC6000; }
a { background-color: rgb(252,96,0); }
div.DivClassName
{
background-color: #FC6000;
}
.BgClassName
{
background-color: #FC6000;
}
</style>
border-color css
<style>
span { border-color: #FC6000; }
span { border-color: rgb(252,96,0); }
td.TdClassName
{
border-color: #FC6000;
}
.TagClassName
{
border-color: #FC6000;
}
</style>