Shades of Vivid Tangerine #F8907A
Tints of Vivid Tangerine #F8907A
RGB
CMYK
RGB Variations
Color information
#F8907A (or 0xF8907A) is known color: Vivid Tangerine. HEX triplet: F8, 90 and 7A. RGB value is (248,144,122). Sum of RGB (Red+Green+Blue) = 248+144+122=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F8907A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8907A is #076F85. Grayscale: #ACACAC. Windows color (decimal): -487302 or 8032504. OLE color: 8032504.
HSL color Cylindrical-coordinate representation of color #F8907A: hue angle of 10.48º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F8907A is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 122 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.03 |
| HSL | 10.48º | 0.9% | 0.73% | - |
| HSV(B) | 10.48º | 0.51% | 0.97% | - |
| XYZ | 52.2 | 41.31 | 23.63 | - |
| YUV | 172.59 | 99.46 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 122 | 0 | 0.42 | 0.51 | 0.03 | 10.48 | 0.9 | 0.73 |
| Hex | F8 | 90 | 7A | 0 | 2A | 33 | 3 | A | 5A | 49 |
| Octal | 370 | 220 | 172 | 0 | 52 | 63 | 3 | 12 | 132 | 111 |
| Binary | 11111000 | 10010000 | 1111010 | 0 | 101010 | 110011 | 11 | 1010 | 1011010 | 1001001 |
Color Harmonies of #F8907A
Complementary color
Monochromatic Colors of #F8907A
Black with #F8907A
Text Example
Text Example
White with #F8907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8907A; }
p { color: rgb(248,144,122); }
H1.HeaderClassName
{
color: #F8907A;
}
.AnyTagClassName
{
color: #F8907A;
}
</style>
background-color css
<style>
a { background-color: #F8907A; }
a { background-color: rgb(248,144,122); }
div.DivClassName
{
background-color: #F8907A;
}
.BgClassName
{
background-color: #F8907A;
}
</style>
border-color css
<style>
span { border-color: #F8907A; }
span { border-color: rgb(248,144,122); }
td.TdClassName
{
border-color: #F8907A;
}
.TagClassName
{
border-color: #F8907A;
}
</style>