Shades of Safety Orange #FE5E09
Tints of Safety Orange #FE5E09
RGB
CMYK
RGB Variations
Color information
#FE5E09 (or 0xFE5E09) is known color: Safety Orange. HEX triplet: FE, 5E and 09. RGB value is (254,94,9). Sum of RGB (Red+Green+Blue) = 254+94+9=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 9 (3.91% from 255 or 2.52% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5E09 is #01A1F6. Grayscale: #848484. Windows color (decimal): -106999 or 614142. OLE color: 614142.
HSL color Cylindrical-coordinate representation of color #FE5E09: hue angle of 20.82º 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 #FE5E09 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 9 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.00 |
| HSL | 20.82º | 0.99% | 0.52% | - |
| HSV(B) | 20.82º | 0.96% | 1% | - |
| XYZ | 44.93 | 29.1 | 3.51 | - |
| YUV | 132.15 | 58.51 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 9 | 0 | 0.63 | 0.96 | 0.00 | 20.82 | 0.99 | 0.52 |
| Hex | FE | 5E | 9 | 0 | 3F | 60 | 0 | 15 | 63 | 34 |
| Octal | 376 | 136 | 11 | 0 | 77 | 140 | 0 | 25 | 143 | 64 |
| Binary | 11111110 | 1011110 | 1001 | 0 | 111111 | 1100000 | 0 | 10101 | 1100011 | 110100 |
Color Harmonies of #FE5E09
Complementary color
Monochromatic Colors of #FE5E09
Black with #FE5E09
Text Example
Text Example
White with #FE5E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5E09; }
p { color: rgb(254,94,9); }
H1.HeaderClassName
{
color: #FE5E09;
}
.AnyTagClassName
{
color: #FE5E09;
}
</style>
background-color css
<style>
a { background-color: #FE5E09; }
a { background-color: rgb(254,94,9); }
div.DivClassName
{
background-color: #FE5E09;
}
.BgClassName
{
background-color: #FE5E09;
}
</style>
border-color css
<style>
span { border-color: #FE5E09; }
span { border-color: rgb(254,94,9); }
td.TdClassName
{
border-color: #FE5E09;
}
.TagClassName
{
border-color: #FE5E09;
}
</style>