Shades of Vivid Tangerine #F49982
Tints of Vivid Tangerine #F49982
RGB
CMYK
RGB Variations
Color information
#F49982 (or 0xF49982) is known color: Vivid Tangerine. HEX triplet: F4, 99 and 82. RGB value is (244,153,130). Sum of RGB (Red+Green+Blue) = 244+153+130=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 244 - color contains mainly: red. Hex color #F49982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49982 is #0B667D. Grayscale: #B1B1B1. Windows color (decimal): -747134 or 8559092. OLE color: 8559092.
HSL color Cylindrical-coordinate representation of color #F49982: hue angle of 12.11º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F49982 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 153 | 130 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.04 |
| HSL | 12.11º | 0.84% | 0.73% | - |
| HSV(B) | 12.11º | 0.47% | 0.96% | - |
| XYZ | 52.73 | 43.63 | 26.76 | - |
| YUV | 177.59 | 101.15 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 153 | 130 | 0 | 0.37 | 0.47 | 0.04 | 12.11 | 0.84 | 0.73 |
| Hex | F4 | 99 | 82 | 0 | 25 | 2F | 4 | C | 54 | 49 |
| Octal | 364 | 231 | 202 | 0 | 45 | 57 | 4 | 14 | 124 | 111 |
| Binary | 11110100 | 10011001 | 10000010 | 0 | 100101 | 101111 | 100 | 1100 | 1010100 | 1001001 |
Color Harmonies of #F49982
Complementary color
Monochromatic Colors of #F49982
Black with #F49982
Text Example
Text Example
White with #F49982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49982; }
p { color: rgb(244,153,130); }
H1.HeaderClassName
{
color: #F49982;
}
.AnyTagClassName
{
color: #F49982;
}
</style>
background-color css
<style>
a { background-color: #F49982; }
a { background-color: rgb(244,153,130); }
div.DivClassName
{
background-color: #F49982;
}
.BgClassName
{
background-color: #F49982;
}
</style>
border-color css
<style>
span { border-color: #F49982; }
span { border-color: rgb(244,153,130); }
td.TdClassName
{
border-color: #F49982;
}
.TagClassName
{
border-color: #F49982;
}
</style>