Shades of Vivid Tangerine #F59A80
Tints of Vivid Tangerine #F59A80
RGB
CMYK
RGB Variations
Color information
#F59A80 (or 0xF59A80) is known color: Vivid Tangerine. HEX triplet: F5, 9A and 80. RGB value is (245,154,128). Sum of RGB (Red+Green+Blue) = 245+154+128=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F59A80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59A80 is #0A657F. Grayscale: #B2B2B2. Windows color (decimal): -681344 or 8428277. OLE color: 8428277.
HSL color Cylindrical-coordinate representation of color #F59A80: hue angle of 13.33º 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 #F59A80 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 154 | 128 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.04 |
| HSL | 13.33º | 0.85% | 0.73% | - |
| HSV(B) | 13.33º | 0.48% | 0.96% | - |
| XYZ | 53.11 | 44.08 | 26.13 | - |
| YUV | 178.25 | 99.65 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 154 | 128 | 0 | 0.37 | 0.48 | 0.04 | 13.33 | 0.85 | 0.73 |
| Hex | F5 | 9A | 80 | 0 | 25 | 30 | 4 | D | 55 | 49 |
| Octal | 365 | 232 | 200 | 0 | 45 | 60 | 4 | 15 | 125 | 111 |
| Binary | 11110101 | 10011010 | 10000000 | 0 | 100101 | 110000 | 100 | 1101 | 1010101 | 1001001 |
Color Harmonies of #F59A80
Complementary color
Monochromatic Colors of #F59A80
Black with #F59A80
Text Example
Text Example
White with #F59A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59A80; }
p { color: rgb(245,154,128); }
H1.HeaderClassName
{
color: #F59A80;
}
.AnyTagClassName
{
color: #F59A80;
}
</style>
background-color css
<style>
a { background-color: #F59A80; }
a { background-color: rgb(245,154,128); }
div.DivClassName
{
background-color: #F59A80;
}
.BgClassName
{
background-color: #F59A80;
}
</style>
border-color css
<style>
span { border-color: #F59A80; }
span { border-color: rgb(245,154,128); }
td.TdClassName
{
border-color: #F59A80;
}
.TagClassName
{
border-color: #F59A80;
}
</style>