Shades of Safety Orange #FF6A0B
Tints of Safety Orange #FF6A0B
RGB
CMYK
RGB Variations
Color information
#FF6A0B (or 0xFF6A0B) is known color: Safety Orange. HEX triplet: FF, 6A and 0B. RGB value is (255,106,11). Sum of RGB (Red+Green+Blue) = 255+106+11=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 11 (4.69% from 255 or 2.96% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6A0B is #0095F4. Grayscale: #8C8C8C. Windows color (decimal): -38389 or 748287. OLE color: 748287.
HSL color Cylindrical-coordinate representation of color #FF6A0B: hue angle of 23.36º 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 #FF6A0B is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 11 | - |
| CMYK | 0 | 0.58 | 0.96 | 0 |
| HSL | 23.36º | 1% | 0.52% | - |
| HSV(B) | 23.36º | 0.96% | 1% | - |
| XYZ | 46.45 | 31.59 | 3.97 | - |
| YUV | 139.72 | 55.36 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 11 | 0 | 0.58 | 0.96 | 0 | 23.36 | 1 | 0.52 |
| Hex | FF | 6A | B | 0 | 3A | 60 | 0 | 17 | 64 | 34 |
| Octal | 377 | 152 | 13 | 0 | 72 | 140 | 0 | 27 | 144 | 64 |
| Binary | 11111111 | 1101010 | 1011 | 0 | 111010 | 1100000 | 0 | 10111 | 1100100 | 110100 |
Color Harmonies of #FF6A0B
Complementary color
Monochromatic Colors of #FF6A0B
Black with #FF6A0B
Text Example
Text Example
White with #FF6A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A0B; }
p { color: rgb(255,106,11); }
H1.HeaderClassName
{
color: #FF6A0B;
}
.AnyTagClassName
{
color: #FF6A0B;
}
</style>
background-color css
<style>
a { background-color: #FF6A0B; }
a { background-color: rgb(255,106,11); }
div.DivClassName
{
background-color: #FF6A0B;
}
.BgClassName
{
background-color: #FF6A0B;
}
</style>
border-color css
<style>
span { border-color: #FF6A0B; }
span { border-color: rgb(255,106,11); }
td.TdClassName
{
border-color: #FF6A0B;
}
.TagClassName
{
border-color: #FF6A0B;
}
</style>