Shades of Vivid Tangerine #F99982
Tints of Vivid Tangerine #F99982
RGB
CMYK
RGB Variations
Color information
#F99982 (or 0xF99982) is known color: Vivid Tangerine. HEX triplet: F9, 99 and 82. RGB value is (249,153,130). Sum of RGB (Red+Green+Blue) = 249+153+130=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F99982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99982 is #06667D. Grayscale: #B3B3B3. Windows color (decimal): -419454 or 8559097. OLE color: 8559097.
HSL color Cylindrical-coordinate representation of color #F99982: hue angle of 11.6º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F99982 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 130 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.02 |
| HSL | 11.6º | 0.91% | 0.74% | - |
| HSV(B) | 11.6º | 0.48% | 0.98% | - |
| XYZ | 54.49 | 44.53 | 26.84 | - |
| YUV | 179.08 | 100.3 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 130 | 0 | 0.39 | 0.48 | 0.02 | 11.6 | 0.91 | 0.74 |
| Hex | F9 | 99 | 82 | 0 | 27 | 30 | 2 | C | 5B | 4A |
| Octal | 371 | 231 | 202 | 0 | 47 | 60 | 2 | 14 | 133 | 112 |
| Binary | 11111001 | 10011001 | 10000010 | 0 | 100111 | 110000 | 10 | 1100 | 1011011 | 1001010 |
Color Harmonies of #F99982
Complementary color
Monochromatic Colors of #F99982
Black with #F99982
Text Example
Text Example
White with #F99982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99982; }
p { color: rgb(249,153,130); }
H1.HeaderClassName
{
color: #F99982;
}
.AnyTagClassName
{
color: #F99982;
}
</style>
background-color css
<style>
a { background-color: #F99982; }
a { background-color: rgb(249,153,130); }
div.DivClassName
{
background-color: #F99982;
}
.BgClassName
{
background-color: #F99982;
}
</style>
border-color css
<style>
span { border-color: #F99982; }
span { border-color: rgb(249,153,130); }
td.TdClassName
{
border-color: #F99982;
}
.TagClassName
{
border-color: #F99982;
}
</style>