Shades of Vivid Tangerine #F9987D
Tints of Vivid Tangerine #F9987D
RGB
CMYK
RGB Variations
Color information
#F9987D (or 0xF9987D) is known color: Vivid Tangerine. HEX triplet: F9, 98 and 7D. RGB value is (249,152,125). Sum of RGB (Red+Green+Blue) = 249+152+125=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F9987D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9987D is #066782. Grayscale: #B2B2B2. Windows color (decimal): -419715 or 8231161. OLE color: 8231161.
HSL color Cylindrical-coordinate representation of color #F9987D: hue angle of 13.06º 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 #F9987D is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 152 | 125 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.02 |
| HSL | 13.06º | 0.91% | 0.73% | - |
| HSV(B) | 13.06º | 0.5% | 0.98% | - |
| XYZ | 54 | 44.08 | 25.06 | - |
| YUV | 177.93 | 98.14 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 152 | 125 | 0 | 0.39 | 0.50 | 0.02 | 13.06 | 0.91 | 0.73 |
| Hex | F9 | 98 | 7D | 0 | 27 | 32 | 2 | D | 5B | 49 |
| Octal | 371 | 230 | 175 | 0 | 47 | 62 | 2 | 15 | 133 | 111 |
| Binary | 11111001 | 10011000 | 1111101 | 0 | 100111 | 110010 | 10 | 1101 | 1011011 | 1001001 |
Color Harmonies of #F9987D
Complementary color
Monochromatic Colors of #F9987D
Black with #F9987D
Text Example
Text Example
White with #F9987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9987D; }
p { color: rgb(249,152,125); }
H1.HeaderClassName
{
color: #F9987D;
}
.AnyTagClassName
{
color: #F9987D;
}
</style>
background-color css
<style>
a { background-color: #F9987D; }
a { background-color: rgb(249,152,125); }
div.DivClassName
{
background-color: #F9987D;
}
.BgClassName
{
background-color: #F9987D;
}
</style>
border-color css
<style>
span { border-color: #F9987D; }
span { border-color: rgb(249,152,125); }
td.TdClassName
{
border-color: #F9987D;
}
.TagClassName
{
border-color: #F9987D;
}
</style>