Shades of Safety Orange #FF5D0D
Tints of Safety Orange #FF5D0D
RGB
CMYK
RGB Variations
Color information
#FF5D0D (or 0xFF5D0D) is known color: Safety Orange. HEX triplet: FF, 5D and 0D. RGB value is (255,93,13). Sum of RGB (Red+Green+Blue) = 255+93+13=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5D0D is #00A2F2. Grayscale: #848484. Windows color (decimal): -41715 or 876031. OLE color: 876031.
HSL color Cylindrical-coordinate representation of color #FF5D0D: hue angle of 19.83º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF5D0D is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 13 | - |
| CMYK | 0 | 0.64 | 0.95 | 0 |
| HSL | 19.83º | 1% | 0.53% | - |
| HSV(B) | 19.83º | 0.95% | 1% | - |
| XYZ | 45.23 | 29.12 | 3.62 | - |
| YUV | 132.32 | 60.67 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 13 | 0 | 0.64 | 0.95 | 0 | 19.83 | 1 | 0.53 |
| Hex | FF | 5D | D | 0 | 40 | 5F | 0 | 14 | 64 | 35 |
| Octal | 377 | 135 | 15 | 0 | 100 | 137 | 0 | 24 | 144 | 65 |
| Binary | 11111111 | 1011101 | 1101 | 0 | 1000000 | 1011111 | 0 | 10100 | 1100100 | 110101 |
Color Harmonies of #FF5D0D
Complementary color
Monochromatic Colors of #FF5D0D
Black with #FF5D0D
Text Example
Text Example
White with #FF5D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D0D; }
p { color: rgb(255,93,13); }
H1.HeaderClassName
{
color: #FF5D0D;
}
.AnyTagClassName
{
color: #FF5D0D;
}
</style>
background-color css
<style>
a { background-color: #FF5D0D; }
a { background-color: rgb(255,93,13); }
div.DivClassName
{
background-color: #FF5D0D;
}
.BgClassName
{
background-color: #FF5D0D;
}
</style>
border-color css
<style>
span { border-color: #FF5D0D; }
span { border-color: rgb(255,93,13); }
td.TdClassName
{
border-color: #FF5D0D;
}
.TagClassName
{
border-color: #FF5D0D;
}
</style>