Shades of Atomic Tangerine #FF8961
Tints of Atomic Tangerine #FF8961
RGB
CMYK
RGB Variations
Color information
#FF8961 (or 0xFF8961) is known color: Atomic Tangerine. HEX triplet: FF, 89 and 61. RGB value is (255,137,97). Sum of RGB (Red+Green+Blue) = 255+137+97=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 97 (38.28% from 255 or 19.84% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8961 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8961 is #00769E. Grayscale: #A7A7A7. Windows color (decimal): -30367 or 6392319. OLE color: 6392319.
HSL color Cylindrical-coordinate representation of color #FF8961: hue angle of 15.19º 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 #FF8961 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 97 | - |
| CMYK | 0 | 0.46 | 0.62 | 0 |
| HSL | 15.19º | 1% | 0.69% | - |
| HSV(B) | 15.19º | 0.62% | 1% | - |
| XYZ | 52.34 | 40.01 | 16.27 | - |
| YUV | 167.72 | 88.09 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 97 | 0 | 0.46 | 0.62 | 0 | 15.19 | 1 | 0.69 |
| Hex | FF | 89 | 61 | 0 | 2E | 3E | 0 | F | 64 | 45 |
| Octal | 377 | 211 | 141 | 0 | 56 | 76 | 0 | 17 | 144 | 105 |
| Binary | 11111111 | 10001001 | 1100001 | 0 | 101110 | 111110 | 0 | 1111 | 1100100 | 1000101 |
Color Harmonies of #FF8961
Complementary color
Monochromatic Colors of #FF8961
Black with #FF8961
Text Example
Text Example
White with #FF8961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8961; }
p { color: rgb(255,137,97); }
H1.HeaderClassName
{
color: #FF8961;
}
.AnyTagClassName
{
color: #FF8961;
}
</style>
background-color css
<style>
a { background-color: #FF8961; }
a { background-color: rgb(255,137,97); }
div.DivClassName
{
background-color: #FF8961;
}
.BgClassName
{
background-color: #FF8961;
}
</style>
border-color css
<style>
span { border-color: #FF8961; }
span { border-color: rgb(255,137,97); }
td.TdClassName
{
border-color: #FF8961;
}
.TagClassName
{
border-color: #FF8961;
}
</style>