Shades of Atomic Tangerine #F7986A
Tints of Atomic Tangerine #F7986A
RGB
CMYK
RGB Variations
Color information
#F7986A (or 0xF7986A) is known color: Atomic Tangerine. HEX triplet: F7, 98 and 6A. RGB value is (247,152,106). Sum of RGB (Red+Green+Blue) = 247+152+106=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F7986A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7986A is #086795. Grayscale: #AFAFAF. Windows color (decimal): -550806 or 6985975. OLE color: 6985975.
HSL color Cylindrical-coordinate representation of color #F7986A: hue angle of 19.57º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F7986A is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 152 | 106 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.03 |
| HSL | 19.57º | 0.9% | 0.69% | - |
| HSV(B) | 19.57º | 0.57% | 0.97% | - |
| XYZ | 52.19 | 43.27 | 19.24 | - |
| YUV | 175.16 | 88.97 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 152 | 106 | 0 | 0.38 | 0.57 | 0.03 | 19.57 | 0.9 | 0.69 |
| Hex | F7 | 98 | 6A | 0 | 26 | 39 | 3 | 14 | 5A | 45 |
| Octal | 367 | 230 | 152 | 0 | 46 | 71 | 3 | 24 | 132 | 105 |
| Binary | 11110111 | 10011000 | 1101010 | 0 | 100110 | 111001 | 11 | 10100 | 1011010 | 1000101 |
Color Harmonies of #F7986A
Complementary color
Monochromatic Colors of #F7986A
Black with #F7986A
Text Example
Text Example
White with #F7986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7986A; }
p { color: rgb(247,152,106); }
H1.HeaderClassName
{
color: #F7986A;
}
.AnyTagClassName
{
color: #F7986A;
}
</style>
background-color css
<style>
a { background-color: #F7986A; }
a { background-color: rgb(247,152,106); }
div.DivClassName
{
background-color: #F7986A;
}
.BgClassName
{
background-color: #F7986A;
}
</style>
border-color css
<style>
span { border-color: #F7986A; }
span { border-color: rgb(247,152,106); }
td.TdClassName
{
border-color: #F7986A;
}
.TagClassName
{
border-color: #F7986A;
}
</style>