Shades of Safety Orange #FF6E05
Tints of Safety Orange #FF6E05
RGB
CMYK
RGB Variations
Color information
#FF6E05 (or 0xFF6E05) is known color: Safety Orange. HEX triplet: FF, 6E and 05. RGB value is (255,110,5). Sum of RGB (Red+Green+Blue) = 255+110+5=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 5 (2.34% from 255 or 1.35% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6E05 is #0091FA. Grayscale: #8D8D8D. Windows color (decimal): -37371 or 356095. OLE color: 356095.
HSL color Cylindrical-coordinate representation of color #FF6E05: hue angle of 25.2º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF6E05 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 5 | - |
| CMYK | 0 | 0.57 | 0.98 | 0 |
| HSL | 25.2º | 1% | 0.51% | - |
| HSV(B) | 25.2º | 0.98% | 1% | - |
| XYZ | 46.84 | 32.42 | 3.93 | - |
| YUV | 141.39 | 51.04 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 5 | 0 | 0.57 | 0.98 | 0 | 25.2 | 1 | 0.51 |
| Hex | FF | 6E | 5 | 0 | 39 | 62 | 0 | 19 | 64 | 33 |
| Octal | 377 | 156 | 5 | 0 | 71 | 142 | 0 | 31 | 144 | 63 |
| Binary | 11111111 | 1101110 | 101 | 0 | 111001 | 1100010 | 0 | 11001 | 1100100 | 110011 |
Color Harmonies of #FF6E05
Complementary color
Monochromatic Colors of #FF6E05
Black with #FF6E05
Text Example
Text Example
White with #FF6E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6E05; }
p { color: rgb(255,110,5); }
H1.HeaderClassName
{
color: #FF6E05;
}
.AnyTagClassName
{
color: #FF6E05;
}
</style>
background-color css
<style>
a { background-color: #FF6E05; }
a { background-color: rgb(255,110,5); }
div.DivClassName
{
background-color: #FF6E05;
}
.BgClassName
{
background-color: #FF6E05;
}
</style>
border-color css
<style>
span { border-color: #FF6E05; }
span { border-color: rgb(255,110,5); }
td.TdClassName
{
border-color: #FF6E05;
}
.TagClassName
{
border-color: #FF6E05;
}
</style>