Shades of Vivid Tangerine #F8947D
Tints of Vivid Tangerine #F8947D
RGB
CMYK
RGB Variations
Color information
#F8947D (or 0xF8947D) is known color: Vivid Tangerine. HEX triplet: F8, 94 and 7D. RGB value is (248,148,125). Sum of RGB (Red+Green+Blue) = 248+148+125=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F8947D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8947D is #076B82. Grayscale: #AFAFAF. Windows color (decimal): -486275 or 8230136. OLE color: 8230136.
HSL color Cylindrical-coordinate representation of color #F8947D: hue angle of 11.22º 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 #F8947D is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 125 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.03 |
| HSL | 11.22º | 0.9% | 0.73% | - |
| HSV(B) | 11.22º | 0.5% | 0.97% | - |
| XYZ | 53 | 42.62 | 24.83 | - |
| YUV | 175.28 | 99.63 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 125 | 0 | 0.40 | 0.50 | 0.03 | 11.22 | 0.9 | 0.73 |
| Hex | F8 | 94 | 7D | 0 | 28 | 32 | 3 | B | 5A | 49 |
| Octal | 370 | 224 | 175 | 0 | 50 | 62 | 3 | 13 | 132 | 111 |
| Binary | 11111000 | 10010100 | 1111101 | 0 | 101000 | 110010 | 11 | 1011 | 1011010 | 1001001 |
Color Harmonies of #F8947D
Complementary color
Monochromatic Colors of #F8947D
Black with #F8947D
Text Example
Text Example
White with #F8947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8947D; }
p { color: rgb(248,148,125); }
H1.HeaderClassName
{
color: #F8947D;
}
.AnyTagClassName
{
color: #F8947D;
}
</style>
background-color css
<style>
a { background-color: #F8947D; }
a { background-color: rgb(248,148,125); }
div.DivClassName
{
background-color: #F8947D;
}
.BgClassName
{
background-color: #F8947D;
}
</style>
border-color css
<style>
span { border-color: #F8947D; }
span { border-color: rgb(248,148,125); }
td.TdClassName
{
border-color: #F8947D;
}
.TagClassName
{
border-color: #F8947D;
}
</style>