Shades of Atomic Tangerine #F49464
Tints of Atomic Tangerine #F49464
RGB
CMYK
RGB Variations
Color information
#F49464 (or 0xF49464) is known color: Atomic Tangerine. HEX triplet: F4, 94 and 64. RGB value is (244,148,100). Sum of RGB (Red+Green+Blue) = 244+148+100=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F49464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49464 is #0B6B9B. Grayscale: #ABABAB. Windows color (decimal): -748444 or 6591732. OLE color: 6591732.
HSL color Cylindrical-coordinate representation of color #F49464: hue angle of 20º 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 #F49464 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 148 | 100 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.04 |
| HSL | 20º | 0.87% | 0.67% | - |
| HSV(B) | 20º | 0.59% | 0.96% | - |
| XYZ | 50.2 | 41.33 | 17.39 | - |
| YUV | 171.23 | 87.8 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 148 | 100 | 0 | 0.39 | 0.59 | 0.04 | 20 | 0.87 | 0.67 |
| Hex | F4 | 94 | 64 | 0 | 27 | 3B | 4 | 14 | 57 | 43 |
| Octal | 364 | 224 | 144 | 0 | 47 | 73 | 4 | 24 | 127 | 103 |
| Binary | 11110100 | 10010100 | 1100100 | 0 | 100111 | 111011 | 100 | 10100 | 1010111 | 1000011 |
Color Harmonies of #F49464
Complementary color
Monochromatic Colors of #F49464
Black with #F49464
Text Example
Text Example
White with #F49464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49464; }
p { color: rgb(244,148,100); }
H1.HeaderClassName
{
color: #F49464;
}
.AnyTagClassName
{
color: #F49464;
}
</style>
background-color css
<style>
a { background-color: #F49464; }
a { background-color: rgb(244,148,100); }
div.DivClassName
{
background-color: #F49464;
}
.BgClassName
{
background-color: #F49464;
}
</style>
border-color css
<style>
span { border-color: #F49464; }
span { border-color: rgb(244,148,100); }
td.TdClassName
{
border-color: #F49464;
}
.TagClassName
{
border-color: #F49464;
}
</style>