Shades of Safety Orange #FF5E0B
Tints of Safety Orange #FF5E0B
RGB
CMYK
RGB Variations
Color information
#FF5E0B (or 0xFF5E0B) is known color: Safety Orange. HEX triplet: FF, 5E and 0B. RGB value is (255,94,11). Sum of RGB (Red+Green+Blue) = 255+94+11=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5E0B is #00A1F4. Grayscale: #858585. Windows color (decimal): -41461 or 745215. OLE color: 745215.
HSL color Cylindrical-coordinate representation of color #FF5E0B: hue angle of 20.41º 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 #FF5E0B is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 11 | - |
| CMYK | 0 | 0.63 | 0.96 | 0 |
| HSL | 20.41º | 1% | 0.52% | - |
| HSV(B) | 20.41º | 0.96% | 1% | - |
| XYZ | 45.3 | 29.29 | 3.58 | - |
| YUV | 132.68 | 59.34 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 11 | 0 | 0.63 | 0.96 | 0 | 20.41 | 1 | 0.52 |
| Hex | FF | 5E | B | 0 | 3F | 60 | 0 | 14 | 64 | 34 |
| Octal | 377 | 136 | 13 | 0 | 77 | 140 | 0 | 24 | 144 | 64 |
| Binary | 11111111 | 1011110 | 1011 | 0 | 111111 | 1100000 | 0 | 10100 | 1100100 | 110100 |
Color Harmonies of #FF5E0B
Complementary color
Monochromatic Colors of #FF5E0B
Black with #FF5E0B
Text Example
Text Example
White with #FF5E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5E0B; }
p { color: rgb(255,94,11); }
H1.HeaderClassName
{
color: #FF5E0B;
}
.AnyTagClassName
{
color: #FF5E0B;
}
</style>
background-color css
<style>
a { background-color: #FF5E0B; }
a { background-color: rgb(255,94,11); }
div.DivClassName
{
background-color: #FF5E0B;
}
.BgClassName
{
background-color: #FF5E0B;
}
</style>
border-color css
<style>
span { border-color: #FF5E0B; }
span { border-color: rgb(255,94,11); }
td.TdClassName
{
border-color: #FF5E0B;
}
.TagClassName
{
border-color: #FF5E0B;
}
</style>