Shades of Vivid Tangerine #F8997D
Tints of Vivid Tangerine #F8997D
RGB
CMYK
RGB Variations
Color information
#F8997D (or 0xF8997D) is known color: Vivid Tangerine. HEX triplet: F8, 99 and 7D. RGB value is (248,153,125). Sum of RGB (Red+Green+Blue) = 248+153+125=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F8997D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8997D is #076682. Grayscale: #B2B2B2. Windows color (decimal): -484995 or 8231416. OLE color: 8231416.
HSL color Cylindrical-coordinate representation of color #F8997D: hue angle of 13.66º 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 #F8997D is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 125 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.03 |
| HSL | 13.66º | 0.9% | 0.73% | - |
| HSV(B) | 13.66º | 0.5% | 0.97% | - |
| XYZ | 53.8 | 44.22 | 25.1 | - |
| YUV | 178.21 | 97.97 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 125 | 0 | 0.38 | 0.50 | 0.03 | 13.66 | 0.9 | 0.73 |
| Hex | F8 | 99 | 7D | 0 | 26 | 32 | 3 | E | 5A | 49 |
| Octal | 370 | 231 | 175 | 0 | 46 | 62 | 3 | 16 | 132 | 111 |
| Binary | 11111000 | 10011001 | 1111101 | 0 | 100110 | 110010 | 11 | 1110 | 1011010 | 1001001 |
Color Harmonies of #F8997D
Complementary color
Monochromatic Colors of #F8997D
Black with #F8997D
Text Example
Text Example
White with #F8997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8997D; }
p { color: rgb(248,153,125); }
H1.HeaderClassName
{
color: #F8997D;
}
.AnyTagClassName
{
color: #F8997D;
}
</style>
background-color css
<style>
a { background-color: #F8997D; }
a { background-color: rgb(248,153,125); }
div.DivClassName
{
background-color: #F8997D;
}
.BgClassName
{
background-color: #F8997D;
}
</style>
border-color css
<style>
span { border-color: #F8997D; }
span { border-color: rgb(248,153,125); }
td.TdClassName
{
border-color: #F8997D;
}
.TagClassName
{
border-color: #F8997D;
}
</style>