Shades of Atomic Tangerine #FA976D
Tints of Atomic Tangerine #FA976D
RGB
CMYK
RGB Variations
Color information
#FA976D (or 0xFA976D) is known color: Atomic Tangerine. HEX triplet: FA, 97 and 6D. RGB value is (250,151,109). Sum of RGB (Red+Green+Blue) = 250+151+109=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 109 (42.97% from 255 or 21.37% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA976D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA976D is #056892. Grayscale: #B0B0B0. Windows color (decimal): -354451 or 7182330. OLE color: 7182330.
HSL color Cylindrical-coordinate representation of color #FA976D: hue angle of 17.87º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA976D is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 151 | 109 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.02 |
| HSL | 17.87º | 0.93% | 0.7% | - |
| HSV(B) | 17.87º | 0.56% | 0.98% | - |
| XYZ | 53.25 | 43.56 | 20.07 | - |
| YUV | 175.81 | 90.3 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 151 | 109 | 0 | 0.40 | 0.56 | 0.02 | 17.87 | 0.93 | 0.7 |
| Hex | FA | 97 | 6D | 0 | 28 | 38 | 2 | 12 | 5D | 46 |
| Octal | 372 | 227 | 155 | 0 | 50 | 70 | 2 | 22 | 135 | 106 |
| Binary | 11111010 | 10010111 | 1101101 | 0 | 101000 | 111000 | 10 | 10010 | 1011101 | 1000110 |
Color Harmonies of #FA976D
Complementary color
Monochromatic Colors of #FA976D
Black with #FA976D
Text Example
Text Example
White with #FA976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA976D; }
p { color: rgb(250,151,109); }
H1.HeaderClassName
{
color: #FA976D;
}
.AnyTagClassName
{
color: #FA976D;
}
</style>
background-color css
<style>
a { background-color: #FA976D; }
a { background-color: rgb(250,151,109); }
div.DivClassName
{
background-color: #FA976D;
}
.BgClassName
{
background-color: #FA976D;
}
</style>
border-color css
<style>
span { border-color: #FA976D; }
span { border-color: rgb(250,151,109); }
td.TdClassName
{
border-color: #FA976D;
}
.TagClassName
{
border-color: #FA976D;
}
</style>