Shades of Atomic Tangerine #FF8D6B
Tints of Atomic Tangerine #FF8D6B
RGB
CMYK
RGB Variations
Color information
#FF8D6B (or 0xFF8D6B) is known color: Atomic Tangerine. HEX triplet: FF, 8D and 6B. RGB value is (255,141,107). Sum of RGB (Red+Green+Blue) = 255+141+107=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 107 (42.19% from 255 or 21.27% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D6B is #007294. Grayscale: #ABABAB. Windows color (decimal): -29333 or 7048703. OLE color: 7048703.
HSL color Cylindrical-coordinate representation of color #FF8D6B: hue angle of 13.78º 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 #FF8D6B is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 107 | - |
| CMYK | 0 | 0.45 | 0.58 | 0 |
| HSL | 13.78º | 1% | 0.71% | - |
| HSV(B) | 13.78º | 0.58% | 1% | - |
| XYZ | 53.42 | 41.37 | 19.08 | - |
| YUV | 171.21 | 91.77 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 107 | 0 | 0.45 | 0.58 | 0 | 13.78 | 1 | 0.71 |
| Hex | FF | 8D | 6B | 0 | 2D | 3A | 0 | E | 64 | 47 |
| Octal | 377 | 215 | 153 | 0 | 55 | 72 | 0 | 16 | 144 | 107 |
| Binary | 11111111 | 10001101 | 1101011 | 0 | 101101 | 111010 | 0 | 1110 | 1100100 | 1000111 |
Color Harmonies of #FF8D6B
Complementary color
Monochromatic Colors of #FF8D6B
Black with #FF8D6B
Text Example
Text Example
White with #FF8D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D6B; }
p { color: rgb(255,141,107); }
H1.HeaderClassName
{
color: #FF8D6B;
}
.AnyTagClassName
{
color: #FF8D6B;
}
</style>
background-color css
<style>
a { background-color: #FF8D6B; }
a { background-color: rgb(255,141,107); }
div.DivClassName
{
background-color: #FF8D6B;
}
.BgClassName
{
background-color: #FF8D6B;
}
</style>
border-color css
<style>
span { border-color: #FF8D6B; }
span { border-color: rgb(255,141,107); }
td.TdClassName
{
border-color: #FF8D6B;
}
.TagClassName
{
border-color: #FF8D6B;
}
</style>