Shades of Atomic Tangerine #F6986C
Tints of Atomic Tangerine #F6986C
RGB
CMYK
RGB Variations
Color information
#F6986C (or 0xF6986C) is known color: Atomic Tangerine. HEX triplet: F6, 98 and 6C. RGB value is (246,152,108). Sum of RGB (Red+Green+Blue) = 246+152+108=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F6986C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6986C is #096793. Grayscale: #AFAFAF. Windows color (decimal): -616340 or 7117046. OLE color: 7117046.
HSL color Cylindrical-coordinate representation of color #F6986C: hue angle of 19.13º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F6986C is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 152 | 108 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.04 |
| HSL | 19.13º | 0.88% | 0.69% | - |
| HSV(B) | 19.13º | 0.56% | 0.96% | - |
| XYZ | 51.94 | 43.13 | 19.78 | - |
| YUV | 175.09 | 90.14 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 152 | 108 | 0 | 0.38 | 0.56 | 0.04 | 19.13 | 0.88 | 0.69 |
| Hex | F6 | 98 | 6C | 0 | 26 | 38 | 4 | 13 | 58 | 45 |
| Octal | 366 | 230 | 154 | 0 | 46 | 70 | 4 | 23 | 130 | 105 |
| Binary | 11110110 | 10011000 | 1101100 | 0 | 100110 | 111000 | 100 | 10011 | 1011000 | 1000101 |
Color Harmonies of #F6986C
Complementary color
Monochromatic Colors of #F6986C
Black with #F6986C
Text Example
Text Example
White with #F6986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6986C; }
p { color: rgb(246,152,108); }
H1.HeaderClassName
{
color: #F6986C;
}
.AnyTagClassName
{
color: #F6986C;
}
</style>
background-color css
<style>
a { background-color: #F6986C; }
a { background-color: rgb(246,152,108); }
div.DivClassName
{
background-color: #F6986C;
}
.BgClassName
{
background-color: #F6986C;
}
</style>
border-color css
<style>
span { border-color: #F6986C; }
span { border-color: rgb(246,152,108); }
td.TdClassName
{
border-color: #F6986C;
}
.TagClassName
{
border-color: #F6986C;
}
</style>