Shades of Vivid Tangerine #F98F7D
Tints of Vivid Tangerine #F98F7D
RGB
CMYK
RGB Variations
Color information
#F98F7D (or 0xF98F7D) is known color: Vivid Tangerine. HEX triplet: F9, 8F and 7D. RGB value is (249,143,125). Sum of RGB (Red+Green+Blue) = 249+143+125=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F98F7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98F7D is #067082. Grayscale: #ACACAC. Windows color (decimal): -422019 or 8228857. OLE color: 8228857.
HSL color Cylindrical-coordinate representation of color #F98F7D: hue angle of 8.71º 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 #F98F7D is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 125 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.02 |
| HSL | 8.71º | 0.91% | 0.73% | - |
| HSV(B) | 8.71º | 0.5% | 0.98% | - |
| XYZ | 52.59 | 41.27 | 24.6 | - |
| YUV | 172.64 | 101.12 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 125 | 0 | 0.43 | 0.50 | 0.02 | 8.71 | 0.91 | 0.73 |
| Hex | F9 | 8F | 7D | 0 | 2B | 32 | 2 | 9 | 5B | 49 |
| Octal | 371 | 217 | 175 | 0 | 53 | 62 | 2 | 11 | 133 | 111 |
| Binary | 11111001 | 10001111 | 1111101 | 0 | 101011 | 110010 | 10 | 1001 | 1011011 | 1001001 |
Color Harmonies of #F98F7D
Complementary color
Monochromatic Colors of #F98F7D
Black with #F98F7D
Text Example
Text Example
White with #F98F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98F7D; }
p { color: rgb(249,143,125); }
H1.HeaderClassName
{
color: #F98F7D;
}
.AnyTagClassName
{
color: #F98F7D;
}
</style>
background-color css
<style>
a { background-color: #F98F7D; }
a { background-color: rgb(249,143,125); }
div.DivClassName
{
background-color: #F98F7D;
}
.BgClassName
{
background-color: #F98F7D;
}
</style>
border-color css
<style>
span { border-color: #F98F7D; }
span { border-color: rgb(249,143,125); }
td.TdClassName
{
border-color: #F98F7D;
}
.TagClassName
{
border-color: #F98F7D;
}
</style>