Shades of Safety Orange #FF5B05
Tints of Safety Orange #FF5B05
RGB
CMYK
RGB Variations
Color information
#FF5B05 (or 0xFF5B05) is known color: Safety Orange. HEX triplet: FF, 5B and 05. RGB value is (255,91,5). Sum of RGB (Red+Green+Blue) = 255+91+5=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5B05 is #00A4FA. Grayscale: #828282. Windows color (decimal): -42235 or 351231. OLE color: 351231.
HSL color Cylindrical-coordinate representation of color #FF5B05: hue angle of 20.64º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF5B05 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 5 | - |
| CMYK | 0 | 0.64 | 0.98 | 0 |
| HSL | 20.64º | 1% | 0.51% | - |
| HSV(B) | 20.64º | 0.98% | 1% | - |
| XYZ | 45.01 | 28.75 | 3.32 | - |
| YUV | 130.23 | 57.33 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 5 | 0 | 0.64 | 0.98 | 0 | 20.64 | 1 | 0.51 |
| Hex | FF | 5B | 5 | 0 | 40 | 62 | 0 | 15 | 64 | 33 |
| Octal | 377 | 133 | 5 | 0 | 100 | 142 | 0 | 25 | 144 | 63 |
| Binary | 11111111 | 1011011 | 101 | 0 | 1000000 | 1100010 | 0 | 10101 | 1100100 | 110011 |
Color Harmonies of #FF5B05
Complementary color
Monochromatic Colors of #FF5B05
Black with #FF5B05
Text Example
Text Example
White with #FF5B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5B05; }
p { color: rgb(255,91,5); }
H1.HeaderClassName
{
color: #FF5B05;
}
.AnyTagClassName
{
color: #FF5B05;
}
</style>
background-color css
<style>
a { background-color: #FF5B05; }
a { background-color: rgb(255,91,5); }
div.DivClassName
{
background-color: #FF5B05;
}
.BgClassName
{
background-color: #FF5B05;
}
</style>
border-color css
<style>
span { border-color: #FF5B05; }
span { border-color: rgb(255,91,5); }
td.TdClassName
{
border-color: #FF5B05;
}
.TagClassName
{
border-color: #FF5B05;
}
</style>