Shades of Safety Orange #FF5E09
Tints of Safety Orange #FF5E09
RGB
CMYK
RGB Variations
Color information
#FF5E09 (or 0xFF5E09) is known color: Safety Orange. HEX triplet: FF, 5E and 09. RGB value is (255,94,9). Sum of RGB (Red+Green+Blue) = 255+94+9=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 9 (3.91% from 255 or 2.51% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5E09 is #00A1F6. Grayscale: #848484. Windows color (decimal): -41463 or 614143. OLE color: 614143.
HSL color Cylindrical-coordinate representation of color #FF5E09: hue angle of 20.73º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF5E09 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 9 | - |
| CMYK | 0 | 0.63 | 0.96 | 0 |
| HSL | 20.73º | 1% | 0.52% | - |
| HSV(B) | 20.73º | 0.96% | 1% | - |
| XYZ | 45.29 | 29.29 | 3.52 | - |
| YUV | 132.45 | 58.34 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 9 | 0 | 0.63 | 0.96 | 0 | 20.73 | 1 | 0.52 |
| Hex | FF | 5E | 9 | 0 | 3F | 60 | 0 | 15 | 64 | 34 |
| Octal | 377 | 136 | 11 | 0 | 77 | 140 | 0 | 25 | 144 | 64 |
| Binary | 11111111 | 1011110 | 1001 | 0 | 111111 | 1100000 | 0 | 10101 | 1100100 | 110100 |
Color Harmonies of #FF5E09
Complementary color
Monochromatic Colors of #FF5E09
Black with #FF5E09
Text Example
Text Example
White with #FF5E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5E09; }
p { color: rgb(255,94,9); }
H1.HeaderClassName
{
color: #FF5E09;
}
.AnyTagClassName
{
color: #FF5E09;
}
</style>
background-color css
<style>
a { background-color: #FF5E09; }
a { background-color: rgb(255,94,9); }
div.DivClassName
{
background-color: #FF5E09;
}
.BgClassName
{
background-color: #FF5E09;
}
</style>
border-color css
<style>
span { border-color: #FF5E09; }
span { border-color: rgb(255,94,9); }
td.TdClassName
{
border-color: #FF5E09;
}
.TagClassName
{
border-color: #FF5E09;
}
</style>