Shades of Atomic Tangerine #F49162
Tints of Atomic Tangerine #F49162
RGB
CMYK
RGB Variations
Color information
#F49162 (or 0xF49162) is known color: Atomic Tangerine. HEX triplet: F4, 91 and 62. RGB value is (244,145,98). Sum of RGB (Red+Green+Blue) = 244+145+98=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F49162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49162 is #0B6E9D. Grayscale: #A9A9A9. Windows color (decimal): -749214 or 6459892. OLE color: 6459892.
HSL color Cylindrical-coordinate representation of color #F49162: hue angle of 19.32º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F49162 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 145 | 98 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.04 |
| HSL | 19.32º | 0.87% | 0.67% | - |
| HSV(B) | 19.32º | 0.6% | 0.96% | - |
| XYZ | 49.64 | 40.37 | 16.73 | - |
| YUV | 169.24 | 87.8 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 145 | 98 | 0 | 0.41 | 0.60 | 0.04 | 19.32 | 0.87 | 0.67 |
| Hex | F4 | 91 | 62 | 0 | 29 | 3C | 4 | 13 | 57 | 43 |
| Octal | 364 | 221 | 142 | 0 | 51 | 74 | 4 | 23 | 127 | 103 |
| Binary | 11110100 | 10010001 | 1100010 | 0 | 101001 | 111100 | 100 | 10011 | 1010111 | 1000011 |
Color Harmonies of #F49162
Complementary color
Monochromatic Colors of #F49162
Black with #F49162
Text Example
Text Example
White with #F49162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49162; }
p { color: rgb(244,145,98); }
H1.HeaderClassName
{
color: #F49162;
}
.AnyTagClassName
{
color: #F49162;
}
</style>
background-color css
<style>
a { background-color: #F49162; }
a { background-color: rgb(244,145,98); }
div.DivClassName
{
background-color: #F49162;
}
.BgClassName
{
background-color: #F49162;
}
</style>
border-color css
<style>
span { border-color: #F49162; }
span { border-color: rgb(244,145,98); }
td.TdClassName
{
border-color: #F49162;
}
.TagClassName
{
border-color: #F49162;
}
</style>