Shades of Safety Orange #FC7401
Tints of Safety Orange #FC7401
RGB
CMYK
RGB Variations
Color information
#FC7401 (or 0xFC7401) is known color: Safety Orange. HEX triplet: FC, 74 and 01. RGB value is (252,116,1). Sum of RGB (Red+Green+Blue) = 252+116+1=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7401 is #038BFE. Grayscale: #909090. Windows color (decimal): -232447 or 95484. OLE color: 95484.
HSL color Cylindrical-coordinate representation of color #FC7401: hue angle of 27.49º 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 #FC7401 is Cyan = 0, Magento = 0.54, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 1 | - |
| CMYK | 0 | 0.54 | 1.00 | 0.01 |
| HSL | 27.49º | 0.99% | 0.5% | - |
| HSV(B) | 27.49º | 1% | 0.99% | - |
| XYZ | 46.4 | 33.19 | 3.99 | - |
| YUV | 143.55 | 47.56 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 1 | 0 | 0.54 | 1.00 | 0.01 | 27.49 | 0.99 | 0.5 |
| Hex | FC | 74 | 1 | 0 | 36 | 64 | 1 | 1B | 63 | 32 |
| Octal | 374 | 164 | 1 | 0 | 66 | 144 | 1 | 33 | 143 | 62 |
| Binary | 11111100 | 1110100 | 1 | 0 | 110110 | 1100100 | 1 | 11011 | 1100011 | 110010 |
Color Harmonies of #FC7401
Complementary color
Monochromatic Colors of #FC7401
Black with #FC7401
Text Example
Text Example
White with #FC7401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7401; }
p { color: rgb(252,116,1); }
H1.HeaderClassName
{
color: #FC7401;
}
.AnyTagClassName
{
color: #FC7401;
}
</style>
background-color css
<style>
a { background-color: #FC7401; }
a { background-color: rgb(252,116,1); }
div.DivClassName
{
background-color: #FC7401;
}
.BgClassName
{
background-color: #FC7401;
}
</style>
border-color css
<style>
span { border-color: #FC7401; }
span { border-color: rgb(252,116,1); }
td.TdClassName
{
border-color: #FC7401;
}
.TagClassName
{
border-color: #FC7401;
}
</style>