Shades of Atomic Tangerine #F49B68
Tints of Atomic Tangerine #F49B68
RGB
CMYK
RGB Variations
Color information
#F49B68 (or 0xF49B68) is known color: Atomic Tangerine. HEX triplet: F4, 9B and 68. RGB value is (244,155,104). Sum of RGB (Red+Green+Blue) = 244+155+104=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 244 - color contains mainly: red. Hex color #F49B68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49B68 is #0B6497. Grayscale: #B0B0B0. Windows color (decimal): -746648 or 6855668. OLE color: 6855668.
HSL color Cylindrical-coordinate representation of color #F49B68: hue angle of 21.86º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F49B68 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 155 | 104 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.04 |
| HSL | 21.86º | 0.86% | 0.68% | - |
| HSV(B) | 21.86º | 0.57% | 0.96% | - |
| XYZ | 51.53 | 43.68 | 18.81 | - |
| YUV | 175.8 | 87.49 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 155 | 104 | 0 | 0.36 | 0.57 | 0.04 | 21.86 | 0.86 | 0.68 |
| Hex | F4 | 9B | 68 | 0 | 24 | 39 | 4 | 16 | 56 | 44 |
| Octal | 364 | 233 | 150 | 0 | 44 | 71 | 4 | 26 | 126 | 104 |
| Binary | 11110100 | 10011011 | 1101000 | 0 | 100100 | 111001 | 100 | 10110 | 1010110 | 1000100 |
Color Harmonies of #F49B68
Complementary color
Monochromatic Colors of #F49B68
Black with #F49B68
Text Example
Text Example
White with #F49B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49B68; }
p { color: rgb(244,155,104); }
H1.HeaderClassName
{
color: #F49B68;
}
.AnyTagClassName
{
color: #F49B68;
}
</style>
background-color css
<style>
a { background-color: #F49B68; }
a { background-color: rgb(244,155,104); }
div.DivClassName
{
background-color: #F49B68;
}
.BgClassName
{
background-color: #F49B68;
}
</style>
border-color css
<style>
span { border-color: #F49B68; }
span { border-color: rgb(244,155,104); }
td.TdClassName
{
border-color: #F49B68;
}
.TagClassName
{
border-color: #F49B68;
}
</style>