Shades of Safety Orange #FC7100
Tints of Safety Orange #FC7100
RGB
CMYK
RGB Variations
Color information
#FC7100 (or 0xFC7100) is known color: Safety Orange. HEX triplet: FC, 71 and 00. RGB value is (252,113,0). Sum of RGB (Red+Green+Blue) = 252+113+0=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7100 is #038EFF. Grayscale: #8E8E8E. Windows color (decimal): -233216 or 29180. OLE color: 29180.
HSL color Cylindrical-coordinate representation of color #FC7100: hue angle of 26.9º 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 #FC7100 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.01 |
| HSL | 26.9º | 1% | 0.49% | - |
| HSV(B) | 26.9º | 1% | 0.99% | - |
| XYZ | 46.05 | 32.51 | 3.85 | - |
| YUV | 141.68 | 48.05 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 0 | 0 | 0.55 | 1 | 0.01 | 26.9 | 1 | 0.49 |
| Hex | FC | 71 | 0 | 0 | 37 | 64 | 1 | 1B | 64 | 31 |
| Octal | 374 | 161 | 0 | 0 | 67 | 144 | 1 | 33 | 144 | 61 |
| Binary | 11111100 | 1110001 | 0 | 0 | 110111 | 1100100 | 1 | 11011 | 1100100 | 110001 |
Color Harmonies of #FC7100
Complementary color
Monochromatic Colors of #FC7100
Black with #FC7100
Text Example
Text Example
White with #FC7100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7100; }
p { color: rgb(252,113,0); }
H1.HeaderClassName
{
color: #FC7100;
}
.AnyTagClassName
{
color: #FC7100;
}
</style>
background-color css
<style>
a { background-color: #FC7100; }
a { background-color: rgb(252,113,0); }
div.DivClassName
{
background-color: #FC7100;
}
.BgClassName
{
background-color: #FC7100;
}
</style>
border-color css
<style>
span { border-color: #FC7100; }
span { border-color: rgb(252,113,0); }
td.TdClassName
{
border-color: #FC7100;
}
.TagClassName
{
border-color: #FC7100;
}
</style>