Shades of Safety Orange #FF5D06
Tints of Safety Orange #FF5D06
RGB
CMYK
RGB Variations
Color information
#FF5D06 (or 0xFF5D06) is known color: Safety Orange. HEX triplet: FF, 5D and 06. RGB value is (255,93,6). Sum of RGB (Red+Green+Blue) = 255+93+6=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 6 (2.73% from 255 or 1.69% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5D06 is #00A2F9. Grayscale: #848484. Windows color (decimal): -41722 or 417279. OLE color: 417279.
HSL color Cylindrical-coordinate representation of color #FF5D06: hue angle of 20.96º 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 #FF5D06 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 6 | - |
| CMYK | 0 | 0.64 | 0.98 | 0 |
| HSL | 20.96º | 1% | 0.51% | - |
| HSV(B) | 20.96º | 0.98% | 1% | - |
| XYZ | 45.19 | 29.1 | 3.41 | - |
| YUV | 131.52 | 57.17 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 6 | 0 | 0.64 | 0.98 | 0 | 20.96 | 1 | 0.51 |
| Hex | FF | 5D | 6 | 0 | 40 | 62 | 0 | 15 | 64 | 33 |
| Octal | 377 | 135 | 6 | 0 | 100 | 142 | 0 | 25 | 144 | 63 |
| Binary | 11111111 | 1011101 | 110 | 0 | 1000000 | 1100010 | 0 | 10101 | 1100100 | 110011 |
Color Harmonies of #FF5D06
Complementary color
Monochromatic Colors of #FF5D06
Black with #FF5D06
Text Example
Text Example
White with #FF5D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D06; }
p { color: rgb(255,93,6); }
H1.HeaderClassName
{
color: #FF5D06;
}
.AnyTagClassName
{
color: #FF5D06;
}
</style>
background-color css
<style>
a { background-color: #FF5D06; }
a { background-color: rgb(255,93,6); }
div.DivClassName
{
background-color: #FF5D06;
}
.BgClassName
{
background-color: #FF5D06;
}
</style>
border-color css
<style>
span { border-color: #FF5D06; }
span { border-color: rgb(255,93,6); }
td.TdClassName
{
border-color: #FF5D06;
}
.TagClassName
{
border-color: #FF5D06;
}
</style>