Shades of Safety Orange #FF6A08
Tints of Safety Orange #FF6A08
RGB
CMYK
RGB Variations
Color information
#FF6A08 (or 0xFF6A08) is known color: Safety Orange. HEX triplet: FF, 6A and 08. RGB value is (255,106,8). Sum of RGB (Red+Green+Blue) = 255+106+8=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 8 (3.52% from 255 or 2.17% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6A08 is #0095F7. Grayscale: #8B8B8B. Windows color (decimal): -38392 or 551679. OLE color: 551679.
HSL color Cylindrical-coordinate representation of color #FF6A08: hue angle of 23.81º 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 #FF6A08 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 8 | - |
| CMYK | 0 | 0.58 | 0.97 | 0 |
| HSL | 23.81º | 1% | 0.52% | - |
| HSV(B) | 23.81º | 0.97% | 1% | - |
| XYZ | 46.44 | 31.59 | 3.88 | - |
| YUV | 139.38 | 53.86 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 8 | 0 | 0.58 | 0.97 | 0 | 23.81 | 1 | 0.52 |
| Hex | FF | 6A | 8 | 0 | 3A | 61 | 0 | 18 | 64 | 34 |
| Octal | 377 | 152 | 10 | 0 | 72 | 141 | 0 | 30 | 144 | 64 |
| Binary | 11111111 | 1101010 | 1000 | 0 | 111010 | 1100001 | 0 | 11000 | 1100100 | 110100 |
Color Harmonies of #FF6A08
Complementary color
Monochromatic Colors of #FF6A08
Black with #FF6A08
Text Example
Text Example
White with #FF6A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A08; }
p { color: rgb(255,106,8); }
H1.HeaderClassName
{
color: #FF6A08;
}
.AnyTagClassName
{
color: #FF6A08;
}
</style>
background-color css
<style>
a { background-color: #FF6A08; }
a { background-color: rgb(255,106,8); }
div.DivClassName
{
background-color: #FF6A08;
}
.BgClassName
{
background-color: #FF6A08;
}
</style>
border-color css
<style>
span { border-color: #FF6A08; }
span { border-color: rgb(255,106,8); }
td.TdClassName
{
border-color: #FF6A08;
}
.TagClassName
{
border-color: #FF6A08;
}
</style>