Shades of Safety Orange #FF5B01
Tints of Safety Orange #FF5B01
RGB
CMYK
RGB Variations
Color information
#FF5B01 (or 0xFF5B01) is known color: Safety Orange. HEX triplet: FF, 5B and 01. RGB value is (255,91,1). Sum of RGB (Red+Green+Blue) = 255+91+1=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5B01 is #00A4FE. Grayscale: #828282. Windows color (decimal): -42239 or 89087. OLE color: 89087.
HSL color Cylindrical-coordinate representation of color #FF5B01: hue angle of 21.26º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF5B01 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 1 | - |
| CMYK | 0 | 0.64 | 1.00 | 0 |
| HSL | 21.26º | 1% | 0.5% | - |
| HSV(B) | 21.26º | 1% | 1% | - |
| XYZ | 44.99 | 28.74 | 3.21 | - |
| YUV | 129.78 | 55.33 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 1 | 0 | 0.64 | 1.00 | 0 | 21.26 | 1 | 0.5 |
| Hex | FF | 5B | 1 | 0 | 40 | 64 | 0 | 15 | 64 | 32 |
| Octal | 377 | 133 | 1 | 0 | 100 | 144 | 0 | 25 | 144 | 62 |
| Binary | 11111111 | 1011011 | 1 | 0 | 1000000 | 1100100 | 0 | 10101 | 1100100 | 110010 |
Color Harmonies of #FF5B01
Complementary color
Monochromatic Colors of #FF5B01
Black with #FF5B01
Text Example
Text Example
White with #FF5B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5B01; }
p { color: rgb(255,91,1); }
H1.HeaderClassName
{
color: #FF5B01;
}
.AnyTagClassName
{
color: #FF5B01;
}
</style>
background-color css
<style>
a { background-color: #FF5B01; }
a { background-color: rgb(255,91,1); }
div.DivClassName
{
background-color: #FF5B01;
}
.BgClassName
{
background-color: #FF5B01;
}
</style>
border-color css
<style>
span { border-color: #FF5B01; }
span { border-color: rgb(255,91,1); }
td.TdClassName
{
border-color: #FF5B01;
}
.TagClassName
{
border-color: #FF5B01;
}
</style>