Shades of Vivid Tangerine #F59880
Tints of Vivid Tangerine #F59880
RGB
CMYK
RGB Variations
Color information
#F59880 (or 0xF59880) is known color: Vivid Tangerine. HEX triplet: F5, 98 and 80. RGB value is (245,152,128). Sum of RGB (Red+Green+Blue) = 245+152+128=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F59880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59880 is #0A677F. Grayscale: #B1B1B1. Windows color (decimal): -681856 or 8427765. OLE color: 8427765.
HSL color Cylindrical-coordinate representation of color #F59880: hue angle of 12.31º degrees, saturation: 0.85, 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 #F59880 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 152 | 128 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.04 |
| HSL | 12.31º | 0.85% | 0.73% | - |
| HSV(B) | 12.31º | 0.48% | 0.96% | - |
| XYZ | 52.78 | 43.43 | 26.02 | - |
| YUV | 177.07 | 100.31 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 152 | 128 | 0 | 0.38 | 0.48 | 0.04 | 12.31 | 0.85 | 0.73 |
| Hex | F5 | 98 | 80 | 0 | 26 | 30 | 4 | C | 55 | 49 |
| Octal | 365 | 230 | 200 | 0 | 46 | 60 | 4 | 14 | 125 | 111 |
| Binary | 11110101 | 10011000 | 10000000 | 0 | 100110 | 110000 | 100 | 1100 | 1010101 | 1001001 |
Color Harmonies of #F59880
Complementary color
Monochromatic Colors of #F59880
Black with #F59880
Text Example
Text Example
White with #F59880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59880; }
p { color: rgb(245,152,128); }
H1.HeaderClassName
{
color: #F59880;
}
.AnyTagClassName
{
color: #F59880;
}
</style>
background-color css
<style>
a { background-color: #F59880; }
a { background-color: rgb(245,152,128); }
div.DivClassName
{
background-color: #F59880;
}
.BgClassName
{
background-color: #F59880;
}
</style>
border-color css
<style>
span { border-color: #F59880; }
span { border-color: rgb(245,152,128); }
td.TdClassName
{
border-color: #F59880;
}
.TagClassName
{
border-color: #F59880;
}
</style>