Shades of Atomic Tangerine #FF8D6A
Tints of Atomic Tangerine #FF8D6A
RGB
CMYK
RGB Variations
Color information
#FF8D6A (or 0xFF8D6A) is known color: Atomic Tangerine. HEX triplet: FF, 8D and 6A. RGB value is (255,141,106). Sum of RGB (Red+Green+Blue) = 255+141+106=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 106 (41.80% from 255 or 21.12% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D6A is #007295. Grayscale: #ABABAB. Windows color (decimal): -29334 or 6983167. OLE color: 6983167.
HSL color Cylindrical-coordinate representation of color #FF8D6A: hue angle of 14.09º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF8D6A is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 106 | - |
| CMYK | 0 | 0.45 | 0.58 | 0 |
| HSL | 14.09º | 1% | 0.71% | - |
| HSV(B) | 14.09º | 0.58% | 1% | - |
| XYZ | 53.37 | 41.35 | 18.8 | - |
| YUV | 171.1 | 91.27 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 106 | 0 | 0.45 | 0.58 | 0 | 14.09 | 1 | 0.71 |
| Hex | FF | 8D | 6A | 0 | 2D | 3A | 0 | E | 64 | 47 |
| Octal | 377 | 215 | 152 | 0 | 55 | 72 | 0 | 16 | 144 | 107 |
| Binary | 11111111 | 10001101 | 1101010 | 0 | 101101 | 111010 | 0 | 1110 | 1100100 | 1000111 |
Color Harmonies of #FF8D6A
Complementary color
Monochromatic Colors of #FF8D6A
Black with #FF8D6A
Text Example
Text Example
White with #FF8D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D6A; }
p { color: rgb(255,141,106); }
H1.HeaderClassName
{
color: #FF8D6A;
}
.AnyTagClassName
{
color: #FF8D6A;
}
</style>
background-color css
<style>
a { background-color: #FF8D6A; }
a { background-color: rgb(255,141,106); }
div.DivClassName
{
background-color: #FF8D6A;
}
.BgClassName
{
background-color: #FF8D6A;
}
</style>
border-color css
<style>
span { border-color: #FF8D6A; }
span { border-color: rgb(255,141,106); }
td.TdClassName
{
border-color: #FF8D6A;
}
.TagClassName
{
border-color: #FF8D6A;
}
</style>