Shades of Atomic Tangerine #FFA062
Tints of Atomic Tangerine #FFA062
RGB
CMYK
RGB Variations
Color information
#FFA062 (or 0xFFA062) is known color: Atomic Tangerine. HEX triplet: FF, A0 and 62. RGB value is (255,160,98). Sum of RGB (Red+Green+Blue) = 255+160+98=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 98 (38.67% from 255 or 19.10% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA062 is #005F9D. Grayscale: #B5B5B5. Windows color (decimal): -24478 or 6463743. OLE color: 6463743.
HSL color Cylindrical-coordinate representation of color #FFA062: hue angle of 23.69º 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 #FFA062 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 98 | - |
| CMYK | 0 | 0.37 | 0.62 | 0 |
| HSL | 23.69º | 1% | 0.69% | - |
| HSV(B) | 23.69º | 0.62% | 1% | - |
| XYZ | 56.02 | 47.28 | 17.73 | - |
| YUV | 181.34 | 80.97 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 98 | 0 | 0.37 | 0.62 | 0 | 23.69 | 1 | 0.69 |
| Hex | FF | A0 | 62 | 0 | 25 | 3E | 0 | 18 | 64 | 45 |
| Octal | 377 | 240 | 142 | 0 | 45 | 76 | 0 | 30 | 144 | 105 |
| Binary | 11111111 | 10100000 | 1100010 | 0 | 100101 | 111110 | 0 | 11000 | 1100100 | 1000101 |
Color Harmonies of #FFA062
Complementary color
Monochromatic Colors of #FFA062
Black with #FFA062
Text Example
Text Example
White with #FFA062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA062; }
p { color: rgb(255,160,98); }
H1.HeaderClassName
{
color: #FFA062;
}
.AnyTagClassName
{
color: #FFA062;
}
</style>
background-color css
<style>
a { background-color: #FFA062; }
a { background-color: rgb(255,160,98); }
div.DivClassName
{
background-color: #FFA062;
}
.BgClassName
{
background-color: #FFA062;
}
</style>
border-color css
<style>
span { border-color: #FFA062; }
span { border-color: rgb(255,160,98); }
td.TdClassName
{
border-color: #FFA062;
}
.TagClassName
{
border-color: #FFA062;
}
</style>