Shades of Atomic Tangerine #FFA060
Tints of Atomic Tangerine #FFA060
RGB
CMYK
RGB Variations
Color information
#FFA060 (or 0xFFA060) is known color: Atomic Tangerine. HEX triplet: FF, A0 and 60. RGB value is (255,160,96). Sum of RGB (Red+Green+Blue) = 255+160+96=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA060 is #005F9F. Grayscale: #B5B5B5. Windows color (decimal): -24480 or 6332671. OLE color: 6332671.
HSL color Cylindrical-coordinate representation of color #FFA060: hue angle of 24.15º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFA060 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 96 | - |
| CMYK | 0 | 0.37 | 0.62 | 0 |
| HSL | 24.15º | 1% | 0.69% | - |
| HSV(B) | 24.15º | 0.62% | 1% | - |
| XYZ | 55.92 | 47.25 | 17.24 | - |
| YUV | 181.11 | 79.97 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 96 | 0 | 0.37 | 0.62 | 0 | 24.15 | 1 | 0.69 |
| Hex | FF | A0 | 60 | 0 | 25 | 3E | 0 | 18 | 64 | 45 |
| Octal | 377 | 240 | 140 | 0 | 45 | 76 | 0 | 30 | 144 | 105 |
| Binary | 11111111 | 10100000 | 1100000 | 0 | 100101 | 111110 | 0 | 11000 | 1100100 | 1000101 |
Color Harmonies of #FFA060
Complementary color
Monochromatic Colors of #FFA060
Black with #FFA060
Text Example
Text Example
White with #FFA060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA060; }
p { color: rgb(255,160,96); }
H1.HeaderClassName
{
color: #FFA060;
}
.AnyTagClassName
{
color: #FFA060;
}
</style>
background-color css
<style>
a { background-color: #FFA060; }
a { background-color: rgb(255,160,96); }
div.DivClassName
{
background-color: #FFA060;
}
.BgClassName
{
background-color: #FFA060;
}
</style>
border-color css
<style>
span { border-color: #FFA060; }
span { border-color: rgb(255,160,96); }
td.TdClassName
{
border-color: #FFA060;
}
.TagClassName
{
border-color: #FFA060;
}
</style>