Shades of Vivid Tangerine #F8907C
Tints of Vivid Tangerine #F8907C
RGB
CMYK
RGB Variations
Color information
#F8907C (or 0xF8907C) is known color: Vivid Tangerine. HEX triplet: F8, 90 and 7C. RGB value is (248,144,124). Sum of RGB (Red+Green+Blue) = 248+144+124=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F8907C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8907C is #076F83. Grayscale: #ADADAD. Windows color (decimal): -487300 or 8163576. OLE color: 8163576.
HSL color Cylindrical-coordinate representation of color #F8907C: hue angle of 9.68º 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 #F8907C is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 124 | - |
| CMYK | 0 | 0.42 | 0.5 | 0.03 |
| HSL | 9.68º | 0.9% | 0.73% | - |
| HSV(B) | 9.68º | 0.5% | 0.97% | - |
| XYZ | 52.32 | 41.36 | 24.29 | - |
| YUV | 172.82 | 100.46 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 124 | 0 | 0.42 | 0.5 | 0.03 | 9.68 | 0.9 | 0.73 |
| Hex | F8 | 90 | 7C | 0 | 2A | 32 | 3 | A | 5A | 49 |
| Octal | 370 | 220 | 174 | 0 | 52 | 62 | 3 | 12 | 132 | 111 |
| Binary | 11111000 | 10010000 | 1111100 | 0 | 101010 | 110010 | 11 | 1010 | 1011010 | 1001001 |
Color Harmonies of #F8907C
Complementary color
Monochromatic Colors of #F8907C
Black with #F8907C
Text Example
Text Example
White with #F8907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8907C; }
p { color: rgb(248,144,124); }
H1.HeaderClassName
{
color: #F8907C;
}
.AnyTagClassName
{
color: #F8907C;
}
</style>
background-color css
<style>
a { background-color: #F8907C; }
a { background-color: rgb(248,144,124); }
div.DivClassName
{
background-color: #F8907C;
}
.BgClassName
{
background-color: #F8907C;
}
</style>
border-color css
<style>
span { border-color: #F8907C; }
span { border-color: rgb(248,144,124); }
td.TdClassName
{
border-color: #F8907C;
}
.TagClassName
{
border-color: #F8907C;
}
</style>