Shades of Atomic Tangerine #FA8D6B
Tints of Atomic Tangerine #FA8D6B
RGB
CMYK
RGB Variations
Color information
#FA8D6B (or 0xFA8D6B) is known color: Atomic Tangerine. HEX triplet: FA, 8D and 6B. RGB value is (250,141,107). Sum of RGB (Red+Green+Blue) = 250+141+107=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8D6B is #057294. Grayscale: #A9A9A9. Windows color (decimal): -357013 or 7048698. OLE color: 7048698.
HSL color Cylindrical-coordinate representation of color #FA8D6B: hue angle of 14.27º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA8D6B is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 107 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.02 |
| HSL | 14.27º | 0.93% | 0.7% | - |
| HSV(B) | 14.27º | 0.57% | 0.98% | - |
| XYZ | 51.6 | 40.44 | 18.99 | - |
| YUV | 169.72 | 92.61 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 107 | 0 | 0.44 | 0.57 | 0.02 | 14.27 | 0.93 | 0.7 |
| Hex | FA | 8D | 6B | 0 | 2C | 39 | 2 | E | 5D | 46 |
| Octal | 372 | 215 | 153 | 0 | 54 | 71 | 2 | 16 | 135 | 106 |
| Binary | 11111010 | 10001101 | 1101011 | 0 | 101100 | 111001 | 10 | 1110 | 1011101 | 1000110 |
Color Harmonies of #FA8D6B
Complementary color
Monochromatic Colors of #FA8D6B
Black with #FA8D6B
Text Example
Text Example
White with #FA8D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8D6B; }
p { color: rgb(250,141,107); }
H1.HeaderClassName
{
color: #FA8D6B;
}
.AnyTagClassName
{
color: #FA8D6B;
}
</style>
background-color css
<style>
a { background-color: #FA8D6B; }
a { background-color: rgb(250,141,107); }
div.DivClassName
{
background-color: #FA8D6B;
}
.BgClassName
{
background-color: #FA8D6B;
}
</style>
border-color css
<style>
span { border-color: #FA8D6B; }
span { border-color: rgb(250,141,107); }
td.TdClassName
{
border-color: #FA8D6B;
}
.TagClassName
{
border-color: #FA8D6B;
}
</style>