Shades of Vivid Tangerine #F49080
Tints of Vivid Tangerine #F49080
RGB
CMYK
RGB Variations
Color information
#F49080 (or 0xF49080) is known color: Vivid Tangerine. HEX triplet: F4, 90 and 80. RGB value is (244,144,128). Sum of RGB (Red+Green+Blue) = 244+144+128=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F49080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49080 is #0B6F7F. Grayscale: #ACACAC. Windows color (decimal): -749440 or 8425716. OLE color: 8425716.
HSL color Cylindrical-coordinate representation of color #F49080: hue angle of 8.28º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F49080 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 128 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.04 |
| HSL | 8.28º | 0.84% | 0.73% | - |
| HSV(B) | 8.28º | 0.48% | 0.96% | - |
| XYZ | 51.18 | 40.74 | 25.59 | - |
| YUV | 172.08 | 103.13 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 128 | 0 | 0.41 | 0.48 | 0.04 | 8.28 | 0.84 | 0.73 |
| Hex | F4 | 90 | 80 | 0 | 29 | 30 | 4 | 8 | 54 | 49 |
| Octal | 364 | 220 | 200 | 0 | 51 | 60 | 4 | 10 | 124 | 111 |
| Binary | 11110100 | 10010000 | 10000000 | 0 | 101001 | 110000 | 100 | 1000 | 1010100 | 1001001 |
Color Harmonies of #F49080
Complementary color
Monochromatic Colors of #F49080
Black with #F49080
Text Example
Text Example
White with #F49080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49080; }
p { color: rgb(244,144,128); }
H1.HeaderClassName
{
color: #F49080;
}
.AnyTagClassName
{
color: #F49080;
}
</style>
background-color css
<style>
a { background-color: #F49080; }
a { background-color: rgb(244,144,128); }
div.DivClassName
{
background-color: #F49080;
}
.BgClassName
{
background-color: #F49080;
}
</style>
border-color css
<style>
span { border-color: #F49080; }
span { border-color: rgb(244,144,128); }
td.TdClassName
{
border-color: #F49080;
}
.TagClassName
{
border-color: #F49080;
}
</style>