Shades of Atomic Tangerine #F49A6B
Tints of Atomic Tangerine #F49A6B
RGB
CMYK
RGB Variations
Color information
#F49A6B (or 0xF49A6B) is known color: Atomic Tangerine. HEX triplet: F4, 9A and 6B. RGB value is (244,154,107). Sum of RGB (Red+Green+Blue) = 244+154+107=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F49A6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49A6B is #0B6594. Grayscale: #AFAFAF. Windows color (decimal): -746901 or 7052020. OLE color: 7052020.
HSL color Cylindrical-coordinate representation of color #F49A6B: hue angle of 20.58º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F49A6B is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 154 | 107 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.04 |
| HSL | 20.58º | 0.86% | 0.69% | - |
| HSV(B) | 20.58º | 0.56% | 0.96% | - |
| XYZ | 51.52 | 43.41 | 19.57 | - |
| YUV | 175.55 | 89.32 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 154 | 107 | 0 | 0.37 | 0.56 | 0.04 | 20.58 | 0.86 | 0.69 |
| Hex | F4 | 9A | 6B | 0 | 25 | 38 | 4 | 15 | 56 | 45 |
| Octal | 364 | 232 | 153 | 0 | 45 | 70 | 4 | 25 | 126 | 105 |
| Binary | 11110100 | 10011010 | 1101011 | 0 | 100101 | 111000 | 100 | 10101 | 1010110 | 1000101 |
Color Harmonies of #F49A6B
Complementary color
Monochromatic Colors of #F49A6B
Black with #F49A6B
Text Example
Text Example
White with #F49A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49A6B; }
p { color: rgb(244,154,107); }
H1.HeaderClassName
{
color: #F49A6B;
}
.AnyTagClassName
{
color: #F49A6B;
}
</style>
background-color css
<style>
a { background-color: #F49A6B; }
a { background-color: rgb(244,154,107); }
div.DivClassName
{
background-color: #F49A6B;
}
.BgClassName
{
background-color: #F49A6B;
}
</style>
border-color css
<style>
span { border-color: #F49A6B; }
span { border-color: rgb(244,154,107); }
td.TdClassName
{
border-color: #F49A6B;
}
.TagClassName
{
border-color: #F49A6B;
}
</style>