Shades of Safety Orange #FF7506
Tints of Safety Orange #FF7506
RGB
CMYK
RGB Variations
Color information
#FF7506 (or 0xFF7506) is known color: Safety Orange. HEX triplet: FF, 75 and 06. RGB value is (255,117,6). Sum of RGB (Red+Green+Blue) = 255+117+6=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 6 (2.73% from 255 or 1.59% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7506 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7506 is #008AF9. Grayscale: #929292. Windows color (decimal): -35578 or 423423. OLE color: 423423.
HSL color Cylindrical-coordinate representation of color #FF7506: hue angle of 26.75º 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 #FF7506 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 6 | - |
| CMYK | 0 | 0.54 | 0.98 | 0 |
| HSL | 26.75º | 1% | 0.51% | - |
| HSV(B) | 26.75º | 0.98% | 1% | - |
| XYZ | 47.63 | 34 | 4.22 | - |
| YUV | 145.61 | 49.22 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 6 | 0 | 0.54 | 0.98 | 0 | 26.75 | 1 | 0.51 |
| Hex | FF | 75 | 6 | 0 | 36 | 62 | 0 | 1B | 64 | 33 |
| Octal | 377 | 165 | 6 | 0 | 66 | 142 | 0 | 33 | 144 | 63 |
| Binary | 11111111 | 1110101 | 110 | 0 | 110110 | 1100010 | 0 | 11011 | 1100100 | 110011 |
Color Harmonies of #FF7506
Complementary color
Monochromatic Colors of #FF7506
Black with #FF7506
Text Example
Text Example
White with #FF7506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7506; }
p { color: rgb(255,117,6); }
H1.HeaderClassName
{
color: #FF7506;
}
.AnyTagClassName
{
color: #FF7506;
}
</style>
background-color css
<style>
a { background-color: #FF7506; }
a { background-color: rgb(255,117,6); }
div.DivClassName
{
background-color: #FF7506;
}
.BgClassName
{
background-color: #FF7506;
}
</style>
border-color css
<style>
span { border-color: #FF7506; }
span { border-color: rgb(255,117,6); }
td.TdClassName
{
border-color: #FF7506;
}
.TagClassName
{
border-color: #FF7506;
}
</style>