Shades of Atomic Tangerine #FA9D6A
Tints of Atomic Tangerine #FA9D6A
RGB
CMYK
RGB Variations
Color information
#FA9D6A (or 0xFA9D6A) is known color: Atomic Tangerine. HEX triplet: FA, 9D and 6A. RGB value is (250,157,106). Sum of RGB (Red+Green+Blue) = 250+157+106=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9D6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9D6A is #056295. Grayscale: #B3B3B3. Windows color (decimal): -352918 or 6987258. OLE color: 6987258.
HSL color Cylindrical-coordinate representation of color #FA9D6A: hue angle of 21.25º 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 #FA9D6A is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 157 | 106 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.02 |
| HSL | 21.25º | 0.94% | 0.7% | - |
| HSV(B) | 21.25º | 0.58% | 0.98% | - |
| XYZ | 54.08 | 45.48 | 19.56 | - |
| YUV | 178.99 | 86.81 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 157 | 106 | 0 | 0.37 | 0.58 | 0.02 | 21.25 | 0.94 | 0.7 |
| Hex | FA | 9D | 6A | 0 | 25 | 3A | 2 | 15 | 5E | 46 |
| Octal | 372 | 235 | 152 | 0 | 45 | 72 | 2 | 25 | 136 | 106 |
| Binary | 11111010 | 10011101 | 1101010 | 0 | 100101 | 111010 | 10 | 10101 | 1011110 | 1000110 |
Color Harmonies of #FA9D6A
Complementary color
Monochromatic Colors of #FA9D6A
Black with #FA9D6A
Text Example
Text Example
White with #FA9D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9D6A; }
p { color: rgb(250,157,106); }
H1.HeaderClassName
{
color: #FA9D6A;
}
.AnyTagClassName
{
color: #FA9D6A;
}
</style>
background-color css
<style>
a { background-color: #FA9D6A; }
a { background-color: rgb(250,157,106); }
div.DivClassName
{
background-color: #FA9D6A;
}
.BgClassName
{
background-color: #FA9D6A;
}
</style>
border-color css
<style>
span { border-color: #FA9D6A; }
span { border-color: rgb(250,157,106); }
td.TdClassName
{
border-color: #FA9D6A;
}
.TagClassName
{
border-color: #FA9D6A;
}
</style>