Shades of Atomic Tangerine #FA9A6E
Tints of Atomic Tangerine #FA9A6E
RGB
CMYK
RGB Variations
Color information
#FA9A6E (or 0xFA9A6E) is known color: Atomic Tangerine. HEX triplet: FA, 9A and 6E. RGB value is (250,154,110). Sum of RGB (Red+Green+Blue) = 250+154+110=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 110 (43.36% from 255 or 21.40% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9A6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9A6E is #056591. Grayscale: #B1B1B1. Windows color (decimal): -353682 or 7248634. OLE color: 7248634.
HSL color Cylindrical-coordinate representation of color #FA9A6E: hue angle of 18.86º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA9A6E is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 154 | 110 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.02 |
| HSL | 18.86º | 0.93% | 0.71% | - |
| HSV(B) | 18.86º | 0.56% | 0.98% | - |
| XYZ | 53.79 | 44.56 | 20.52 | - |
| YUV | 177.69 | 89.8 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 154 | 110 | 0 | 0.38 | 0.56 | 0.02 | 18.86 | 0.93 | 0.71 |
| Hex | FA | 9A | 6E | 0 | 26 | 38 | 2 | 13 | 5D | 47 |
| Octal | 372 | 232 | 156 | 0 | 46 | 70 | 2 | 23 | 135 | 107 |
| Binary | 11111010 | 10011010 | 1101110 | 0 | 100110 | 111000 | 10 | 10011 | 1011101 | 1000111 |
Color Harmonies of #FA9A6E
Complementary color
Monochromatic Colors of #FA9A6E
Black with #FA9A6E
Text Example
Text Example
White with #FA9A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9A6E; }
p { color: rgb(250,154,110); }
H1.HeaderClassName
{
color: #FA9A6E;
}
.AnyTagClassName
{
color: #FA9A6E;
}
</style>
background-color css
<style>
a { background-color: #FA9A6E; }
a { background-color: rgb(250,154,110); }
div.DivClassName
{
background-color: #FA9A6E;
}
.BgClassName
{
background-color: #FA9A6E;
}
</style>
border-color css
<style>
span { border-color: #FA9A6E; }
span { border-color: rgb(250,154,110); }
td.TdClassName
{
border-color: #FA9A6E;
}
.TagClassName
{
border-color: #FA9A6E;
}
</style>