Shades of Atomic Tangerine #F49063
Tints of Atomic Tangerine #F49063
RGB
CMYK
RGB Variations
Color information
#F49063 (or 0xF49063) is known color: Atomic Tangerine. HEX triplet: F4, 90 and 63. RGB value is (244,144,99). Sum of RGB (Red+Green+Blue) = 244+144+99=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 99 (39.06% from 255 or 20.33% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F49063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49063 is #0B6F9C. Grayscale: #A9A9A9. Windows color (decimal): -749469 or 6525172. OLE color: 6525172.
HSL color Cylindrical-coordinate representation of color #F49063: hue angle of 18.62º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F49063 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 99 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.04 |
| HSL | 18.62º | 0.87% | 0.67% | - |
| HSV(B) | 18.62º | 0.59% | 0.96% | - |
| XYZ | 49.53 | 40.08 | 16.93 | - |
| YUV | 168.77 | 88.63 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 99 | 0 | 0.41 | 0.59 | 0.04 | 18.62 | 0.87 | 0.67 |
| Hex | F4 | 90 | 63 | 0 | 29 | 3B | 4 | 13 | 57 | 43 |
| Octal | 364 | 220 | 143 | 0 | 51 | 73 | 4 | 23 | 127 | 103 |
| Binary | 11110100 | 10010000 | 1100011 | 0 | 101001 | 111011 | 100 | 10011 | 1010111 | 1000011 |
Color Harmonies of #F49063
Complementary color
Monochromatic Colors of #F49063
Black with #F49063
Text Example
Text Example
White with #F49063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49063; }
p { color: rgb(244,144,99); }
H1.HeaderClassName
{
color: #F49063;
}
.AnyTagClassName
{
color: #F49063;
}
</style>
background-color css
<style>
a { background-color: #F49063; }
a { background-color: rgb(244,144,99); }
div.DivClassName
{
background-color: #F49063;
}
.BgClassName
{
background-color: #F49063;
}
</style>
border-color css
<style>
span { border-color: #F49063; }
span { border-color: rgb(244,144,99); }
td.TdClassName
{
border-color: #F49063;
}
.TagClassName
{
border-color: #F49063;
}
</style>