Shades of Safety Orange #FF5B06
Tints of Safety Orange #FF5B06
RGB
CMYK
RGB Variations
Color information
#FF5B06 (or 0xFF5B06) is known color: Safety Orange. HEX triplet: FF, 5B and 06. RGB value is (255,91,6). Sum of RGB (Red+Green+Blue) = 255+91+6=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 6 (2.73% from 255 or 1.70% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5B06 is #00A4F9. Grayscale: #828282. Windows color (decimal): -42234 or 416767. OLE color: 416767.
HSL color Cylindrical-coordinate representation of color #FF5B06: hue angle of 20.48º 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 #FF5B06 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 6 | - |
| CMYK | 0 | 0.64 | 0.98 | 0 |
| HSL | 20.48º | 1% | 0.51% | - |
| HSV(B) | 20.48º | 0.98% | 1% | - |
| XYZ | 45.01 | 28.76 | 3.35 | - |
| YUV | 130.35 | 57.83 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 6 | 0 | 0.64 | 0.98 | 0 | 20.48 | 1 | 0.51 |
| Hex | FF | 5B | 6 | 0 | 40 | 62 | 0 | 14 | 64 | 33 |
| Octal | 377 | 133 | 6 | 0 | 100 | 142 | 0 | 24 | 144 | 63 |
| Binary | 11111111 | 1011011 | 110 | 0 | 1000000 | 1100010 | 0 | 10100 | 1100100 | 110011 |
Color Harmonies of #FF5B06
Complementary color
Monochromatic Colors of #FF5B06
Black with #FF5B06
Text Example
Text Example
White with #FF5B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5B06; }
p { color: rgb(255,91,6); }
H1.HeaderClassName
{
color: #FF5B06;
}
.AnyTagClassName
{
color: #FF5B06;
}
</style>
background-color css
<style>
a { background-color: #FF5B06; }
a { background-color: rgb(255,91,6); }
div.DivClassName
{
background-color: #FF5B06;
}
.BgClassName
{
background-color: #FF5B06;
}
</style>
border-color css
<style>
span { border-color: #FF5B06; }
span { border-color: rgb(255,91,6); }
td.TdClassName
{
border-color: #FF5B06;
}
.TagClassName
{
border-color: #FF5B06;
}
</style>