Shades of Vivid Tangerine #F88F77
Tints of Vivid Tangerine #F88F77
RGB
CMYK
RGB Variations
Color information
#F88F77 (or 0xF88F77) is known color: Vivid Tangerine. HEX triplet: F8, 8F and 77. RGB value is (248,143,119). Sum of RGB (Red+Green+Blue) = 248+143+119=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F88F77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88F77 is #077088. Grayscale: #ABABAB. Windows color (decimal): -487561 or 7835640. OLE color: 7835640.
HSL color Cylindrical-coordinate representation of color #F88F77: hue angle of 11.16º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F88F77 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 143 | 119 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.03 |
| HSL | 11.16º | 0.9% | 0.72% | - |
| HSV(B) | 11.16º | 0.52% | 0.97% | - |
| XYZ | 51.86 | 40.93 | 22.62 | - |
| YUV | 171.66 | 98.29 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 143 | 119 | 0 | 0.42 | 0.52 | 0.03 | 11.16 | 0.9 | 0.72 |
| Hex | F8 | 8F | 77 | 0 | 2A | 34 | 3 | B | 5A | 48 |
| Octal | 370 | 217 | 167 | 0 | 52 | 64 | 3 | 13 | 132 | 110 |
| Binary | 11111000 | 10001111 | 1110111 | 0 | 101010 | 110100 | 11 | 1011 | 1011010 | 1001000 |
Color Harmonies of #F88F77
Complementary color
Monochromatic Colors of #F88F77
Black with #F88F77
Text Example
Text Example
White with #F88F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88F77; }
p { color: rgb(248,143,119); }
H1.HeaderClassName
{
color: #F88F77;
}
.AnyTagClassName
{
color: #F88F77;
}
</style>
background-color css
<style>
a { background-color: #F88F77; }
a { background-color: rgb(248,143,119); }
div.DivClassName
{
background-color: #F88F77;
}
.BgClassName
{
background-color: #F88F77;
}
</style>
border-color css
<style>
span { border-color: #F88F77; }
span { border-color: rgb(248,143,119); }
td.TdClassName
{
border-color: #F88F77;
}
.TagClassName
{
border-color: #F88F77;
}
</style>