Shades of Safety Orange #FF6E0A
Tints of Safety Orange #FF6E0A
RGB
CMYK
RGB Variations
Color information
#FF6E0A (or 0xFF6E0A) is known color: Safety Orange. HEX triplet: FF, 6E and 0A. RGB value is (255,110,10). Sum of RGB (Red+Green+Blue) = 255+110+10=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6E0A is #0091F5. Grayscale: #8E8E8E. Windows color (decimal): -37366 or 683775. OLE color: 683775.
HSL color Cylindrical-coordinate representation of color #FF6E0A: hue angle of 24.49º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF6E0A is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 10 | - |
| CMYK | 0 | 0.57 | 0.96 | 0 |
| HSL | 24.49º | 1% | 0.52% | - |
| HSV(B) | 24.49º | 0.96% | 1% | - |
| XYZ | 46.87 | 32.43 | 4.08 | - |
| YUV | 141.96 | 53.54 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 10 | 0 | 0.57 | 0.96 | 0 | 24.49 | 1 | 0.52 |
| Hex | FF | 6E | A | 0 | 39 | 60 | 0 | 18 | 64 | 34 |
| Octal | 377 | 156 | 12 | 0 | 71 | 140 | 0 | 30 | 144 | 64 |
| Binary | 11111111 | 1101110 | 1010 | 0 | 111001 | 1100000 | 0 | 11000 | 1100100 | 110100 |
Color Harmonies of #FF6E0A
Complementary color
Monochromatic Colors of #FF6E0A
Black with #FF6E0A
Text Example
Text Example
White with #FF6E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6E0A; }
p { color: rgb(255,110,10); }
H1.HeaderClassName
{
color: #FF6E0A;
}
.AnyTagClassName
{
color: #FF6E0A;
}
</style>
background-color css
<style>
a { background-color: #FF6E0A; }
a { background-color: rgb(255,110,10); }
div.DivClassName
{
background-color: #FF6E0A;
}
.BgClassName
{
background-color: #FF6E0A;
}
</style>
border-color css
<style>
span { border-color: #FF6E0A; }
span { border-color: rgb(255,110,10); }
td.TdClassName
{
border-color: #FF6E0A;
}
.TagClassName
{
border-color: #FF6E0A;
}
</style>