Shades of Vivid Tangerine #F49380
Tints of Vivid Tangerine #F49380
RGB
CMYK
RGB Variations
Color information
#F49380 (or 0xF49380) is known color: Vivid Tangerine. HEX triplet: F4, 93 and 80. RGB value is (244,147,128). Sum of RGB (Red+Green+Blue) = 244+147+128=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F49380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49380 is #0B6C7F. Grayscale: #AEAEAE. Windows color (decimal): -748672 or 8426484. OLE color: 8426484.
HSL color Cylindrical-coordinate representation of color #F49380: hue angle of 9.83º 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 #F49380 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 147 | 128 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.04 |
| HSL | 9.83º | 0.84% | 0.73% | - |
| HSV(B) | 9.83º | 0.48% | 0.96% | - |
| XYZ | 51.64 | 41.66 | 25.74 | - |
| YUV | 173.84 | 102.14 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 147 | 128 | 0 | 0.40 | 0.48 | 0.04 | 9.83 | 0.84 | 0.73 |
| Hex | F4 | 93 | 80 | 0 | 28 | 30 | 4 | A | 54 | 49 |
| Octal | 364 | 223 | 200 | 0 | 50 | 60 | 4 | 12 | 124 | 111 |
| Binary | 11110100 | 10010011 | 10000000 | 0 | 101000 | 110000 | 100 | 1010 | 1010100 | 1001001 |
Color Harmonies of #F49380
Complementary color
Monochromatic Colors of #F49380
Black with #F49380
Text Example
Text Example
White with #F49380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49380; }
p { color: rgb(244,147,128); }
H1.HeaderClassName
{
color: #F49380;
}
.AnyTagClassName
{
color: #F49380;
}
</style>
background-color css
<style>
a { background-color: #F49380; }
a { background-color: rgb(244,147,128); }
div.DivClassName
{
background-color: #F49380;
}
.BgClassName
{
background-color: #F49380;
}
</style>
border-color css
<style>
span { border-color: #F49380; }
span { border-color: rgb(244,147,128); }
td.TdClassName
{
border-color: #F49380;
}
.TagClassName
{
border-color: #F49380;
}
</style>