Shades of Safety Orange #FE5D01
Tints of Safety Orange #FE5D01
RGB
CMYK
RGB Variations
Color information
#FE5D01 (or 0xFE5D01) is known color: Safety Orange. HEX triplet: FE, 5D and 01. RGB value is (254,93,1). Sum of RGB (Red+Green+Blue) = 254+93+1=348 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.99% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5D01 is #01A2FE. Grayscale: #838383. Windows color (decimal): -107263 or 89598. OLE color: 89598.
HSL color Cylindrical-coordinate representation of color #FE5D01: hue angle of 21.82º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE5D01 is Cyan = 0, Magento = 0.63, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 1 | - |
| CMYK | 0 | 0.63 | 1.00 | 0.00 |
| HSL | 21.82º | 0.99% | 0.5% | - |
| HSV(B) | 21.82º | 1% | 1% | - |
| XYZ | 44.79 | 28.9 | 3.25 | - |
| YUV | 130.65 | 54.84 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 1 | 0 | 0.63 | 1.00 | 0.00 | 21.82 | 0.99 | 0.5 |
| Hex | FE | 5D | 1 | 0 | 3F | 64 | 0 | 16 | 63 | 32 |
| Octal | 376 | 135 | 1 | 0 | 77 | 144 | 0 | 26 | 143 | 62 |
| Binary | 11111110 | 1011101 | 1 | 0 | 111111 | 1100100 | 0 | 10110 | 1100011 | 110010 |
Color Harmonies of #FE5D01
Complementary color
Monochromatic Colors of #FE5D01
Black with #FE5D01
Text Example
Text Example
White with #FE5D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5D01; }
p { color: rgb(254,93,1); }
H1.HeaderClassName
{
color: #FE5D01;
}
.AnyTagClassName
{
color: #FE5D01;
}
</style>
background-color css
<style>
a { background-color: #FE5D01; }
a { background-color: rgb(254,93,1); }
div.DivClassName
{
background-color: #FE5D01;
}
.BgClassName
{
background-color: #FE5D01;
}
</style>
border-color css
<style>
span { border-color: #FE5D01; }
span { border-color: rgb(254,93,1); }
td.TdClassName
{
border-color: #FE5D01;
}
.TagClassName
{
border-color: #FE5D01;
}
</style>