Shades of Atomic Tangerine #FF8D6D
Tints of Atomic Tangerine #FF8D6D
RGB
CMYK
RGB Variations
Color information
#FF8D6D (or 0xFF8D6D) is known color: Atomic Tangerine. HEX triplet: FF, 8D and 6D. RGB value is (255,141,109). Sum of RGB (Red+Green+Blue) = 255+141+109=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D6D is #007292. Grayscale: #ABABAB. Windows color (decimal): -29331 or 7179775. OLE color: 7179775.
HSL color Cylindrical-coordinate representation of color #FF8D6D: hue angle of 13.15º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF8D6D is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 109 | - |
| CMYK | 0 | 0.45 | 0.57 | 0 |
| HSL | 13.15º | 1% | 0.71% | - |
| HSV(B) | 13.15º | 0.57% | 1% | - |
| XYZ | 53.53 | 41.41 | 19.64 | - |
| YUV | 171.44 | 92.77 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 109 | 0 | 0.45 | 0.57 | 0 | 13.15 | 1 | 0.71 |
| Hex | FF | 8D | 6D | 0 | 2D | 39 | 0 | D | 64 | 47 |
| Octal | 377 | 215 | 155 | 0 | 55 | 71 | 0 | 15 | 144 | 107 |
| Binary | 11111111 | 10001101 | 1101101 | 0 | 101101 | 111001 | 0 | 1101 | 1100100 | 1000111 |
Color Harmonies of #FF8D6D
Complementary color
Monochromatic Colors of #FF8D6D
Black with #FF8D6D
Text Example
Text Example
White with #FF8D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D6D; }
p { color: rgb(255,141,109); }
H1.HeaderClassName
{
color: #FF8D6D;
}
.AnyTagClassName
{
color: #FF8D6D;
}
</style>
background-color css
<style>
a { background-color: #FF8D6D; }
a { background-color: rgb(255,141,109); }
div.DivClassName
{
background-color: #FF8D6D;
}
.BgClassName
{
background-color: #FF8D6D;
}
</style>
border-color css
<style>
span { border-color: #FF8D6D; }
span { border-color: rgb(255,141,109); }
td.TdClassName
{
border-color: #FF8D6D;
}
.TagClassName
{
border-color: #FF8D6D;
}
</style>