Shades of Vivid Tangerine #F59882
Tints of Vivid Tangerine #F59882
RGB
CMYK
RGB Variations
Color information
#F59882 (or 0xF59882) is known color: Vivid Tangerine. HEX triplet: F5, 98 and 82. RGB value is (245,152,130). Sum of RGB (Red+Green+Blue) = 245+152+130=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F59882 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59882 is #0A677D. Grayscale: #B1B1B1. Windows color (decimal): -681854 or 8558837. OLE color: 8558837.
HSL color Cylindrical-coordinate representation of color #F59882: hue angle of 11.48º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F59882 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 152 | 130 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.04 |
| HSL | 11.48º | 0.85% | 0.74% | - |
| HSV(B) | 11.48º | 0.47% | 0.96% | - |
| XYZ | 52.91 | 43.48 | 26.72 | - |
| YUV | 177.3 | 101.31 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 152 | 130 | 0 | 0.38 | 0.47 | 0.04 | 11.48 | 0.85 | 0.74 |
| Hex | F5 | 98 | 82 | 0 | 26 | 2F | 4 | B | 55 | 4A |
| Octal | 365 | 230 | 202 | 0 | 46 | 57 | 4 | 13 | 125 | 112 |
| Binary | 11110101 | 10011000 | 10000010 | 0 | 100110 | 101111 | 100 | 1011 | 1010101 | 1001010 |
Color Harmonies of #F59882
Complementary color
Monochromatic Colors of #F59882
Black with #F59882
Text Example
Text Example
White with #F59882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59882; }
p { color: rgb(245,152,130); }
H1.HeaderClassName
{
color: #F59882;
}
.AnyTagClassName
{
color: #F59882;
}
</style>
background-color css
<style>
a { background-color: #F59882; }
a { background-color: rgb(245,152,130); }
div.DivClassName
{
background-color: #F59882;
}
.BgClassName
{
background-color: #F59882;
}
</style>
border-color css
<style>
span { border-color: #F59882; }
span { border-color: rgb(245,152,130); }
td.TdClassName
{
border-color: #F59882;
}
.TagClassName
{
border-color: #F59882;
}
</style>