Shades of Atomic Tangerine #F49366
Tints of Atomic Tangerine #F49366
RGB
CMYK
RGB Variations
Color information
#F49366 (or 0xF49366) is known color: Atomic Tangerine. HEX triplet: F4, 93 and 66. RGB value is (244,147,102). Sum of RGB (Red+Green+Blue) = 244+147+102=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F49366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49366 is #0B6C99. Grayscale: #ABABAB. Windows color (decimal): -748698 or 6722548. OLE color: 6722548.
HSL color Cylindrical-coordinate representation of color #F49366: hue angle of 19.01º 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 #F49366 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 147 | 102 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.04 |
| HSL | 19.01º | 0.87% | 0.68% | - |
| HSV(B) | 19.01º | 0.58% | 0.96% | - |
| XYZ | 50.14 | 41.06 | 17.85 | - |
| YUV | 170.87 | 89.14 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 147 | 102 | 0 | 0.40 | 0.58 | 0.04 | 19.01 | 0.87 | 0.68 |
| Hex | F4 | 93 | 66 | 0 | 28 | 3A | 4 | 13 | 57 | 44 |
| Octal | 364 | 223 | 146 | 0 | 50 | 72 | 4 | 23 | 127 | 104 |
| Binary | 11110100 | 10010011 | 1100110 | 0 | 101000 | 111010 | 100 | 10011 | 1010111 | 1000100 |
Color Harmonies of #F49366
Complementary color
Monochromatic Colors of #F49366
Black with #F49366
Text Example
Text Example
White with #F49366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49366; }
p { color: rgb(244,147,102); }
H1.HeaderClassName
{
color: #F49366;
}
.AnyTagClassName
{
color: #F49366;
}
</style>
background-color css
<style>
a { background-color: #F49366; }
a { background-color: rgb(244,147,102); }
div.DivClassName
{
background-color: #F49366;
}
.BgClassName
{
background-color: #F49366;
}
</style>
border-color css
<style>
span { border-color: #F49366; }
span { border-color: rgb(244,147,102); }
td.TdClassName
{
border-color: #F49366;
}
.TagClassName
{
border-color: #F49366;
}
</style>