Shades of Safety Orange #FF6E08
Tints of Safety Orange #FF6E08
RGB
CMYK
RGB Variations
Color information
#FF6E08 (or 0xFF6E08) is known color: Safety Orange. HEX triplet: FF, 6E and 08. RGB value is (255,110,8). Sum of RGB (Red+Green+Blue) = 255+110+8=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6E08 is #0091F7. Grayscale: #8E8E8E. Windows color (decimal): -37368 or 552703. OLE color: 552703.
HSL color Cylindrical-coordinate representation of color #FF6E08: hue angle of 24.78º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF6E08 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 8 | - |
| CMYK | 0 | 0.57 | 0.97 | 0 |
| HSL | 24.78º | 1% | 0.52% | - |
| HSV(B) | 24.78º | 0.97% | 1% | - |
| XYZ | 46.86 | 32.43 | 4.02 | - |
| YUV | 141.73 | 52.54 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 8 | 0 | 0.57 | 0.97 | 0 | 24.78 | 1 | 0.52 |
| Hex | FF | 6E | 8 | 0 | 39 | 61 | 0 | 19 | 64 | 34 |
| Octal | 377 | 156 | 10 | 0 | 71 | 141 | 0 | 31 | 144 | 64 |
| Binary | 11111111 | 1101110 | 1000 | 0 | 111001 | 1100001 | 0 | 11001 | 1100100 | 110100 |
Color Harmonies of #FF6E08
Complementary color
Monochromatic Colors of #FF6E08
Black with #FF6E08
Text Example
Text Example
White with #FF6E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6E08; }
p { color: rgb(255,110,8); }
H1.HeaderClassName
{
color: #FF6E08;
}
.AnyTagClassName
{
color: #FF6E08;
}
</style>
background-color css
<style>
a { background-color: #FF6E08; }
a { background-color: rgb(255,110,8); }
div.DivClassName
{
background-color: #FF6E08;
}
.BgClassName
{
background-color: #FF6E08;
}
</style>
border-color css
<style>
span { border-color: #FF6E08; }
span { border-color: rgb(255,110,8); }
td.TdClassName
{
border-color: #FF6E08;
}
.TagClassName
{
border-color: #FF6E08;
}
</style>