Shades of Safety Orange #FF7205
Tints of Safety Orange #FF7205
RGB
CMYK
RGB Variations
Color information
#FF7205 (or 0xFF7205) is known color: Safety Orange. HEX triplet: FF, 72 and 05. RGB value is (255,114,5). Sum of RGB (Red+Green+Blue) = 255+114+5=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 5 (2.34% from 255 or 1.34% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7205 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7205 is #008DFA. Grayscale: #909090. Windows color (decimal): -36347 or 357119. OLE color: 357119.
HSL color Cylindrical-coordinate representation of color #FF7205: hue angle of 26.16º 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 #FF7205 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 5 | - |
| CMYK | 0 | 0.55 | 0.98 | 0 |
| HSL | 26.16º | 1% | 0.51% | - |
| HSV(B) | 26.16º | 0.98% | 1% | - |
| XYZ | 47.28 | 33.31 | 4.08 | - |
| YUV | 143.73 | 49.71 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 5 | 0 | 0.55 | 0.98 | 0 | 26.16 | 1 | 0.51 |
| Hex | FF | 72 | 5 | 0 | 37 | 62 | 0 | 1A | 64 | 33 |
| Octal | 377 | 162 | 5 | 0 | 67 | 142 | 0 | 32 | 144 | 63 |
| Binary | 11111111 | 1110010 | 101 | 0 | 110111 | 1100010 | 0 | 11010 | 1100100 | 110011 |
Color Harmonies of #FF7205
Complementary color
Monochromatic Colors of #FF7205
Black with #FF7205
Text Example
Text Example
White with #FF7205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7205; }
p { color: rgb(255,114,5); }
H1.HeaderClassName
{
color: #FF7205;
}
.AnyTagClassName
{
color: #FF7205;
}
</style>
background-color css
<style>
a { background-color: #FF7205; }
a { background-color: rgb(255,114,5); }
div.DivClassName
{
background-color: #FF7205;
}
.BgClassName
{
background-color: #FF7205;
}
</style>
border-color css
<style>
span { border-color: #FF7205; }
span { border-color: rgb(255,114,5); }
td.TdClassName
{
border-color: #FF7205;
}
.TagClassName
{
border-color: #FF7205;
}
</style>