Shades of Safety Orange #FE6106
Tints of Safety Orange #FE6106
RGB
CMYK
RGB Variations
Color information
#FE6106 (or 0xFE6106) is known color: Safety Orange. HEX triplet: FE, 61 and 06. RGB value is (254,97,6). Sum of RGB (Red+Green+Blue) = 254+97+6=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 6 (2.73% from 255 or 1.68% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6106 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6106 is #019EF9. Grayscale: #868686. Windows color (decimal): -106234 or 418302. OLE color: 418302.
HSL color Cylindrical-coordinate representation of color #FE6106: hue angle of 22.02º 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 #FE6106 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 6 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.00 |
| HSL | 22.02º | 0.99% | 0.51% | - |
| HSV(B) | 22.02º | 0.98% | 1% | - |
| XYZ | 45.18 | 29.63 | 3.51 | - |
| YUV | 133.57 | 56.01 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 6 | 0 | 0.62 | 0.98 | 0.00 | 22.02 | 0.99 | 0.51 |
| Hex | FE | 61 | 6 | 0 | 3E | 62 | 0 | 16 | 63 | 33 |
| Octal | 376 | 141 | 6 | 0 | 76 | 142 | 0 | 26 | 143 | 63 |
| Binary | 11111110 | 1100001 | 110 | 0 | 111110 | 1100010 | 0 | 10110 | 1100011 | 110011 |
Color Harmonies of #FE6106
Complementary color
Monochromatic Colors of #FE6106
Black with #FE6106
Text Example
Text Example
White with #FE6106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6106; }
p { color: rgb(254,97,6); }
H1.HeaderClassName
{
color: #FE6106;
}
.AnyTagClassName
{
color: #FE6106;
}
</style>
background-color css
<style>
a { background-color: #FE6106; }
a { background-color: rgb(254,97,6); }
div.DivClassName
{
background-color: #FE6106;
}
.BgClassName
{
background-color: #FE6106;
}
</style>
border-color css
<style>
span { border-color: #FE6106; }
span { border-color: rgb(254,97,6); }
td.TdClassName
{
border-color: #FE6106;
}
.TagClassName
{
border-color: #FE6106;
}
</style>