Shades of Vivid Tangerine #F49682
Tints of Vivid Tangerine #F49682
RGB
CMYK
RGB Variations
Color information
#F49682 (or 0xF49682) is known color: Vivid Tangerine. HEX triplet: F4, 96 and 82. RGB value is (244,150,130). Sum of RGB (Red+Green+Blue) = 244+150+130=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 244 - color contains mainly: red. Hex color #F49682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49682 is #0B697D. Grayscale: #B0B0B0. Windows color (decimal): -747902 or 8558324. OLE color: 8558324.
HSL color Cylindrical-coordinate representation of color #F49682: hue angle of 10.53º 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 #F49682 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 150 | 130 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.04 |
| HSL | 10.53º | 0.84% | 0.73% | - |
| HSV(B) | 10.53º | 0.47% | 0.96% | - |
| XYZ | 52.24 | 42.66 | 26.6 | - |
| YUV | 175.83 | 102.14 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 150 | 130 | 0 | 0.39 | 0.47 | 0.04 | 10.53 | 0.84 | 0.73 |
| Hex | F4 | 96 | 82 | 0 | 27 | 2F | 4 | B | 54 | 49 |
| Octal | 364 | 226 | 202 | 0 | 47 | 57 | 4 | 13 | 124 | 111 |
| Binary | 11110100 | 10010110 | 10000010 | 0 | 100111 | 101111 | 100 | 1011 | 1010100 | 1001001 |
Color Harmonies of #F49682
Complementary color
Monochromatic Colors of #F49682
Black with #F49682
Text Example
Text Example
White with #F49682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49682; }
p { color: rgb(244,150,130); }
H1.HeaderClassName
{
color: #F49682;
}
.AnyTagClassName
{
color: #F49682;
}
</style>
background-color css
<style>
a { background-color: #F49682; }
a { background-color: rgb(244,150,130); }
div.DivClassName
{
background-color: #F49682;
}
.BgClassName
{
background-color: #F49682;
}
</style>
border-color css
<style>
span { border-color: #F49682; }
span { border-color: rgb(244,150,130); }
td.TdClassName
{
border-color: #F49682;
}
.TagClassName
{
border-color: #F49682;
}
</style>