Shades of Safety Orange #FF7507
Tints of Safety Orange #FF7507
RGB
CMYK
RGB Variations
Color information
#FF7507 (or 0xFF7507) is known color: Safety Orange. HEX triplet: FF, 75 and 07. RGB value is (255,117,7). Sum of RGB (Red+Green+Blue) = 255+117+7=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7507 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7507 is #008AF8. Grayscale: #929292. Windows color (decimal): -35577 or 488959. OLE color: 488959.
HSL color Cylindrical-coordinate representation of color #FF7507: hue angle of 26.61º 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 #FF7507 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 7 | - |
| CMYK | 0 | 0.54 | 0.97 | 0 |
| HSL | 26.61º | 1% | 0.51% | - |
| HSV(B) | 26.61º | 0.97% | 1% | - |
| XYZ | 47.64 | 34 | 4.25 | - |
| YUV | 145.72 | 49.72 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 7 | 0 | 0.54 | 0.97 | 0 | 26.61 | 1 | 0.51 |
| Hex | FF | 75 | 7 | 0 | 36 | 61 | 0 | 1B | 64 | 33 |
| Octal | 377 | 165 | 7 | 0 | 66 | 141 | 0 | 33 | 144 | 63 |
| Binary | 11111111 | 1110101 | 111 | 0 | 110110 | 1100001 | 0 | 11011 | 1100100 | 110011 |
Color Harmonies of #FF7507
Complementary color
Monochromatic Colors of #FF7507
Black with #FF7507
Text Example
Text Example
White with #FF7507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7507; }
p { color: rgb(255,117,7); }
H1.HeaderClassName
{
color: #FF7507;
}
.AnyTagClassName
{
color: #FF7507;
}
</style>
background-color css
<style>
a { background-color: #FF7507; }
a { background-color: rgb(255,117,7); }
div.DivClassName
{
background-color: #FF7507;
}
.BgClassName
{
background-color: #FF7507;
}
</style>
border-color css
<style>
span { border-color: #FF7507; }
span { border-color: rgb(255,117,7); }
td.TdClassName
{
border-color: #FF7507;
}
.TagClassName
{
border-color: #FF7507;
}
</style>