Shades of Safety Orange #FF7505
Tints of Safety Orange #FF7505
RGB
CMYK
RGB Variations
Color information
#FF7505 (or 0xFF7505) is known color: Safety Orange. HEX triplet: FF, 75 and 05. RGB value is (255,117,5). Sum of RGB (Red+Green+Blue) = 255+117+5=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 5 (2.34% from 255 or 1.33% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7505 is #008AFA. Grayscale: #929292. Windows color (decimal): -35579 or 357887. OLE color: 357887.
HSL color Cylindrical-coordinate representation of color #FF7505: hue angle of 26.88º 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 #FF7505 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 5 | - |
| CMYK | 0 | 0.54 | 0.98 | 0 |
| HSL | 26.88º | 1% | 0.51% | - |
| HSV(B) | 26.88º | 0.98% | 1% | - |
| XYZ | 47.63 | 33.99 | 4.19 | - |
| YUV | 145.49 | 48.72 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 5 | 0 | 0.54 | 0.98 | 0 | 26.88 | 1 | 0.51 |
| Hex | FF | 75 | 5 | 0 | 36 | 62 | 0 | 1B | 64 | 33 |
| Octal | 377 | 165 | 5 | 0 | 66 | 142 | 0 | 33 | 144 | 63 |
| Binary | 11111111 | 1110101 | 101 | 0 | 110110 | 1100010 | 0 | 11011 | 1100100 | 110011 |
Color Harmonies of #FF7505
Complementary color
Monochromatic Colors of #FF7505
Black with #FF7505
Text Example
Text Example
White with #FF7505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7505; }
p { color: rgb(255,117,5); }
H1.HeaderClassName
{
color: #FF7505;
}
.AnyTagClassName
{
color: #FF7505;
}
</style>
background-color css
<style>
a { background-color: #FF7505; }
a { background-color: rgb(255,117,5); }
div.DivClassName
{
background-color: #FF7505;
}
.BgClassName
{
background-color: #FF7505;
}
</style>
border-color css
<style>
span { border-color: #FF7505; }
span { border-color: rgb(255,117,5); }
td.TdClassName
{
border-color: #FF7505;
}
.TagClassName
{
border-color: #FF7505;
}
</style>