Shades of Safety Orange #FF7604
Tints of Safety Orange #FF7604
RGB
CMYK
RGB Variations
Color information
#FF7604 (or 0xFF7604) is known color: Safety Orange. HEX triplet: FF, 76 and 04. RGB value is (255,118,4). Sum of RGB (Red+Green+Blue) = 255+118+4=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 4 (1.95% from 255 or 1.06% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7604 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7604 is #0089FB. Grayscale: #929292. Windows color (decimal): -35324 or 292607. OLE color: 292607.
HSL color Cylindrical-coordinate representation of color #FF7604: hue angle of 27.25º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF7604 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 4 | - |
| CMYK | 0 | 0.54 | 0.98 | 0 |
| HSL | 27.25º | 1% | 0.51% | - |
| HSV(B) | 27.25º | 0.98% | 1% | - |
| XYZ | 47.74 | 34.23 | 4.2 | - |
| YUV | 145.97 | 47.89 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 4 | 0 | 0.54 | 0.98 | 0 | 27.25 | 1 | 0.51 |
| Hex | FF | 76 | 4 | 0 | 36 | 62 | 0 | 1B | 64 | 33 |
| Octal | 377 | 166 | 4 | 0 | 66 | 142 | 0 | 33 | 144 | 63 |
| Binary | 11111111 | 1110110 | 100 | 0 | 110110 | 1100010 | 0 | 11011 | 1100100 | 110011 |
Color Harmonies of #FF7604
Complementary color
Monochromatic Colors of #FF7604
Black with #FF7604
Text Example
Text Example
White with #FF7604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7604; }
p { color: rgb(255,118,4); }
H1.HeaderClassName
{
color: #FF7604;
}
.AnyTagClassName
{
color: #FF7604;
}
</style>
background-color css
<style>
a { background-color: #FF7604; }
a { background-color: rgb(255,118,4); }
div.DivClassName
{
background-color: #FF7604;
}
.BgClassName
{
background-color: #FF7604;
}
</style>
border-color css
<style>
span { border-color: #FF7604; }
span { border-color: rgb(255,118,4); }
td.TdClassName
{
border-color: #FF7604;
}
.TagClassName
{
border-color: #FF7604;
}
</style>