Shades of Safety Orange #FF6A02
Tints of Safety Orange #FF6A02
RGB
CMYK
RGB Variations
Color information
#FF6A02 (or 0xFF6A02) is known color: Safety Orange. HEX triplet: FF, 6A and 02. RGB value is (255,106,2). Sum of RGB (Red+Green+Blue) = 255+106+2=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6A02 is #0095FD. Grayscale: #8B8B8B. Windows color (decimal): -38398 or 158463. OLE color: 158463.
HSL color Cylindrical-coordinate representation of color #FF6A02: hue angle of 24.66º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF6A02 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0 |
| HSL | 24.66º | 1% | 0.5% | - |
| HSV(B) | 24.66º | 0.99% | 1% | - |
| XYZ | 46.4 | 31.57 | 3.71 | - |
| YUV | 138.7 | 50.86 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 2 | 0 | 0.58 | 0.99 | 0 | 24.66 | 1 | 0.5 |
| Hex | FF | 6A | 2 | 0 | 3A | 63 | 0 | 19 | 64 | 32 |
| Octal | 377 | 152 | 2 | 0 | 72 | 143 | 0 | 31 | 144 | 62 |
| Binary | 11111111 | 1101010 | 10 | 0 | 111010 | 1100011 | 0 | 11001 | 1100100 | 110010 |
Color Harmonies of #FF6A02
Complementary color
Monochromatic Colors of #FF6A02
Black with #FF6A02
Text Example
Text Example
White with #FF6A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A02; }
p { color: rgb(255,106,2); }
H1.HeaderClassName
{
color: #FF6A02;
}
.AnyTagClassName
{
color: #FF6A02;
}
</style>
background-color css
<style>
a { background-color: #FF6A02; }
a { background-color: rgb(255,106,2); }
div.DivClassName
{
background-color: #FF6A02;
}
.BgClassName
{
background-color: #FF6A02;
}
</style>
border-color css
<style>
span { border-color: #FF6A02; }
span { border-color: rgb(255,106,2); }
td.TdClassName
{
border-color: #FF6A02;
}
.TagClassName
{
border-color: #FF6A02;
}
</style>