Shades of Safety Orange #FF5D0B
Tints of Safety Orange #FF5D0B
RGB
CMYK
RGB Variations
Color information
#FF5D0B (or 0xFF5D0B) is known color: Safety Orange. HEX triplet: FF, 5D and 0B. RGB value is (255,93,11). Sum of RGB (Red+Green+Blue) = 255+93+11=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5D0B is #00A2F4. Grayscale: #848484. Windows color (decimal): -41717 or 744959. OLE color: 744959.
HSL color Cylindrical-coordinate representation of color #FF5D0B: hue angle of 20.16º 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 #FF5D0B is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 11 | - |
| CMYK | 0 | 0.64 | 0.96 | 0 |
| HSL | 20.16º | 1% | 0.52% | - |
| HSV(B) | 20.16º | 0.96% | 1% | - |
| XYZ | 45.21 | 29.11 | 3.55 | - |
| YUV | 132.09 | 59.67 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 11 | 0 | 0.64 | 0.96 | 0 | 20.16 | 1 | 0.52 |
| Hex | FF | 5D | B | 0 | 40 | 60 | 0 | 14 | 64 | 34 |
| Octal | 377 | 135 | 13 | 0 | 100 | 140 | 0 | 24 | 144 | 64 |
| Binary | 11111111 | 1011101 | 1011 | 0 | 1000000 | 1100000 | 0 | 10100 | 1100100 | 110100 |
Color Harmonies of #FF5D0B
Complementary color
Monochromatic Colors of #FF5D0B
Black with #FF5D0B
Text Example
Text Example
White with #FF5D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D0B; }
p { color: rgb(255,93,11); }
H1.HeaderClassName
{
color: #FF5D0B;
}
.AnyTagClassName
{
color: #FF5D0B;
}
</style>
background-color css
<style>
a { background-color: #FF5D0B; }
a { background-color: rgb(255,93,11); }
div.DivClassName
{
background-color: #FF5D0B;
}
.BgClassName
{
background-color: #FF5D0B;
}
</style>
border-color css
<style>
span { border-color: #FF5D0B; }
span { border-color: rgb(255,93,11); }
td.TdClassName
{
border-color: #FF5D0B;
}
.TagClassName
{
border-color: #FF5D0B;
}
</style>