Shades of Vivid Tangerine #F89077
Tints of Vivid Tangerine #F89077
RGB
CMYK
RGB Variations
Color information
#F89077 (or 0xF89077) is known color: Vivid Tangerine. HEX triplet: F8, 90 and 77. RGB value is (248,144,119). Sum of RGB (Red+Green+Blue) = 248+144+119=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F89077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89077 is #076F88. Grayscale: #ACACAC. Windows color (decimal): -487305 or 7835896. OLE color: 7835896.
HSL color Cylindrical-coordinate representation of color #F89077: hue angle of 11.63º 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 #F89077 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 119 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.03 |
| HSL | 11.63º | 0.9% | 0.72% | - |
| HSV(B) | 11.63º | 0.52% | 0.97% | - |
| XYZ | 52.01 | 41.23 | 22.67 | - |
| YUV | 172.25 | 97.96 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 119 | 0 | 0.42 | 0.52 | 0.03 | 11.63 | 0.9 | 0.72 |
| Hex | F8 | 90 | 77 | 0 | 2A | 34 | 3 | C | 5A | 48 |
| Octal | 370 | 220 | 167 | 0 | 52 | 64 | 3 | 14 | 132 | 110 |
| Binary | 11111000 | 10010000 | 1110111 | 0 | 101010 | 110100 | 11 | 1100 | 1011010 | 1001000 |
Color Harmonies of #F89077
Complementary color
Monochromatic Colors of #F89077
Black with #F89077
Text Example
Text Example
White with #F89077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89077; }
p { color: rgb(248,144,119); }
H1.HeaderClassName
{
color: #F89077;
}
.AnyTagClassName
{
color: #F89077;
}
</style>
background-color css
<style>
a { background-color: #F89077; }
a { background-color: rgb(248,144,119); }
div.DivClassName
{
background-color: #F89077;
}
.BgClassName
{
background-color: #F89077;
}
</style>
border-color css
<style>
span { border-color: #F89077; }
span { border-color: rgb(248,144,119); }
td.TdClassName
{
border-color: #F89077;
}
.TagClassName
{
border-color: #F89077;
}
</style>