Shades of Safety Orange #FF7401
Tints of Safety Orange #FF7401
RGB
CMYK
RGB Variations
Color information
#FF7401 (or 0xFF7401) is known color: Safety Orange. HEX triplet: FF, 74 and 01. RGB value is (255,116,1). Sum of RGB (Red+Green+Blue) = 255+116+1=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 1 (0.78% from 255 or 0.27% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7401 is #008BFE. Grayscale: #919191. Windows color (decimal): -35839 or 95487. OLE color: 95487.
HSL color Cylindrical-coordinate representation of color #FF7401: hue angle of 27.17º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF7401 is Cyan = 0, Magento = 0.55, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 1 | - |
| CMYK | 0 | 0.55 | 1.00 | 0 |
| HSL | 27.17º | 1% | 0.5% | - |
| HSV(B) | 27.17º | 1% | 1% | - |
| XYZ | 47.49 | 33.75 | 4.04 | - |
| YUV | 144.45 | 47.05 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 1 | 0 | 0.55 | 1.00 | 0 | 27.17 | 1 | 0.5 |
| Hex | FF | 74 | 1 | 0 | 37 | 64 | 0 | 1B | 64 | 32 |
| Octal | 377 | 164 | 1 | 0 | 67 | 144 | 0 | 33 | 144 | 62 |
| Binary | 11111111 | 1110100 | 1 | 0 | 110111 | 1100100 | 0 | 11011 | 1100100 | 110010 |
Color Harmonies of #FF7401
Complementary color
Monochromatic Colors of #FF7401
Black with #FF7401
Text Example
Text Example
White with #FF7401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7401; }
p { color: rgb(255,116,1); }
H1.HeaderClassName
{
color: #FF7401;
}
.AnyTagClassName
{
color: #FF7401;
}
</style>
background-color css
<style>
a { background-color: #FF7401; }
a { background-color: rgb(255,116,1); }
div.DivClassName
{
background-color: #FF7401;
}
.BgClassName
{
background-color: #FF7401;
}
</style>
border-color css
<style>
span { border-color: #FF7401; }
span { border-color: rgb(255,116,1); }
td.TdClassName
{
border-color: #FF7401;
}
.TagClassName
{
border-color: #FF7401;
}
</style>