Shades of Safety Orange #FC6100
Tints of Safety Orange #FC6100
RGB
CMYK
RGB Variations
Color information
#FC6100 (or 0xFC6100) is known color: Safety Orange. HEX triplet: FC, 61 and 00. RGB value is (252,97,0). Sum of RGB (Red+Green+Blue) = 252+97+0=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6100 is #039EFF. Grayscale: #848484. Windows color (decimal): -237312 or 25084. OLE color: 25084.
HSL color Cylindrical-coordinate representation of color #FC6100: hue angle of 23.1º 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 #FC6100 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 97 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.01 |
| HSL | 23.1º | 1% | 0.49% | - |
| HSV(B) | 23.1º | 1% | 0.99% | - |
| XYZ | 44.42 | 29.24 | 3.3 | - |
| YUV | 132.29 | 53.35 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 97 | 0 | 0 | 0.62 | 1 | 0.01 | 23.1 | 1 | 0.49 |
| Hex | FC | 61 | 0 | 0 | 3E | 64 | 1 | 17 | 64 | 31 |
| Octal | 374 | 141 | 0 | 0 | 76 | 144 | 1 | 27 | 144 | 61 |
| Binary | 11111100 | 1100001 | 0 | 0 | 111110 | 1100100 | 1 | 10111 | 1100100 | 110001 |
Color Harmonies of #FC6100
Complementary color
Monochromatic Colors of #FC6100
Black with #FC6100
Text Example
Text Example
White with #FC6100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6100; }
p { color: rgb(252,97,0); }
H1.HeaderClassName
{
color: #FC6100;
}
.AnyTagClassName
{
color: #FC6100;
}
</style>
background-color css
<style>
a { background-color: #FC6100; }
a { background-color: rgb(252,97,0); }
div.DivClassName
{
background-color: #FC6100;
}
.BgClassName
{
background-color: #FC6100;
}
</style>
border-color css
<style>
span { border-color: #FC6100; }
span { border-color: rgb(252,97,0); }
td.TdClassName
{
border-color: #FC6100;
}
.TagClassName
{
border-color: #FC6100;
}
</style>