Shades of Vivid Tangerine #F89780
Tints of Vivid Tangerine #F89780
RGB
CMYK
RGB Variations
Color information
#F89780 (or 0xF89780) is known color: Vivid Tangerine. HEX triplet: F8, 97 and 80. RGB value is (248,151,128). Sum of RGB (Red+Green+Blue) = 248+151+128=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F89780 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89780 is #07687F. Grayscale: #B1B1B1. Windows color (decimal): -485504 or 8427512. OLE color: 8427512.
HSL color Cylindrical-coordinate representation of color #F89780: hue angle of 11.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F89780 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 151 | 128 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.03 |
| HSL | 11.5º | 0.9% | 0.74% | - |
| HSV(B) | 11.5º | 0.48% | 0.97% | - |
| XYZ | 53.67 | 43.65 | 26.02 | - |
| YUV | 177.38 | 100.14 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 151 | 128 | 0 | 0.39 | 0.48 | 0.03 | 11.5 | 0.9 | 0.74 |
| Hex | F8 | 97 | 80 | 0 | 27 | 30 | 3 | C | 5A | 4A |
| Octal | 370 | 227 | 200 | 0 | 47 | 60 | 3 | 14 | 132 | 112 |
| Binary | 11111000 | 10010111 | 10000000 | 0 | 100111 | 110000 | 11 | 1100 | 1011010 | 1001010 |
Color Harmonies of #F89780
Complementary color
Monochromatic Colors of #F89780
Black with #F89780
Text Example
Text Example
White with #F89780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89780; }
p { color: rgb(248,151,128); }
H1.HeaderClassName
{
color: #F89780;
}
.AnyTagClassName
{
color: #F89780;
}
</style>
background-color css
<style>
a { background-color: #F89780; }
a { background-color: rgb(248,151,128); }
div.DivClassName
{
background-color: #F89780;
}
.BgClassName
{
background-color: #F89780;
}
</style>
border-color css
<style>
span { border-color: #F89780; }
span { border-color: rgb(248,151,128); }
td.TdClassName
{
border-color: #F89780;
}
.TagClassName
{
border-color: #F89780;
}
</style>