Shades of Atomic Tangerine #FFA064
Tints of Atomic Tangerine #FFA064
RGB
CMYK
RGB Variations
Color information
#FFA064 (or 0xFFA064) is known color: Atomic Tangerine. HEX triplet: FF, A0 and 64. RGB value is (255,160,100). Sum of RGB (Red+Green+Blue) = 255+160+100=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 100 (39.45% from 255 or 19.42% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA064 is #005F9B. Grayscale: #B5B5B5. Windows color (decimal): -24476 or 6594815. OLE color: 6594815.
HSL color Cylindrical-coordinate representation of color #FFA064: hue angle of 23.23º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFA064 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 100 | - |
| CMYK | 0 | 0.37 | 0.61 | 0 |
| HSL | 23.23º | 1% | 0.7% | - |
| HSV(B) | 23.23º | 0.61% | 1% | - |
| XYZ | 56.11 | 47.32 | 18.23 | - |
| YUV | 181.57 | 81.97 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 100 | 0 | 0.37 | 0.61 | 0 | 23.23 | 1 | 0.7 |
| Hex | FF | A0 | 64 | 0 | 25 | 3D | 0 | 17 | 64 | 46 |
| Octal | 377 | 240 | 144 | 0 | 45 | 75 | 0 | 27 | 144 | 106 |
| Binary | 11111111 | 10100000 | 1100100 | 0 | 100101 | 111101 | 0 | 10111 | 1100100 | 1000110 |
Color Harmonies of #FFA064
Complementary color
Monochromatic Colors of #FFA064
Black with #FFA064
Text Example
Text Example
White with #FFA064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA064; }
p { color: rgb(255,160,100); }
H1.HeaderClassName
{
color: #FFA064;
}
.AnyTagClassName
{
color: #FFA064;
}
</style>
background-color css
<style>
a { background-color: #FFA064; }
a { background-color: rgb(255,160,100); }
div.DivClassName
{
background-color: #FFA064;
}
.BgClassName
{
background-color: #FFA064;
}
</style>
border-color css
<style>
span { border-color: #FFA064; }
span { border-color: rgb(255,160,100); }
td.TdClassName
{
border-color: #FFA064;
}
.TagClassName
{
border-color: #FFA064;
}
</style>