Shades of Safety Orange #FE7206
Tints of Safety Orange #FE7206
RGB
CMYK
RGB Variations
Color information
#FE7206 (or 0xFE7206) is known color: Safety Orange. HEX triplet: FE, 72 and 06. RGB value is (254,114,6). Sum of RGB (Red+Green+Blue) = 254+114+6=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 6 (2.73% from 255 or 1.60% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7206 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7206 is #018DF9. Grayscale: #909090. Windows color (decimal): -101882 or 422654. OLE color: 422654.
HSL color Cylindrical-coordinate representation of color #FE7206: hue angle of 26.13º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE7206 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 6 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.00 |
| HSL | 26.13º | 0.99% | 0.51% | - |
| HSV(B) | 26.13º | 0.98% | 1% | - |
| XYZ | 46.92 | 33.12 | 4.09 | - |
| YUV | 143.55 | 50.38 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 6 | 0 | 0.55 | 0.98 | 0.00 | 26.13 | 0.99 | 0.51 |
| Hex | FE | 72 | 6 | 0 | 37 | 62 | 0 | 1A | 63 | 33 |
| Octal | 376 | 162 | 6 | 0 | 67 | 142 | 0 | 32 | 143 | 63 |
| Binary | 11111110 | 1110010 | 110 | 0 | 110111 | 1100010 | 0 | 11010 | 1100011 | 110011 |
Color Harmonies of #FE7206
Complementary color
Monochromatic Colors of #FE7206
Black with #FE7206
Text Example
Text Example
White with #FE7206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7206; }
p { color: rgb(254,114,6); }
H1.HeaderClassName
{
color: #FE7206;
}
.AnyTagClassName
{
color: #FE7206;
}
</style>
background-color css
<style>
a { background-color: #FE7206; }
a { background-color: rgb(254,114,6); }
div.DivClassName
{
background-color: #FE7206;
}
.BgClassName
{
background-color: #FE7206;
}
</style>
border-color css
<style>
span { border-color: #FE7206; }
span { border-color: rgb(254,114,6); }
td.TdClassName
{
border-color: #FE7206;
}
.TagClassName
{
border-color: #FE7206;
}
</style>