Shades of Atomic Tangerine #F98D6C
Tints of Atomic Tangerine #F98D6C
RGB
CMYK
RGB Variations
Color information
#F98D6C (or 0xF98D6C) is known color: Atomic Tangerine. HEX triplet: F9, 8D and 6C. RGB value is (249,141,108). Sum of RGB (Red+Green+Blue) = 249+141+108=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98D6C is #067293. Grayscale: #A9A9A9. Windows color (decimal): -422548 or 7114233. OLE color: 7114233.
HSL color Cylindrical-coordinate representation of color #F98D6C: hue angle of 14.04º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F98D6C is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 108 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.02 |
| HSL | 14.04º | 0.92% | 0.7% | - |
| HSV(B) | 14.04º | 0.57% | 0.98% | - |
| XYZ | 51.3 | 40.27 | 19.26 | - |
| YUV | 169.53 | 93.28 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 108 | 0 | 0.43 | 0.57 | 0.02 | 14.04 | 0.92 | 0.7 |
| Hex | F9 | 8D | 6C | 0 | 2B | 39 | 2 | E | 5C | 46 |
| Octal | 371 | 215 | 154 | 0 | 53 | 71 | 2 | 16 | 134 | 106 |
| Binary | 11111001 | 10001101 | 1101100 | 0 | 101011 | 111001 | 10 | 1110 | 1011100 | 1000110 |
Color Harmonies of #F98D6C
Complementary color
Monochromatic Colors of #F98D6C
Black with #F98D6C
Text Example
Text Example
White with #F98D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98D6C; }
p { color: rgb(249,141,108); }
H1.HeaderClassName
{
color: #F98D6C;
}
.AnyTagClassName
{
color: #F98D6C;
}
</style>
background-color css
<style>
a { background-color: #F98D6C; }
a { background-color: rgb(249,141,108); }
div.DivClassName
{
background-color: #F98D6C;
}
.BgClassName
{
background-color: #F98D6C;
}
</style>
border-color css
<style>
span { border-color: #F98D6C; }
span { border-color: rgb(249,141,108); }
td.TdClassName
{
border-color: #F98D6C;
}
.TagClassName
{
border-color: #F98D6C;
}
</style>