Shades of Atomic Tangerine #FFA065
Tints of Atomic Tangerine #FFA065
RGB
CMYK
RGB Variations
Color information
#FFA065 (or 0xFFA065) is known color: Atomic Tangerine. HEX triplet: FF, A0 and 65. RGB value is (255,160,101). Sum of RGB (Red+Green+Blue) = 255+160+101=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA065 is #005F9A. Grayscale: #B6B6B6. Windows color (decimal): -24475 or 6660351. OLE color: 6660351.
HSL color Cylindrical-coordinate representation of color #FFA065: hue angle of 22.99º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFA065 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 101 | - |
| CMYK | 0 | 0.37 | 0.60 | 0 |
| HSL | 22.99º | 1% | 0.7% | - |
| HSV(B) | 22.99º | 0.6% | 1% | - |
| XYZ | 56.16 | 47.34 | 18.49 | - |
| YUV | 181.68 | 82.47 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 101 | 0 | 0.37 | 0.60 | 0 | 22.99 | 1 | 0.7 |
| Hex | FF | A0 | 65 | 0 | 25 | 3C | 0 | 17 | 64 | 46 |
| Octal | 377 | 240 | 145 | 0 | 45 | 74 | 0 | 27 | 144 | 106 |
| Binary | 11111111 | 10100000 | 1100101 | 0 | 100101 | 111100 | 0 | 10111 | 1100100 | 1000110 |
Color Harmonies of #FFA065
Complementary color
Monochromatic Colors of #FFA065
Black with #FFA065
Text Example
Text Example
White with #FFA065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA065; }
p { color: rgb(255,160,101); }
H1.HeaderClassName
{
color: #FFA065;
}
.AnyTagClassName
{
color: #FFA065;
}
</style>
background-color css
<style>
a { background-color: #FFA065; }
a { background-color: rgb(255,160,101); }
div.DivClassName
{
background-color: #FFA065;
}
.BgClassName
{
background-color: #FFA065;
}
</style>
border-color css
<style>
span { border-color: #FFA065; }
span { border-color: rgb(255,160,101); }
td.TdClassName
{
border-color: #FFA065;
}
.TagClassName
{
border-color: #FFA065;
}
</style>