Shades of Safety Orange #FF6A07
Tints of Safety Orange #FF6A07
RGB
CMYK
RGB Variations
Color information
#FF6A07 (or 0xFF6A07) is known color: Safety Orange. HEX triplet: FF, 6A and 07. RGB value is (255,106,7). Sum of RGB (Red+Green+Blue) = 255+106+7=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 7 (3.12% from 255 or 1.90% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6A07 is #0095F8. Grayscale: #8B8B8B. Windows color (decimal): -38393 or 486143. OLE color: 486143.
HSL color Cylindrical-coordinate representation of color #FF6A07: hue angle of 23.95º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF6A07 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 7 | - |
| CMYK | 0 | 0.58 | 0.97 | 0 |
| HSL | 23.95º | 1% | 0.51% | - |
| HSV(B) | 23.95º | 0.97% | 1% | - |
| XYZ | 46.43 | 31.58 | 3.85 | - |
| YUV | 139.27 | 53.36 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 7 | 0 | 0.58 | 0.97 | 0 | 23.95 | 1 | 0.51 |
| Hex | FF | 6A | 7 | 0 | 3A | 61 | 0 | 18 | 64 | 33 |
| Octal | 377 | 152 | 7 | 0 | 72 | 141 | 0 | 30 | 144 | 63 |
| Binary | 11111111 | 1101010 | 111 | 0 | 111010 | 1100001 | 0 | 11000 | 1100100 | 110011 |
Color Harmonies of #FF6A07
Complementary color
Monochromatic Colors of #FF6A07
Black with #FF6A07
Text Example
Text Example
White with #FF6A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A07; }
p { color: rgb(255,106,7); }
H1.HeaderClassName
{
color: #FF6A07;
}
.AnyTagClassName
{
color: #FF6A07;
}
</style>
background-color css
<style>
a { background-color: #FF6A07; }
a { background-color: rgb(255,106,7); }
div.DivClassName
{
background-color: #FF6A07;
}
.BgClassName
{
background-color: #FF6A07;
}
</style>
border-color css
<style>
span { border-color: #FF6A07; }
span { border-color: rgb(255,106,7); }
td.TdClassName
{
border-color: #FF6A07;
}
.TagClassName
{
border-color: #FF6A07;
}
</style>