Shades of Safety Orange #FF6411
Tints of Safety Orange #FF6411
RGB
CMYK
RGB Variations
Color information
#FF6411 (or 0xFF6411) is known color: Safety Orange. HEX triplet: FF, 64 and 11. RGB value is (255,100,17). Sum of RGB (Red+Green+Blue) = 255+100+17=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 17 (7.03% from 255 or 4.57% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6411 is #009BEE. Grayscale: #898989. Windows color (decimal): -39919 or 1139967. OLE color: 1139967.
HSL color Cylindrical-coordinate representation of color #FF6411: hue angle of 20.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 #FF6411 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 17 | - |
| CMYK | 0 | 0.61 | 0.93 | 0 |
| HSL | 20.92º | 1% | 0.53% | - |
| HSV(B) | 20.92º | 0.93% | 1% | - |
| XYZ | 45.9 | 30.41 | 3.98 | - |
| YUV | 136.88 | 60.35 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 17 | 0 | 0.61 | 0.93 | 0 | 20.92 | 1 | 0.53 |
| Hex | FF | 64 | 11 | 0 | 3D | 5D | 0 | 15 | 64 | 35 |
| Octal | 377 | 144 | 21 | 0 | 75 | 135 | 0 | 25 | 144 | 65 |
| Binary | 11111111 | 1100100 | 10001 | 0 | 111101 | 1011101 | 0 | 10101 | 1100100 | 110101 |
Color Harmonies of #FF6411
Complementary color
Monochromatic Colors of #FF6411
Black with #FF6411
Text Example
Text Example
White with #FF6411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6411; }
p { color: rgb(255,100,17); }
H1.HeaderClassName
{
color: #FF6411;
}
.AnyTagClassName
{
color: #FF6411;
}
</style>
background-color css
<style>
a { background-color: #FF6411; }
a { background-color: rgb(255,100,17); }
div.DivClassName
{
background-color: #FF6411;
}
.BgClassName
{
background-color: #FF6411;
}
</style>
border-color css
<style>
span { border-color: #FF6411; }
span { border-color: rgb(255,100,17); }
td.TdClassName
{
border-color: #FF6411;
}
.TagClassName
{
border-color: #FF6411;
}
</style>