Shades of Safety Orange #FF7407
Tints of Safety Orange #FF7407
RGB
CMYK
RGB Variations
Color information
#FF7407 (or 0xFF7407) is known color: Safety Orange. HEX triplet: FF, 74 and 07. RGB value is (255,116,7). Sum of RGB (Red+Green+Blue) = 255+116+7=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 7 (3.12% from 255 or 1.85% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7407 is #008BF8. Grayscale: #919191. Windows color (decimal): -35833 or 488703. OLE color: 488703.
HSL color Cylindrical-coordinate representation of color #FF7407: hue angle of 26.37º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF7407 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 7 | - |
| CMYK | 0 | 0.55 | 0.97 | 0 |
| HSL | 26.37º | 1% | 0.51% | - |
| HSV(B) | 26.37º | 0.97% | 1% | - |
| XYZ | 47.52 | 33.77 | 4.21 | - |
| YUV | 145.14 | 50.05 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 7 | 0 | 0.55 | 0.97 | 0 | 26.37 | 1 | 0.51 |
| Hex | FF | 74 | 7 | 0 | 37 | 61 | 0 | 1A | 64 | 33 |
| Octal | 377 | 164 | 7 | 0 | 67 | 141 | 0 | 32 | 144 | 63 |
| Binary | 11111111 | 1110100 | 111 | 0 | 110111 | 1100001 | 0 | 11010 | 1100100 | 110011 |
Color Harmonies of #FF7407
Complementary color
Monochromatic Colors of #FF7407
Black with #FF7407
Text Example
Text Example
White with #FF7407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7407; }
p { color: rgb(255,116,7); }
H1.HeaderClassName
{
color: #FF7407;
}
.AnyTagClassName
{
color: #FF7407;
}
</style>
background-color css
<style>
a { background-color: #FF7407; }
a { background-color: rgb(255,116,7); }
div.DivClassName
{
background-color: #FF7407;
}
.BgClassName
{
background-color: #FF7407;
}
</style>
border-color css
<style>
span { border-color: #FF7407; }
span { border-color: rgb(255,116,7); }
td.TdClassName
{
border-color: #FF7407;
}
.TagClassName
{
border-color: #FF7407;
}
</style>