Shades of Safety Orange #FF5D08
Tints of Safety Orange #FF5D08
RGB
CMYK
RGB Variations
Color information
#FF5D08 (or 0xFF5D08) is known color: Safety Orange. HEX triplet: FF, 5D and 08. RGB value is (255,93,8). Sum of RGB (Red+Green+Blue) = 255+93+8=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5D08 is #00A2F7. Grayscale: #848484. Windows color (decimal): -41720 or 548351. OLE color: 548351.
HSL color Cylindrical-coordinate representation of color #FF5D08: hue angle of 20.65º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF5D08 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 8 | - |
| CMYK | 0 | 0.64 | 0.97 | 0 |
| HSL | 20.65º | 1% | 0.52% | - |
| HSV(B) | 20.65º | 0.97% | 1% | - |
| XYZ | 45.2 | 29.11 | 3.47 | - |
| YUV | 131.75 | 58.17 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 8 | 0 | 0.64 | 0.97 | 0 | 20.65 | 1 | 0.52 |
| Hex | FF | 5D | 8 | 0 | 40 | 61 | 0 | 15 | 64 | 34 |
| Octal | 377 | 135 | 10 | 0 | 100 | 141 | 0 | 25 | 144 | 64 |
| Binary | 11111111 | 1011101 | 1000 | 0 | 1000000 | 1100001 | 0 | 10101 | 1100100 | 110100 |
Color Harmonies of #FF5D08
Complementary color
Monochromatic Colors of #FF5D08
Black with #FF5D08
Text Example
Text Example
White with #FF5D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D08; }
p { color: rgb(255,93,8); }
H1.HeaderClassName
{
color: #FF5D08;
}
.AnyTagClassName
{
color: #FF5D08;
}
</style>
background-color css
<style>
a { background-color: #FF5D08; }
a { background-color: rgb(255,93,8); }
div.DivClassName
{
background-color: #FF5D08;
}
.BgClassName
{
background-color: #FF5D08;
}
</style>
border-color css
<style>
span { border-color: #FF5D08; }
span { border-color: rgb(255,93,8); }
td.TdClassName
{
border-color: #FF5D08;
}
.TagClassName
{
border-color: #FF5D08;
}
</style>