Shades of Safety Orange #FC7003
Tints of Safety Orange #FC7003
RGB
CMYK
RGB Variations
Color information
#FC7003 (or 0xFC7003) is known color: Safety Orange. HEX triplet: FC, 70 and 03. RGB value is (252,112,3). Sum of RGB (Red+Green+Blue) = 252+112+3=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7003 is #038FFC. Grayscale: #8E8E8E. Windows color (decimal): -233469 or 225532. OLE color: 225532.
HSL color Cylindrical-coordinate representation of color #FC7003: hue angle of 26.27º 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 #FC7003 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 3 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.01 |
| HSL | 26.27º | 0.98% | 0.5% | - |
| HSV(B) | 26.27º | 0.99% | 0.99% | - |
| XYZ | 45.96 | 32.29 | 3.9 | - |
| YUV | 141.43 | 49.88 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 3 | 0 | 0.56 | 0.99 | 0.01 | 26.27 | 0.98 | 0.5 |
| Hex | FC | 70 | 3 | 0 | 38 | 63 | 1 | 1A | 62 | 32 |
| Octal | 374 | 160 | 3 | 0 | 70 | 143 | 1 | 32 | 142 | 62 |
| Binary | 11111100 | 1110000 | 11 | 0 | 111000 | 1100011 | 1 | 11010 | 1100010 | 110010 |
Color Harmonies of #FC7003
Complementary color
Monochromatic Colors of #FC7003
Black with #FC7003
Text Example
Text Example
White with #FC7003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7003; }
p { color: rgb(252,112,3); }
H1.HeaderClassName
{
color: #FC7003;
}
.AnyTagClassName
{
color: #FC7003;
}
</style>
background-color css
<style>
a { background-color: #FC7003; }
a { background-color: rgb(252,112,3); }
div.DivClassName
{
background-color: #FC7003;
}
.BgClassName
{
background-color: #FC7003;
}
</style>
border-color css
<style>
span { border-color: #FC7003; }
span { border-color: rgb(252,112,3); }
td.TdClassName
{
border-color: #FC7003;
}
.TagClassName
{
border-color: #FC7003;
}
</style>