Shades of Atomic Tangerine #FA9E6A
Tints of Atomic Tangerine #FA9E6A
RGB
CMYK
RGB Variations
Color information
#FA9E6A (or 0xFA9E6A) is known color: Atomic Tangerine. HEX triplet: FA, 9E and 6A. RGB value is (250,158,106). Sum of RGB (Red+Green+Blue) = 250+158+106=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9E6A is #056195. Grayscale: #B3B3B3. Windows color (decimal): -352662 or 6987514. OLE color: 6987514.
HSL color Cylindrical-coordinate representation of color #FA9E6A: hue angle of 21.67º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA9E6A is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 158 | 106 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.02 |
| HSL | 21.67º | 0.94% | 0.7% | - |
| HSV(B) | 21.67º | 0.58% | 0.98% | - |
| XYZ | 54.25 | 45.82 | 19.62 | - |
| YUV | 179.58 | 86.48 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 158 | 106 | 0 | 0.37 | 0.58 | 0.02 | 21.67 | 0.94 | 0.7 |
| Hex | FA | 9E | 6A | 0 | 25 | 3A | 2 | 16 | 5E | 46 |
| Octal | 372 | 236 | 152 | 0 | 45 | 72 | 2 | 26 | 136 | 106 |
| Binary | 11111010 | 10011110 | 1101010 | 0 | 100101 | 111010 | 10 | 10110 | 1011110 | 1000110 |
Color Harmonies of #FA9E6A
Complementary color
Monochromatic Colors of #FA9E6A
Black with #FA9E6A
Text Example
Text Example
White with #FA9E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9E6A; }
p { color: rgb(250,158,106); }
H1.HeaderClassName
{
color: #FA9E6A;
}
.AnyTagClassName
{
color: #FA9E6A;
}
</style>
background-color css
<style>
a { background-color: #FA9E6A; }
a { background-color: rgb(250,158,106); }
div.DivClassName
{
background-color: #FA9E6A;
}
.BgClassName
{
background-color: #FA9E6A;
}
</style>
border-color css
<style>
span { border-color: #FA9E6A; }
span { border-color: rgb(250,158,106); }
td.TdClassName
{
border-color: #FA9E6A;
}
.TagClassName
{
border-color: #FA9E6A;
}
</style>