Shades of Vivid Tangerine #F49E84
Tints of Vivid Tangerine #F49E84
RGB
CMYK
RGB Variations
Color information
#F49E84 (or 0xF49E84) is known color: Vivid Tangerine. HEX triplet: F4, 9E and 84. RGB value is (244,158,132). Sum of RGB (Red+Green+Blue) = 244+158+132=534 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.69% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 132 (51.95% from 255 or 24.72% from 534); Max value from RGB is 244 - color contains mainly: red. Hex color #F49E84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49E84 is #0B617B. Grayscale: #B4B4B4. Windows color (decimal): -745852 or 8691444. OLE color: 8691444.
HSL color Cylindrical-coordinate representation of color #F49E84: hue angle of 13.93º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F49E84 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 158 | 132 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.04 |
| HSL | 13.93º | 0.84% | 0.74% | - |
| HSV(B) | 13.93º | 0.46% | 0.96% | - |
| XYZ | 53.7 | 45.35 | 27.75 | - |
| YUV | 180.75 | 100.49 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 158 | 132 | 0 | 0.35 | 0.46 | 0.04 | 13.93 | 0.84 | 0.74 |
| Hex | F4 | 9E | 84 | 0 | 23 | 2E | 4 | E | 54 | 4A |
| Octal | 364 | 236 | 204 | 0 | 43 | 56 | 4 | 16 | 124 | 112 |
| Binary | 11110100 | 10011110 | 10000100 | 0 | 100011 | 101110 | 100 | 1110 | 1010100 | 1001010 |
Color Harmonies of #F49E84
Complementary color
Monochromatic Colors of #F49E84
Black with #F49E84
Text Example
Text Example
White with #F49E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49E84; }
p { color: rgb(244,158,132); }
H1.HeaderClassName
{
color: #F49E84;
}
.AnyTagClassName
{
color: #F49E84;
}
</style>
background-color css
<style>
a { background-color: #F49E84; }
a { background-color: rgb(244,158,132); }
div.DivClassName
{
background-color: #F49E84;
}
.BgClassName
{
background-color: #F49E84;
}
</style>
border-color css
<style>
span { border-color: #F49E84; }
span { border-color: rgb(244,158,132); }
td.TdClassName
{
border-color: #F49E84;
}
.TagClassName
{
border-color: #F49E84;
}
</style>