Shades of Safety Orange #FF5D0F
Tints of Safety Orange #FF5D0F
RGB
CMYK
RGB Variations
Color information
#FF5D0F (or 0xFF5D0F) is known color: Safety Orange. HEX triplet: FF, 5D and 0F. RGB value is (255,93,15). Sum of RGB (Red+Green+Blue) = 255+93+15=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5D0F is #00A2F0. Grayscale: #858585. Windows color (decimal): -41713 or 1007103. OLE color: 1007103.
HSL color Cylindrical-coordinate representation of color #FF5D0F: hue angle of 19.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF5D0F is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 15 | - |
| CMYK | 0 | 0.64 | 0.94 | 0 |
| HSL | 19.5º | 1% | 0.53% | - |
| HSV(B) | 19.5º | 0.94% | 1% | - |
| XYZ | 45.24 | 29.12 | 3.69 | - |
| YUV | 132.55 | 61.67 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 15 | 0 | 0.64 | 0.94 | 0 | 19.5 | 1 | 0.53 |
| Hex | FF | 5D | F | 0 | 40 | 5E | 0 | 14 | 64 | 35 |
| Octal | 377 | 135 | 17 | 0 | 100 | 136 | 0 | 24 | 144 | 65 |
| Binary | 11111111 | 1011101 | 1111 | 0 | 1000000 | 1011110 | 0 | 10100 | 1100100 | 110101 |
Color Harmonies of #FF5D0F
Complementary color
Monochromatic Colors of #FF5D0F
Black with #FF5D0F
Text Example
Text Example
White with #FF5D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D0F; }
p { color: rgb(255,93,15); }
H1.HeaderClassName
{
color: #FF5D0F;
}
.AnyTagClassName
{
color: #FF5D0F;
}
</style>
background-color css
<style>
a { background-color: #FF5D0F; }
a { background-color: rgb(255,93,15); }
div.DivClassName
{
background-color: #FF5D0F;
}
.BgClassName
{
background-color: #FF5D0F;
}
</style>
border-color css
<style>
span { border-color: #FF5D0F; }
span { border-color: rgb(255,93,15); }
td.TdClassName
{
border-color: #FF5D0F;
}
.TagClassName
{
border-color: #FF5D0F;
}
</style>