Shades of Safety Orange #FE5E11
Tints of Safety Orange #FE5E11
RGB
CMYK
RGB Variations
Color information
#FE5E11 (or 0xFE5E11) is known color: Safety Orange. HEX triplet: FE, 5E and 11. RGB value is (254,94,17). Sum of RGB (Red+Green+Blue) = 254+94+17=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5E11 is #01A1EE. Grayscale: #858585. Windows color (decimal): -106991 or 1138430. OLE color: 1138430.
HSL color Cylindrical-coordinate representation of color #FE5E11: hue angle of 19.49º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE5E11 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 17 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.00 |
| HSL | 19.49º | 0.99% | 0.53% | - |
| HSV(B) | 19.49º | 0.93% | 1% | - |
| XYZ | 44.98 | 29.12 | 3.78 | - |
| YUV | 133.06 | 62.51 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 17 | 0 | 0.63 | 0.93 | 0.00 | 19.49 | 0.99 | 0.53 |
| Hex | FE | 5E | 11 | 0 | 3F | 5D | 0 | 13 | 63 | 35 |
| Octal | 376 | 136 | 21 | 0 | 77 | 135 | 0 | 23 | 143 | 65 |
| Binary | 11111110 | 1011110 | 10001 | 0 | 111111 | 1011101 | 0 | 10011 | 1100011 | 110101 |
Color Harmonies of #FE5E11
Complementary color
Monochromatic Colors of #FE5E11
Black with #FE5E11
Text Example
Text Example
White with #FE5E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5E11; }
p { color: rgb(254,94,17); }
H1.HeaderClassName
{
color: #FE5E11;
}
.AnyTagClassName
{
color: #FE5E11;
}
</style>
background-color css
<style>
a { background-color: #FE5E11; }
a { background-color: rgb(254,94,17); }
div.DivClassName
{
background-color: #FE5E11;
}
.BgClassName
{
background-color: #FE5E11;
}
</style>
border-color css
<style>
span { border-color: #FE5E11; }
span { border-color: rgb(254,94,17); }
td.TdClassName
{
border-color: #FE5E11;
}
.TagClassName
{
border-color: #FE5E11;
}
</style>