Shades of Safety Orange #FC7201
Tints of Safety Orange #FC7201
RGB
CMYK
RGB Variations
Color information
#FC7201 (or 0xFC7201) is known color: Safety Orange. HEX triplet: FC, 72 and 01. RGB value is (252,114,1). Sum of RGB (Red+Green+Blue) = 252+114+1=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7201 is #038DFE. Grayscale: #8E8E8E. Windows color (decimal): -232959 or 94972. OLE color: 94972.
HSL color Cylindrical-coordinate representation of color #FC7201: hue angle of 27.01º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC7201 is Cyan = 0, Magento = 0.55, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 1 | - |
| CMYK | 0 | 0.55 | 1.00 | 0.01 |
| HSL | 27.01º | 0.99% | 0.5% | - |
| HSV(B) | 27.01º | 1% | 0.99% | - |
| XYZ | 46.17 | 32.73 | 3.91 | - |
| YUV | 142.38 | 48.22 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 1 | 0 | 0.55 | 1.00 | 0.01 | 27.01 | 0.99 | 0.5 |
| Hex | FC | 72 | 1 | 0 | 37 | 64 | 1 | 1B | 63 | 32 |
| Octal | 374 | 162 | 1 | 0 | 67 | 144 | 1 | 33 | 143 | 62 |
| Binary | 11111100 | 1110010 | 1 | 0 | 110111 | 1100100 | 1 | 11011 | 1100011 | 110010 |
Color Harmonies of #FC7201
Complementary color
Monochromatic Colors of #FC7201
Black with #FC7201
Text Example
Text Example
White with #FC7201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7201; }
p { color: rgb(252,114,1); }
H1.HeaderClassName
{
color: #FC7201;
}
.AnyTagClassName
{
color: #FC7201;
}
</style>
background-color css
<style>
a { background-color: #FC7201; }
a { background-color: rgb(252,114,1); }
div.DivClassName
{
background-color: #FC7201;
}
.BgClassName
{
background-color: #FC7201;
}
</style>
border-color css
<style>
span { border-color: #FC7201; }
span { border-color: rgb(252,114,1); }
td.TdClassName
{
border-color: #FC7201;
}
.TagClassName
{
border-color: #FC7201;
}
</style>