Shades of Vivid Tangerine #F8907D
Tints of Vivid Tangerine #F8907D
RGB
CMYK
RGB Variations
Color information
#F8907D (or 0xF8907D) is known color: Vivid Tangerine. HEX triplet: F8, 90 and 7D. RGB value is (248,144,125). Sum of RGB (Red+Green+Blue) = 248+144+125=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 248 - color contains mainly: red. Hex color #F8907D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8907D is #076F82. Grayscale: #ADADAD. Windows color (decimal): -487299 or 8229112. OLE color: 8229112.
HSL color Cylindrical-coordinate representation of color #F8907D: hue angle of 9.27º 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 #F8907D is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 125 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.03 |
| HSL | 9.27º | 0.9% | 0.73% | - |
| HSV(B) | 9.27º | 0.5% | 0.97% | - |
| XYZ | 52.39 | 41.38 | 24.63 | - |
| YUV | 172.93 | 100.96 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 125 | 0 | 0.42 | 0.50 | 0.03 | 9.27 | 0.9 | 0.73 |
| Hex | F8 | 90 | 7D | 0 | 2A | 32 | 3 | 9 | 5A | 49 |
| Octal | 370 | 220 | 175 | 0 | 52 | 62 | 3 | 11 | 132 | 111 |
| Binary | 11111000 | 10010000 | 1111101 | 0 | 101010 | 110010 | 11 | 1001 | 1011010 | 1001001 |
Color Harmonies of #F8907D
Complementary color
Monochromatic Colors of #F8907D
Black with #F8907D
Text Example
Text Example
White with #F8907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8907D; }
p { color: rgb(248,144,125); }
H1.HeaderClassName
{
color: #F8907D;
}
.AnyTagClassName
{
color: #F8907D;
}
</style>
background-color css
<style>
a { background-color: #F8907D; }
a { background-color: rgb(248,144,125); }
div.DivClassName
{
background-color: #F8907D;
}
.BgClassName
{
background-color: #F8907D;
}
</style>
border-color css
<style>
span { border-color: #F8907D; }
span { border-color: rgb(248,144,125); }
td.TdClassName
{
border-color: #F8907D;
}
.TagClassName
{
border-color: #F8907D;
}
</style>