Shades of Atomic Tangerine #FA986A
Tints of Atomic Tangerine #FA986A
RGB
CMYK
RGB Variations
Color information
#FA986A (or 0xFA986A) is known color: Atomic Tangerine. HEX triplet: FA, 98 and 6A. RGB value is (250,152,106). Sum of RGB (Red+Green+Blue) = 250+152+106=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 106 (41.80% from 255 or 20.87% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA986A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA986A is #056795. Grayscale: #B0B0B0. Windows color (decimal): -354198 or 6985978. OLE color: 6985978.
HSL color Cylindrical-coordinate representation of color #FA986A: hue angle of 19.17º 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 #FA986A is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 152 | 106 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.02 |
| HSL | 19.17º | 0.94% | 0.7% | - |
| HSV(B) | 19.17º | 0.58% | 0.98% | - |
| XYZ | 53.25 | 43.82 | 19.29 | - |
| YUV | 176.06 | 88.47 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 152 | 106 | 0 | 0.39 | 0.58 | 0.02 | 19.17 | 0.94 | 0.7 |
| Hex | FA | 98 | 6A | 0 | 27 | 3A | 2 | 13 | 5E | 46 |
| Octal | 372 | 230 | 152 | 0 | 47 | 72 | 2 | 23 | 136 | 106 |
| Binary | 11111010 | 10011000 | 1101010 | 0 | 100111 | 111010 | 10 | 10011 | 1011110 | 1000110 |
Color Harmonies of #FA986A
Complementary color
Monochromatic Colors of #FA986A
Black with #FA986A
Text Example
Text Example
White with #FA986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA986A; }
p { color: rgb(250,152,106); }
H1.HeaderClassName
{
color: #FA986A;
}
.AnyTagClassName
{
color: #FA986A;
}
</style>
background-color css
<style>
a { background-color: #FA986A; }
a { background-color: rgb(250,152,106); }
div.DivClassName
{
background-color: #FA986A;
}
.BgClassName
{
background-color: #FA986A;
}
</style>
border-color css
<style>
span { border-color: #FA986A; }
span { border-color: rgb(250,152,106); }
td.TdClassName
{
border-color: #FA986A;
}
.TagClassName
{
border-color: #FA986A;
}
</style>