Shades of Vivid Tangerine #F9987C
Tints of Vivid Tangerine #F9987C
RGB
CMYK
RGB Variations
Color information
#F9987C (or 0xF9987C) is known color: Vivid Tangerine. HEX triplet: F9, 98 and 7C. RGB value is (249,152,124). Sum of RGB (Red+Green+Blue) = 249+152+124=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F9987C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9987C is #066783. Grayscale: #B2B2B2. Windows color (decimal): -419716 or 8165625. OLE color: 8165625.
HSL color Cylindrical-coordinate representation of color #F9987C: hue angle of 13.44º 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 #F9987C is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 152 | 124 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.02 |
| HSL | 13.44º | 0.91% | 0.73% | - |
| HSV(B) | 13.44º | 0.5% | 0.98% | - |
| XYZ | 53.93 | 44.05 | 24.73 | - |
| YUV | 177.81 | 97.64 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 152 | 124 | 0 | 0.39 | 0.50 | 0.02 | 13.44 | 0.91 | 0.73 |
| Hex | F9 | 98 | 7C | 0 | 27 | 32 | 2 | D | 5B | 49 |
| Octal | 371 | 230 | 174 | 0 | 47 | 62 | 2 | 15 | 133 | 111 |
| Binary | 11111001 | 10011000 | 1111100 | 0 | 100111 | 110010 | 10 | 1101 | 1011011 | 1001001 |
Color Harmonies of #F9987C
Complementary color
Monochromatic Colors of #F9987C
Black with #F9987C
Text Example
Text Example
White with #F9987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9987C; }
p { color: rgb(249,152,124); }
H1.HeaderClassName
{
color: #F9987C;
}
.AnyTagClassName
{
color: #F9987C;
}
</style>
background-color css
<style>
a { background-color: #F9987C; }
a { background-color: rgb(249,152,124); }
div.DivClassName
{
background-color: #F9987C;
}
.BgClassName
{
background-color: #F9987C;
}
</style>
border-color css
<style>
span { border-color: #F9987C; }
span { border-color: rgb(249,152,124); }
td.TdClassName
{
border-color: #F9987C;
}
.TagClassName
{
border-color: #F9987C;
}
</style>