Shades of Atomic Tangerine #FFA165
Tints of Atomic Tangerine #FFA165
RGB
CMYK
RGB Variations
Color information
#FFA165 (or 0xFFA165) is known color: Atomic Tangerine. HEX triplet: FF, A1 and 65. RGB value is (255,161,101). Sum of RGB (Red+Green+Blue) = 255+161+101=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA165 is #005E9A. Grayscale: #B6B6B6. Windows color (decimal): -24219 or 6660607. OLE color: 6660607.
HSL color Cylindrical-coordinate representation of color #FFA165: hue angle of 23.38º 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 #FFA165 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 101 | - |
| CMYK | 0 | 0.37 | 0.60 | 0 |
| HSL | 23.38º | 1% | 0.7% | - |
| HSV(B) | 23.38º | 0.6% | 1% | - |
| XYZ | 56.33 | 47.69 | 18.55 | - |
| YUV | 182.27 | 82.14 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 101 | 0 | 0.37 | 0.60 | 0 | 23.38 | 1 | 0.7 |
| Hex | FF | A1 | 65 | 0 | 25 | 3C | 0 | 17 | 64 | 46 |
| Octal | 377 | 241 | 145 | 0 | 45 | 74 | 0 | 27 | 144 | 106 |
| Binary | 11111111 | 10100001 | 1100101 | 0 | 100101 | 111100 | 0 | 10111 | 1100100 | 1000110 |
Color Harmonies of #FFA165
Complementary color
Monochromatic Colors of #FFA165
Black with #FFA165
Text Example
Text Example
White with #FFA165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA165; }
p { color: rgb(255,161,101); }
H1.HeaderClassName
{
color: #FFA165;
}
.AnyTagClassName
{
color: #FFA165;
}
</style>
background-color css
<style>
a { background-color: #FFA165; }
a { background-color: rgb(255,161,101); }
div.DivClassName
{
background-color: #FFA165;
}
.BgClassName
{
background-color: #FFA165;
}
</style>
border-color css
<style>
span { border-color: #FFA165; }
span { border-color: rgb(255,161,101); }
td.TdClassName
{
border-color: #FFA165;
}
.TagClassName
{
border-color: #FFA165;
}
</style>