Shades of Atomic Tangerine #FFA063
Tints of Atomic Tangerine #FFA063
RGB
CMYK
RGB Variations
Color information
#FFA063 (or 0xFFA063) is known color: Atomic Tangerine. HEX triplet: FF, A0 and 63. RGB value is (255,160,99). Sum of RGB (Red+Green+Blue) = 255+160+99=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 99 (39.06% from 255 or 19.26% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA063 is #005F9C. Grayscale: #B5B5B5. Windows color (decimal): -24477 or 6529279. OLE color: 6529279.
HSL color Cylindrical-coordinate representation of color #FFA063: hue angle of 23.46º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFA063 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 99 | - |
| CMYK | 0 | 0.37 | 0.61 | 0 |
| HSL | 23.46º | 1% | 0.69% | - |
| HSV(B) | 23.46º | 0.61% | 1% | - |
| XYZ | 56.06 | 47.3 | 17.98 | - |
| YUV | 181.45 | 81.47 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 99 | 0 | 0.37 | 0.61 | 0 | 23.46 | 1 | 0.69 |
| Hex | FF | A0 | 63 | 0 | 25 | 3D | 0 | 17 | 64 | 45 |
| Octal | 377 | 240 | 143 | 0 | 45 | 75 | 0 | 27 | 144 | 105 |
| Binary | 11111111 | 10100000 | 1100011 | 0 | 100101 | 111101 | 0 | 10111 | 1100100 | 1000101 |
Color Harmonies of #FFA063
Complementary color
Monochromatic Colors of #FFA063
Black with #FFA063
Text Example
Text Example
White with #FFA063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA063; }
p { color: rgb(255,160,99); }
H1.HeaderClassName
{
color: #FFA063;
}
.AnyTagClassName
{
color: #FFA063;
}
</style>
background-color css
<style>
a { background-color: #FFA063; }
a { background-color: rgb(255,160,99); }
div.DivClassName
{
background-color: #FFA063;
}
.BgClassName
{
background-color: #FFA063;
}
</style>
border-color css
<style>
span { border-color: #FFA063; }
span { border-color: rgb(255,160,99); }
td.TdClassName
{
border-color: #FFA063;
}
.TagClassName
{
border-color: #FFA063;
}
</style>