Shades of Atomic Tangerine #F49168
Tints of Atomic Tangerine #F49168
RGB
CMYK
RGB Variations
Color information
#F49168 (or 0xF49168) is known color: Atomic Tangerine. HEX triplet: F4, 91 and 68. RGB value is (244,145,104). Sum of RGB (Red+Green+Blue) = 244+145+104=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F49168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49168 is #0B6E97. Grayscale: #AAAAAA. Windows color (decimal): -749208 or 6853108. OLE color: 6853108.
HSL color Cylindrical-coordinate representation of color #F49168: hue angle of 17.57º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F49168 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 145 | 104 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.04 |
| HSL | 17.57º | 0.86% | 0.68% | - |
| HSV(B) | 17.57º | 0.57% | 0.96% | - |
| XYZ | 49.93 | 40.48 | 18.28 | - |
| YUV | 169.93 | 90.8 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 145 | 104 | 0 | 0.41 | 0.57 | 0.04 | 17.57 | 0.86 | 0.68 |
| Hex | F4 | 91 | 68 | 0 | 29 | 39 | 4 | 12 | 56 | 44 |
| Octal | 364 | 221 | 150 | 0 | 51 | 71 | 4 | 22 | 126 | 104 |
| Binary | 11110100 | 10010001 | 1101000 | 0 | 101001 | 111001 | 100 | 10010 | 1010110 | 1000100 |
Color Harmonies of #F49168
Complementary color
Monochromatic Colors of #F49168
Black with #F49168
Text Example
Text Example
White with #F49168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49168; }
p { color: rgb(244,145,104); }
H1.HeaderClassName
{
color: #F49168;
}
.AnyTagClassName
{
color: #F49168;
}
</style>
background-color css
<style>
a { background-color: #F49168; }
a { background-color: rgb(244,145,104); }
div.DivClassName
{
background-color: #F49168;
}
.BgClassName
{
background-color: #F49168;
}
</style>
border-color css
<style>
span { border-color: #F49168; }
span { border-color: rgb(244,145,104); }
td.TdClassName
{
border-color: #F49168;
}
.TagClassName
{
border-color: #F49168;
}
</style>