Shades of Atomic Tangerine #F49061
Tints of Atomic Tangerine #F49061
RGB
CMYK
RGB Variations
Color information
#F49061 (or 0xF49061) is known color: Atomic Tangerine. HEX triplet: F4, 90 and 61. RGB value is (244,144,97). Sum of RGB (Red+Green+Blue) = 244+144+97=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F49061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49061 is #0B6F9E. Grayscale: #A8A8A8. Windows color (decimal): -749471 or 6394100. OLE color: 6394100.
HSL color Cylindrical-coordinate representation of color #F49061: hue angle of 19.18º 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 #F49061 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 97 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.04 |
| HSL | 19.18º | 0.87% | 0.67% | - |
| HSV(B) | 19.18º | 0.6% | 0.96% | - |
| XYZ | 49.44 | 40.04 | 16.43 | - |
| YUV | 168.54 | 87.63 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 97 | 0 | 0.41 | 0.60 | 0.04 | 19.18 | 0.87 | 0.67 |
| Hex | F4 | 90 | 61 | 0 | 29 | 3C | 4 | 13 | 57 | 43 |
| Octal | 364 | 220 | 141 | 0 | 51 | 74 | 4 | 23 | 127 | 103 |
| Binary | 11110100 | 10010000 | 1100001 | 0 | 101001 | 111100 | 100 | 10011 | 1010111 | 1000011 |
Color Harmonies of #F49061
Complementary color
Monochromatic Colors of #F49061
Black with #F49061
Text Example
Text Example
White with #F49061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49061; }
p { color: rgb(244,144,97); }
H1.HeaderClassName
{
color: #F49061;
}
.AnyTagClassName
{
color: #F49061;
}
</style>
background-color css
<style>
a { background-color: #F49061; }
a { background-color: rgb(244,144,97); }
div.DivClassName
{
background-color: #F49061;
}
.BgClassName
{
background-color: #F49061;
}
</style>
border-color css
<style>
span { border-color: #F49061; }
span { border-color: rgb(244,144,97); }
td.TdClassName
{
border-color: #F49061;
}
.TagClassName
{
border-color: #F49061;
}
</style>