Shades of Atomic Tangerine #F49262
Tints of Atomic Tangerine #F49262
RGB
CMYK
RGB Variations
Color information
#F49262 (or 0xF49262) is known color: Atomic Tangerine. HEX triplet: F4, 92 and 62. RGB value is (244,146,98). Sum of RGB (Red+Green+Blue) = 244+146+98=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 98 (38.67% from 255 or 20.08% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F49262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49262 is #0B6D9D. Grayscale: #AAAAAA. Windows color (decimal): -748958 or 6460148. OLE color: 6460148.
HSL color Cylindrical-coordinate representation of color #F49262: hue angle of 19.73º 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 #F49262 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 98 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.04 |
| HSL | 19.73º | 0.87% | 0.67% | - |
| HSV(B) | 19.73º | 0.6% | 0.96% | - |
| XYZ | 49.79 | 40.67 | 16.78 | - |
| YUV | 169.83 | 87.47 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 98 | 0 | 0.40 | 0.60 | 0.04 | 19.73 | 0.87 | 0.67 |
| Hex | F4 | 92 | 62 | 0 | 28 | 3C | 4 | 14 | 57 | 43 |
| Octal | 364 | 222 | 142 | 0 | 50 | 74 | 4 | 24 | 127 | 103 |
| Binary | 11110100 | 10010010 | 1100010 | 0 | 101000 | 111100 | 100 | 10100 | 1010111 | 1000011 |
Color Harmonies of #F49262
Complementary color
Monochromatic Colors of #F49262
Black with #F49262
Text Example
Text Example
White with #F49262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49262; }
p { color: rgb(244,146,98); }
H1.HeaderClassName
{
color: #F49262;
}
.AnyTagClassName
{
color: #F49262;
}
</style>
background-color css
<style>
a { background-color: #F49262; }
a { background-color: rgb(244,146,98); }
div.DivClassName
{
background-color: #F49262;
}
.BgClassName
{
background-color: #F49262;
}
</style>
border-color css
<style>
span { border-color: #F49262; }
span { border-color: rgb(244,146,98); }
td.TdClassName
{
border-color: #F49262;
}
.TagClassName
{
border-color: #F49262;
}
</style>