Shades of Atomic Tangerine #FFA161
Tints of Atomic Tangerine #FFA161
RGB
CMYK
RGB Variations
Color information
#FFA161 (or 0xFFA161) is known color: Atomic Tangerine. HEX triplet: FF, A1 and 61. RGB value is (255,161,97). Sum of RGB (Red+Green+Blue) = 255+161+97=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA161 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA161 is #005E9E. Grayscale: #B6B6B6. Windows color (decimal): -24223 or 6398463. OLE color: 6398463.
HSL color Cylindrical-coordinate representation of color #FFA161: hue angle of 24.3º 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 #FFA161 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 97 | - |
| CMYK | 0 | 0.37 | 0.62 | 0 |
| HSL | 24.3º | 1% | 0.69% | - |
| HSV(B) | 24.3º | 0.62% | 1% | - |
| XYZ | 56.14 | 47.61 | 17.54 | - |
| YUV | 181.81 | 80.14 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 97 | 0 | 0.37 | 0.62 | 0 | 24.3 | 1 | 0.69 |
| Hex | FF | A1 | 61 | 0 | 25 | 3E | 0 | 18 | 64 | 45 |
| Octal | 377 | 241 | 141 | 0 | 45 | 76 | 0 | 30 | 144 | 105 |
| Binary | 11111111 | 10100001 | 1100001 | 0 | 100101 | 111110 | 0 | 11000 | 1100100 | 1000101 |
Color Harmonies of #FFA161
Complementary color
Monochromatic Colors of #FFA161
Black with #FFA161
Text Example
Text Example
White with #FFA161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA161; }
p { color: rgb(255,161,97); }
H1.HeaderClassName
{
color: #FFA161;
}
.AnyTagClassName
{
color: #FFA161;
}
</style>
background-color css
<style>
a { background-color: #FFA161; }
a { background-color: rgb(255,161,97); }
div.DivClassName
{
background-color: #FFA161;
}
.BgClassName
{
background-color: #FFA161;
}
</style>
border-color css
<style>
span { border-color: #FFA161; }
span { border-color: rgb(255,161,97); }
td.TdClassName
{
border-color: #FFA161;
}
.TagClassName
{
border-color: #FFA161;
}
</style>