Shades of Safety Orange #FC600F
Tints of Safety Orange #FC600F
RGB
CMYK
RGB Variations
Color information
#FC600F (or 0xFC600F) is known color: Safety Orange. HEX triplet: FC, 60 and 0F. RGB value is (252,96,15). Sum of RGB (Red+Green+Blue) = 252+96+15=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC600F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC600F is #039FF0. Grayscale: #858585. Windows color (decimal): -237553 or 1007868. OLE color: 1007868.
HSL color Cylindrical-coordinate representation of color #FC600F: hue angle of 20.51º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC600F is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 15 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.01 |
| HSL | 20.51º | 0.98% | 0.52% | - |
| HSV(B) | 20.51º | 0.94% | 0.99% | - |
| XYZ | 44.41 | 29.1 | 3.73 | - |
| YUV | 133.41 | 61.18 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 15 | 0 | 0.62 | 0.94 | 0.01 | 20.51 | 0.98 | 0.52 |
| Hex | FC | 60 | F | 0 | 3E | 5E | 1 | 15 | 62 | 34 |
| Octal | 374 | 140 | 17 | 0 | 76 | 136 | 1 | 25 | 142 | 64 |
| Binary | 11111100 | 1100000 | 1111 | 0 | 111110 | 1011110 | 1 | 10101 | 1100010 | 110100 |
Color Harmonies of #FC600F
Complementary color
Monochromatic Colors of #FC600F
Black with #FC600F
Text Example
Text Example
White with #FC600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC600F; }
p { color: rgb(252,96,15); }
H1.HeaderClassName
{
color: #FC600F;
}
.AnyTagClassName
{
color: #FC600F;
}
</style>
background-color css
<style>
a { background-color: #FC600F; }
a { background-color: rgb(252,96,15); }
div.DivClassName
{
background-color: #FC600F;
}
.BgClassName
{
background-color: #FC600F;
}
</style>
border-color css
<style>
span { border-color: #FC600F; }
span { border-color: rgb(252,96,15); }
td.TdClassName
{
border-color: #FC600F;
}
.TagClassName
{
border-color: #FC600F;
}
</style>