Shades of Safety Orange #FF5F00
Tints of Safety Orange #FF5F00
RGB
CMYK
RGB Variations
Color information
#FF5F00 (or 0xFF5F00) is known color: Safety Orange. HEX triplet: FF, 5F and 00. RGB value is (255,95,0). Sum of RGB (Red+Green+Blue) = 255+95+0=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5F00 is #00A0FF. Grayscale: #848484. Windows color (decimal): -41216 or 24575. OLE color: 24575.
HSL color Cylindrical-coordinate representation of color #FF5F00: hue angle of 22.35º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF5F00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0 |
| HSL | 22.35º | 1% | 0.5% | - |
| HSV(B) | 22.35º | 1% | 1% | - |
| XYZ | 45.33 | 29.44 | 3.29 | - |
| YUV | 132.01 | 53.51 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 0 | 0 | 0.63 | 1 | 0 | 22.35 | 1 | 0.5 |
| Hex | FF | 5F | 0 | 0 | 3F | 64 | 0 | 16 | 64 | 32 |
| Octal | 377 | 137 | 0 | 0 | 77 | 144 | 0 | 26 | 144 | 62 |
| Binary | 11111111 | 1011111 | 0 | 0 | 111111 | 1100100 | 0 | 10110 | 1100100 | 110010 |
Color Harmonies of #FF5F00
Complementary color
Monochromatic Colors of #FF5F00
Black with #FF5F00
Text Example
Text Example
White with #FF5F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5F00; }
p { color: rgb(255,95,0); }
H1.HeaderClassName
{
color: #FF5F00;
}
.AnyTagClassName
{
color: #FF5F00;
}
</style>
background-color css
<style>
a { background-color: #FF5F00; }
a { background-color: rgb(255,95,0); }
div.DivClassName
{
background-color: #FF5F00;
}
.BgClassName
{
background-color: #FF5F00;
}
</style>
border-color css
<style>
span { border-color: #FF5F00; }
span { border-color: rgb(255,95,0); }
td.TdClassName
{
border-color: #FF5F00;
}
.TagClassName
{
border-color: #FF5F00;
}
</style>