Shades of Safety Orange #FE5D08
Tints of Safety Orange #FE5D08
RGB
CMYK
RGB Variations
Color information
#FE5D08 (or 0xFE5D08) is known color: Safety Orange. HEX triplet: FE, 5D and 08. RGB value is (254,93,8). Sum of RGB (Red+Green+Blue) = 254+93+8=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5D08 is #01A2F7. Grayscale: #838383. Windows color (decimal): -107256 or 548350. OLE color: 548350.
HSL color Cylindrical-coordinate representation of color #FE5D08: hue angle of 20.73º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE5D08 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 8 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.00 |
| HSL | 20.73º | 0.99% | 0.51% | - |
| HSV(B) | 20.73º | 0.97% | 1% | - |
| XYZ | 44.83 | 28.92 | 3.45 | - |
| YUV | 131.45 | 58.34 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 8 | 0 | 0.63 | 0.97 | 0.00 | 20.73 | 0.99 | 0.51 |
| Hex | FE | 5D | 8 | 0 | 3F | 61 | 0 | 15 | 63 | 33 |
| Octal | 376 | 135 | 10 | 0 | 77 | 141 | 0 | 25 | 143 | 63 |
| Binary | 11111110 | 1011101 | 1000 | 0 | 111111 | 1100001 | 0 | 10101 | 1100011 | 110011 |
Color Harmonies of #FE5D08
Complementary color
Monochromatic Colors of #FE5D08
Black with #FE5D08
Text Example
Text Example
White with #FE5D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5D08; }
p { color: rgb(254,93,8); }
H1.HeaderClassName
{
color: #FE5D08;
}
.AnyTagClassName
{
color: #FE5D08;
}
</style>
background-color css
<style>
a { background-color: #FE5D08; }
a { background-color: rgb(254,93,8); }
div.DivClassName
{
background-color: #FE5D08;
}
.BgClassName
{
background-color: #FE5D08;
}
</style>
border-color css
<style>
span { border-color: #FE5D08; }
span { border-color: rgb(254,93,8); }
td.TdClassName
{
border-color: #FE5D08;
}
.TagClassName
{
border-color: #FE5D08;
}
</style>