Shades of Safety Orange #FF5F0F
Tints of Safety Orange #FF5F0F
RGB
CMYK
RGB Variations
Color information
#FF5F0F (or 0xFF5F0F) is known color: Safety Orange. HEX triplet: FF, 5F and 0F. RGB value is (255,95,15). Sum of RGB (Red+Green+Blue) = 255+95+15=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5F0F is #00A0F0. Grayscale: #868686. Windows color (decimal): -41201 or 1007615. OLE color: 1007615.
HSL color Cylindrical-coordinate representation of color #FF5F0F: hue angle of 20º 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 #FF5F0F is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 15 | - |
| CMYK | 0 | 0.63 | 0.94 | 0 |
| HSL | 20º | 1% | 0.53% | - |
| HSV(B) | 20º | 0.94% | 1% | - |
| XYZ | 45.42 | 29.48 | 3.75 | - |
| YUV | 133.72 | 61.01 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 15 | 0 | 0.63 | 0.94 | 0 | 20 | 1 | 0.53 |
| Hex | FF | 5F | F | 0 | 3F | 5E | 0 | 14 | 64 | 35 |
| Octal | 377 | 137 | 17 | 0 | 77 | 136 | 0 | 24 | 144 | 65 |
| Binary | 11111111 | 1011111 | 1111 | 0 | 111111 | 1011110 | 0 | 10100 | 1100100 | 110101 |
Color Harmonies of #FF5F0F
Complementary color
Monochromatic Colors of #FF5F0F
Black with #FF5F0F
Text Example
Text Example
White with #FF5F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5F0F; }
p { color: rgb(255,95,15); }
H1.HeaderClassName
{
color: #FF5F0F;
}
.AnyTagClassName
{
color: #FF5F0F;
}
</style>
background-color css
<style>
a { background-color: #FF5F0F; }
a { background-color: rgb(255,95,15); }
div.DivClassName
{
background-color: #FF5F0F;
}
.BgClassName
{
background-color: #FF5F0F;
}
</style>
border-color css
<style>
span { border-color: #FF5F0F; }
span { border-color: rgb(255,95,15); }
td.TdClassName
{
border-color: #FF5F0F;
}
.TagClassName
{
border-color: #FF5F0F;
}
</style>