Shades of Safety Orange #FF6011
Tints of Safety Orange #FF6011
RGB
CMYK
RGB Variations
Color information
#FF6011 (or 0xFF6011) is known color: Safety Orange. HEX triplet: FF, 60 and 11. RGB value is (255,96,17). Sum of RGB (Red+Green+Blue) = 255+96+17=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6011 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6011 is #009FEE. Grayscale: #878787. Windows color (decimal): -40943 or 1138943. OLE color: 1138943.
HSL color Cylindrical-coordinate representation of color #FF6011: hue angle of 19.92º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF6011 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 17 | - |
| CMYK | 0 | 0.62 | 0.93 | 0 |
| HSL | 19.92º | 1% | 0.53% | - |
| HSV(B) | 19.92º | 0.93% | 1% | - |
| XYZ | 45.52 | 29.67 | 3.86 | - |
| YUV | 134.54 | 61.68 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 17 | 0 | 0.62 | 0.93 | 0 | 19.92 | 1 | 0.53 |
| Hex | FF | 60 | 11 | 0 | 3E | 5D | 0 | 14 | 64 | 35 |
| Octal | 377 | 140 | 21 | 0 | 76 | 135 | 0 | 24 | 144 | 65 |
| Binary | 11111111 | 1100000 | 10001 | 0 | 111110 | 1011101 | 0 | 10100 | 1100100 | 110101 |
Color Harmonies of #FF6011
Complementary color
Monochromatic Colors of #FF6011
Black with #FF6011
Text Example
Text Example
White with #FF6011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6011; }
p { color: rgb(255,96,17); }
H1.HeaderClassName
{
color: #FF6011;
}
.AnyTagClassName
{
color: #FF6011;
}
</style>
background-color css
<style>
a { background-color: #FF6011; }
a { background-color: rgb(255,96,17); }
div.DivClassName
{
background-color: #FF6011;
}
.BgClassName
{
background-color: #FF6011;
}
</style>
border-color css
<style>
span { border-color: #FF6011; }
span { border-color: rgb(255,96,17); }
td.TdClassName
{
border-color: #FF6011;
}
.TagClassName
{
border-color: #FF6011;
}
</style>