Shades of Safety Orange #FC7002
Tints of Safety Orange #FC7002
RGB
CMYK
RGB Variations
Color information
#FC7002 (or 0xFC7002) is known color: Safety Orange. HEX triplet: FC, 70 and 02. RGB value is (252,112,2). Sum of RGB (Red+Green+Blue) = 252+112+2=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7002 is #038FFD. Grayscale: #8D8D8D. Windows color (decimal): -233470 or 159996. OLE color: 159996.
HSL color Cylindrical-coordinate representation of color #FC7002: hue angle of 26.4º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC7002 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.01 |
| HSL | 26.4º | 0.98% | 0.5% | - |
| HSV(B) | 26.4º | 0.99% | 0.99% | - |
| XYZ | 45.95 | 32.29 | 3.87 | - |
| YUV | 141.32 | 49.38 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 2 | 0 | 0.56 | 0.99 | 0.01 | 26.4 | 0.98 | 0.5 |
| Hex | FC | 70 | 2 | 0 | 38 | 63 | 1 | 1A | 62 | 32 |
| Octal | 374 | 160 | 2 | 0 | 70 | 143 | 1 | 32 | 142 | 62 |
| Binary | 11111100 | 1110000 | 10 | 0 | 111000 | 1100011 | 1 | 11010 | 1100010 | 110010 |
Color Harmonies of #FC7002
Complementary color
Monochromatic Colors of #FC7002
Black with #FC7002
Text Example
Text Example
White with #FC7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7002; }
p { color: rgb(252,112,2); }
H1.HeaderClassName
{
color: #FC7002;
}
.AnyTagClassName
{
color: #FC7002;
}
</style>
background-color css
<style>
a { background-color: #FC7002; }
a { background-color: rgb(252,112,2); }
div.DivClassName
{
background-color: #FC7002;
}
.BgClassName
{
background-color: #FC7002;
}
</style>
border-color css
<style>
span { border-color: #FC7002; }
span { border-color: rgb(252,112,2); }
td.TdClassName
{
border-color: #FC7002;
}
.TagClassName
{
border-color: #FC7002;
}
</style>