Shades of Vivid Tangerine #F8907F
Tints of Vivid Tangerine #F8907F
RGB
CMYK
RGB Variations
Color information
#F8907F (or 0xF8907F) is known color: Vivid Tangerine. HEX triplet: F8, 90 and 7F. RGB value is (248,144,127). Sum of RGB (Red+Green+Blue) = 248+144+127=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F8907F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8907F is #076F80. Grayscale: #ADADAD. Windows color (decimal): -487297 or 8360184. OLE color: 8360184.
HSL color Cylindrical-coordinate representation of color #F8907F: hue angle of 8.43º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F8907F is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 127 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.03 |
| HSL | 8.43º | 0.9% | 0.74% | - |
| HSV(B) | 8.43º | 0.49% | 0.97% | - |
| XYZ | 52.52 | 41.44 | 25.31 | - |
| YUV | 173.16 | 101.96 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 127 | 0 | 0.42 | 0.49 | 0.03 | 8.43 | 0.9 | 0.74 |
| Hex | F8 | 90 | 7F | 0 | 2A | 31 | 3 | 8 | 5A | 4A |
| Octal | 370 | 220 | 177 | 0 | 52 | 61 | 3 | 10 | 132 | 112 |
| Binary | 11111000 | 10010000 | 1111111 | 0 | 101010 | 110001 | 11 | 1000 | 1011010 | 1001010 |
Color Harmonies of #F8907F
Complementary color
Monochromatic Colors of #F8907F
Black with #F8907F
Text Example
Text Example
White with #F8907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8907F; }
p { color: rgb(248,144,127); }
H1.HeaderClassName
{
color: #F8907F;
}
.AnyTagClassName
{
color: #F8907F;
}
</style>
background-color css
<style>
a { background-color: #F8907F; }
a { background-color: rgb(248,144,127); }
div.DivClassName
{
background-color: #F8907F;
}
.BgClassName
{
background-color: #F8907F;
}
</style>
border-color css
<style>
span { border-color: #F8907F; }
span { border-color: rgb(248,144,127); }
td.TdClassName
{
border-color: #F8907F;
}
.TagClassName
{
border-color: #F8907F;
}
</style>