Shades of Safety Orange #FF6A00
Tints of Safety Orange #FF6A00
RGB
CMYK
RGB Variations
Color information
#FF6A00 (or 0xFF6A00) is known color: Safety Orange. HEX triplet: FF, 6A and 00. RGB value is (255,106,0). Sum of RGB (Red+Green+Blue) = 255+106+0=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6A00 is #0095FF. Grayscale: #8B8B8B. Windows color (decimal): -38400 or 27391. OLE color: 27391.
HSL color Cylindrical-coordinate representation of color #FF6A00: hue angle of 24.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF6A00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0 |
| HSL | 24.94º | 1% | 0.5% | - |
| HSV(B) | 24.94º | 1% | 1% | - |
| XYZ | 46.39 | 31.57 | 3.65 | - |
| YUV | 138.47 | 49.86 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 0 | 0 | 0.58 | 1 | 0 | 24.94 | 1 | 0.5 |
| Hex | FF | 6A | 0 | 0 | 3A | 64 | 0 | 19 | 64 | 32 |
| Octal | 377 | 152 | 0 | 0 | 72 | 144 | 0 | 31 | 144 | 62 |
| Binary | 11111111 | 1101010 | 0 | 0 | 111010 | 1100100 | 0 | 11001 | 1100100 | 110010 |
Color Harmonies of #FF6A00
Complementary color
Monochromatic Colors of #FF6A00
Black with #FF6A00
Text Example
Text Example
White with #FF6A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A00; }
p { color: rgb(255,106,0); }
H1.HeaderClassName
{
color: #FF6A00;
}
.AnyTagClassName
{
color: #FF6A00;
}
</style>
background-color css
<style>
a { background-color: #FF6A00; }
a { background-color: rgb(255,106,0); }
div.DivClassName
{
background-color: #FF6A00;
}
.BgClassName
{
background-color: #FF6A00;
}
</style>
border-color css
<style>
span { border-color: #FF6A00; }
span { border-color: rgb(255,106,0); }
td.TdClassName
{
border-color: #FF6A00;
}
.TagClassName
{
border-color: #FF6A00;
}
</style>