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