Shades of Atomic Tangerine #F49166
Tints of Atomic Tangerine #F49166
RGB
CMYK
RGB Variations
Color information
#F49166 (or 0xF49166) is known color: Atomic Tangerine. HEX triplet: F4, 91 and 66. RGB value is (244,145,102). Sum of RGB (Red+Green+Blue) = 244+145+102=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F49166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49166 is #0B6E99. Grayscale: #A9A9A9. Windows color (decimal): -749210 or 6722036. OLE color: 6722036.
HSL color Cylindrical-coordinate representation of color #F49166: hue angle of 18.17º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F49166 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 145 | 102 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.04 |
| HSL | 18.17º | 0.87% | 0.68% | - |
| HSV(B) | 18.17º | 0.58% | 0.96% | - |
| XYZ | 49.83 | 40.44 | 17.75 | - |
| YUV | 169.7 | 89.8 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 145 | 102 | 0 | 0.41 | 0.58 | 0.04 | 18.17 | 0.87 | 0.68 |
| Hex | F4 | 91 | 66 | 0 | 29 | 3A | 4 | 12 | 57 | 44 |
| Octal | 364 | 221 | 146 | 0 | 51 | 72 | 4 | 22 | 127 | 104 |
| Binary | 11110100 | 10010001 | 1100110 | 0 | 101001 | 111010 | 100 | 10010 | 1010111 | 1000100 |
Color Harmonies of #F49166
Complementary color
Monochromatic Colors of #F49166
Black with #F49166
Text Example
Text Example
White with #F49166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49166; }
p { color: rgb(244,145,102); }
H1.HeaderClassName
{
color: #F49166;
}
.AnyTagClassName
{
color: #F49166;
}
</style>
background-color css
<style>
a { background-color: #F49166; }
a { background-color: rgb(244,145,102); }
div.DivClassName
{
background-color: #F49166;
}
.BgClassName
{
background-color: #F49166;
}
</style>
border-color css
<style>
span { border-color: #F49166; }
span { border-color: rgb(244,145,102); }
td.TdClassName
{
border-color: #F49166;
}
.TagClassName
{
border-color: #F49166;
}
</style>