Shades of Safety Orange #FF6511
Tints of Safety Orange #FF6511
RGB
CMYK
RGB Variations
Color information
#FF6511 (or 0xFF6511) is known color: Safety Orange. HEX triplet: FF, 65 and 11. RGB value is (255,101,17). Sum of RGB (Red+Green+Blue) = 255+101+17=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6511 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6511 is #009AEE. Grayscale: #898989. Windows color (decimal): -39663 or 1140223. OLE color: 1140223.
HSL color Cylindrical-coordinate representation of color #FF6511: hue angle of 21.18º 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 #FF6511 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 17 | - |
| CMYK | 0 | 0.60 | 0.93 | 0 |
| HSL | 21.18º | 1% | 0.53% | - |
| HSV(B) | 21.18º | 0.93% | 1% | - |
| XYZ | 45.99 | 30.61 | 4.01 | - |
| YUV | 137.47 | 60.02 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 17 | 0 | 0.60 | 0.93 | 0 | 21.18 | 1 | 0.53 |
| Hex | FF | 65 | 11 | 0 | 3C | 5D | 0 | 15 | 64 | 35 |
| Octal | 377 | 145 | 21 | 0 | 74 | 135 | 0 | 25 | 144 | 65 |
| Binary | 11111111 | 1100101 | 10001 | 0 | 111100 | 1011101 | 0 | 10101 | 1100100 | 110101 |
Color Harmonies of #FF6511
Complementary color
Monochromatic Colors of #FF6511
Black with #FF6511
Text Example
Text Example
White with #FF6511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6511; }
p { color: rgb(255,101,17); }
H1.HeaderClassName
{
color: #FF6511;
}
.AnyTagClassName
{
color: #FF6511;
}
</style>
background-color css
<style>
a { background-color: #FF6511; }
a { background-color: rgb(255,101,17); }
div.DivClassName
{
background-color: #FF6511;
}
.BgClassName
{
background-color: #FF6511;
}
</style>
border-color css
<style>
span { border-color: #FF6511; }
span { border-color: rgb(255,101,17); }
td.TdClassName
{
border-color: #FF6511;
}
.TagClassName
{
border-color: #FF6511;
}
</style>