Shades of Vivid Tangerine #F98F7C
Tints of Vivid Tangerine #F98F7C
RGB
CMYK
RGB Variations
Color information
#F98F7C (or 0xF98F7C) is known color: Vivid Tangerine. HEX triplet: F9, 8F and 7C. RGB value is (249,143,124). Sum of RGB (Red+Green+Blue) = 249+143+124=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F98F7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98F7C is #067083. Grayscale: #ACACAC. Windows color (decimal): -422020 or 8163321. OLE color: 8163321.
HSL color Cylindrical-coordinate representation of color #F98F7C: hue angle of 9.12º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F98F7C is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 124 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.02 |
| HSL | 9.12º | 0.91% | 0.73% | - |
| HSV(B) | 9.12º | 0.5% | 0.98% | - |
| XYZ | 52.53 | 41.24 | 24.26 | - |
| YUV | 172.53 | 100.62 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 124 | 0 | 0.43 | 0.50 | 0.02 | 9.12 | 0.91 | 0.73 |
| Hex | F9 | 8F | 7C | 0 | 2B | 32 | 2 | 9 | 5B | 49 |
| Octal | 371 | 217 | 174 | 0 | 53 | 62 | 2 | 11 | 133 | 111 |
| Binary | 11111001 | 10001111 | 1111100 | 0 | 101011 | 110010 | 10 | 1001 | 1011011 | 1001001 |
Color Harmonies of #F98F7C
Complementary color
Monochromatic Colors of #F98F7C
Black with #F98F7C
Text Example
Text Example
White with #F98F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98F7C; }
p { color: rgb(249,143,124); }
H1.HeaderClassName
{
color: #F98F7C;
}
.AnyTagClassName
{
color: #F98F7C;
}
</style>
background-color css
<style>
a { background-color: #F98F7C; }
a { background-color: rgb(249,143,124); }
div.DivClassName
{
background-color: #F98F7C;
}
.BgClassName
{
background-color: #F98F7C;
}
</style>
border-color css
<style>
span { border-color: #F98F7C; }
span { border-color: rgb(249,143,124); }
td.TdClassName
{
border-color: #F98F7C;
}
.TagClassName
{
border-color: #F98F7C;
}
</style>