Shades of Safety Orange #FE5E13
Tints of Safety Orange #FE5E13
RGB
CMYK
RGB Variations
Color information
#FE5E13 (or 0xFE5E13) is known color: Safety Orange. HEX triplet: FE, 5E and 13. RGB value is (254,94,19). Sum of RGB (Red+Green+Blue) = 254+94+19=367 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.21% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 19 (7.81% from 255 or 5.18% from 367); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5E13 is #01A1EC. Grayscale: #858585. Windows color (decimal): -106989 or 1269502. OLE color: 1269502.
HSL color Cylindrical-coordinate representation of color #FE5E13: hue angle of 19.15º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE5E13 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 19 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.00 |
| HSL | 19.15º | 0.99% | 0.54% | - |
| HSV(B) | 19.15º | 0.93% | 1% | - |
| XYZ | 44.99 | 29.12 | 3.87 | - |
| YUV | 133.29 | 63.51 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 19 | 0 | 0.63 | 0.93 | 0.00 | 19.15 | 0.99 | 0.54 |
| Hex | FE | 5E | 13 | 0 | 3F | 5D | 0 | 13 | 63 | 36 |
| Octal | 376 | 136 | 23 | 0 | 77 | 135 | 0 | 23 | 143 | 66 |
| Binary | 11111110 | 1011110 | 10011 | 0 | 111111 | 1011101 | 0 | 10011 | 1100011 | 110110 |
Color Harmonies of #FE5E13
Complementary color
Monochromatic Colors of #FE5E13
Black with #FE5E13
Text Example
Text Example
White with #FE5E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5E13; }
p { color: rgb(254,94,19); }
H1.HeaderClassName
{
color: #FE5E13;
}
.AnyTagClassName
{
color: #FE5E13;
}
</style>
background-color css
<style>
a { background-color: #FE5E13; }
a { background-color: rgb(254,94,19); }
div.DivClassName
{
background-color: #FE5E13;
}
.BgClassName
{
background-color: #FE5E13;
}
</style>
border-color css
<style>
span { border-color: #FE5E13; }
span { border-color: rgb(254,94,19); }
td.TdClassName
{
border-color: #FE5E13;
}
.TagClassName
{
border-color: #FE5E13;
}
</style>