Shades of Vivid Tangerine #F89A7D
Tints of Vivid Tangerine #F89A7D
RGB
CMYK
RGB Variations
Color information
#F89A7D (or 0xF89A7D) is known color: Vivid Tangerine. HEX triplet: F8, 9A and 7D. RGB value is (248,154,125). Sum of RGB (Red+Green+Blue) = 248+154+125=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F89A7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89A7D is #076582. Grayscale: #B3B3B3. Windows color (decimal): -484739 or 8231672. OLE color: 8231672.
HSL color Cylindrical-coordinate representation of color #F89A7D: hue angle of 14.15º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F89A7D is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 125 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.03 |
| HSL | 14.15º | 0.9% | 0.73% | - |
| HSV(B) | 14.15º | 0.5% | 0.97% | - |
| XYZ | 53.97 | 44.55 | 25.16 | - |
| YUV | 178.8 | 97.64 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 125 | 0 | 0.38 | 0.50 | 0.03 | 14.15 | 0.9 | 0.73 |
| Hex | F8 | 9A | 7D | 0 | 26 | 32 | 3 | E | 5A | 49 |
| Octal | 370 | 232 | 175 | 0 | 46 | 62 | 3 | 16 | 132 | 111 |
| Binary | 11111000 | 10011010 | 1111101 | 0 | 100110 | 110010 | 11 | 1110 | 1011010 | 1001001 |
Color Harmonies of #F89A7D
Complementary color
Monochromatic Colors of #F89A7D
Black with #F89A7D
Text Example
Text Example
White with #F89A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89A7D; }
p { color: rgb(248,154,125); }
H1.HeaderClassName
{
color: #F89A7D;
}
.AnyTagClassName
{
color: #F89A7D;
}
</style>
background-color css
<style>
a { background-color: #F89A7D; }
a { background-color: rgb(248,154,125); }
div.DivClassName
{
background-color: #F89A7D;
}
.BgClassName
{
background-color: #F89A7D;
}
</style>
border-color css
<style>
span { border-color: #F89A7D; }
span { border-color: rgb(248,154,125); }
td.TdClassName
{
border-color: #F89A7D;
}
.TagClassName
{
border-color: #F89A7D;
}
</style>