Shades of Safety Orange #FE5E0A
Tints of Safety Orange #FE5E0A
RGB
CMYK
RGB Variations
Color information
#FE5E0A (or 0xFE5E0A) is known color: Safety Orange. HEX triplet: FE, 5E and 0A. RGB value is (254,94,10). Sum of RGB (Red+Green+Blue) = 254+94+10=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 10 (4.30% from 255 or 2.79% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5E0A is #01A1F5. Grayscale: #848484. Windows color (decimal): -106998 or 679678. OLE color: 679678.
HSL color Cylindrical-coordinate representation of color #FE5E0A: hue angle of 20.66º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE5E0A is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 10 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.00 |
| HSL | 20.66º | 0.99% | 0.52% | - |
| HSV(B) | 20.66º | 0.96% | 1% | - |
| XYZ | 44.93 | 29.1 | 3.54 | - |
| YUV | 132.26 | 59.01 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 10 | 0 | 0.63 | 0.96 | 0.00 | 20.66 | 0.99 | 0.52 |
| Hex | FE | 5E | A | 0 | 3F | 60 | 0 | 15 | 63 | 34 |
| Octal | 376 | 136 | 12 | 0 | 77 | 140 | 0 | 25 | 143 | 64 |
| Binary | 11111110 | 1011110 | 1010 | 0 | 111111 | 1100000 | 0 | 10101 | 1100011 | 110100 |
Color Harmonies of #FE5E0A
Complementary color
Monochromatic Colors of #FE5E0A
Black with #FE5E0A
Text Example
Text Example
White with #FE5E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5E0A; }
p { color: rgb(254,94,10); }
H1.HeaderClassName
{
color: #FE5E0A;
}
.AnyTagClassName
{
color: #FE5E0A;
}
</style>
background-color css
<style>
a { background-color: #FE5E0A; }
a { background-color: rgb(254,94,10); }
div.DivClassName
{
background-color: #FE5E0A;
}
.BgClassName
{
background-color: #FE5E0A;
}
</style>
border-color css
<style>
span { border-color: #FE5E0A; }
span { border-color: rgb(254,94,10); }
td.TdClassName
{
border-color: #FE5E0A;
}
.TagClassName
{
border-color: #FE5E0A;
}
</style>