Shades of Vivid Tangerine #F89C84
Tints of Vivid Tangerine #F89C84
RGB
CMYK
RGB Variations
Color information
#F89C84 (or 0xF89C84) is known color: Vivid Tangerine. HEX triplet: F8, 9C and 84. RGB value is (248,156,132). Sum of RGB (Red+Green+Blue) = 248+156+132=536 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.27% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 132 (51.95% from 255 or 24.63% from 536); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89C84 is #07637B. Grayscale: #B4B4B4. Windows color (decimal): -484220 or 8690936. OLE color: 8690936.
HSL color Cylindrical-coordinate representation of color #F89C84: hue angle of 12.41º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F89C84 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 132 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.03 |
| HSL | 12.41º | 0.89% | 0.75% | - |
| HSV(B) | 12.41º | 0.47% | 0.97% | - |
| XYZ | 54.76 | 45.4 | 27.71 | - |
| YUV | 180.77 | 100.48 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 132 | 0 | 0.37 | 0.47 | 0.03 | 12.41 | 0.89 | 0.75 |
| Hex | F8 | 9C | 84 | 0 | 25 | 2F | 3 | C | 59 | 4B |
| Octal | 370 | 234 | 204 | 0 | 45 | 57 | 3 | 14 | 131 | 113 |
| Binary | 11111000 | 10011100 | 10000100 | 0 | 100101 | 101111 | 11 | 1100 | 1011001 | 1001011 |
Color Harmonies of #F89C84
Complementary color
Monochromatic Colors of #F89C84
Black with #F89C84
Text Example
Text Example
White with #F89C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89C84; }
p { color: rgb(248,156,132); }
H1.HeaderClassName
{
color: #F89C84;
}
.AnyTagClassName
{
color: #F89C84;
}
</style>
background-color css
<style>
a { background-color: #F89C84; }
a { background-color: rgb(248,156,132); }
div.DivClassName
{
background-color: #F89C84;
}
.BgClassName
{
background-color: #F89C84;
}
</style>
border-color css
<style>
span { border-color: #F89C84; }
span { border-color: rgb(248,156,132); }
td.TdClassName
{
border-color: #F89C84;
}
.TagClassName
{
border-color: #F89C84;
}
</style>