Shades of Safety Orange #FE5D13
Tints of Safety Orange #FE5D13
RGB
CMYK
RGB Variations
Color information
#FE5D13 (or 0xFE5D13) is known color: Safety Orange. HEX triplet: FE, 5D and 13. RGB value is (254,93,19). Sum of RGB (Red+Green+Blue) = 254+93+19=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5D13 is #01A2EC. Grayscale: #858585. Windows color (decimal): -107245 or 1269246. OLE color: 1269246.
HSL color Cylindrical-coordinate representation of color #FE5D13: hue angle of 18.89º 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 #FE5D13 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 19 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.00 |
| HSL | 18.89º | 0.99% | 0.54% | - |
| HSV(B) | 18.89º | 0.93% | 1% | - |
| XYZ | 44.9 | 28.95 | 3.84 | - |
| YUV | 132.7 | 63.84 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 19 | 0 | 0.63 | 0.93 | 0.00 | 18.89 | 0.99 | 0.54 |
| Hex | FE | 5D | 13 | 0 | 3F | 5D | 0 | 13 | 63 | 36 |
| Octal | 376 | 135 | 23 | 0 | 77 | 135 | 0 | 23 | 143 | 66 |
| Binary | 11111110 | 1011101 | 10011 | 0 | 111111 | 1011101 | 0 | 10011 | 1100011 | 110110 |
Color Harmonies of #FE5D13
Complementary color
Monochromatic Colors of #FE5D13
Black with #FE5D13
Text Example
Text Example
White with #FE5D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5D13; }
p { color: rgb(254,93,19); }
H1.HeaderClassName
{
color: #FE5D13;
}
.AnyTagClassName
{
color: #FE5D13;
}
</style>
background-color css
<style>
a { background-color: #FE5D13; }
a { background-color: rgb(254,93,19); }
div.DivClassName
{
background-color: #FE5D13;
}
.BgClassName
{
background-color: #FE5D13;
}
</style>
border-color css
<style>
span { border-color: #FE5D13; }
span { border-color: rgb(254,93,19); }
td.TdClassName
{
border-color: #FE5D13;
}
.TagClassName
{
border-color: #FE5D13;
}
</style>