Shades of Vivid Tangerine #F9A087
Tints of Vivid Tangerine #F9A087
RGB
CMYK
RGB Variations
Color information
#F9A087 (or 0xF9A087) is known color: Vivid Tangerine. HEX triplet: F9, A0 and 87. RGB value is (249,160,135). Sum of RGB (Red+Green+Blue) = 249+160+135=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 135 (53.12% from 255 or 24.82% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A087 is #065F78. Grayscale: #B7B7B7. Windows color (decimal): -417657 or 8888569. OLE color: 8888569.
HSL color Cylindrical-coordinate representation of color #F9A087: hue angle of 13.16º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F9A087 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 135 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.02 |
| HSL | 13.16º | 0.9% | 0.75% | - |
| HSV(B) | 13.16º | 0.46% | 0.98% | - |
| XYZ | 56.01 | 47.03 | 29.05 | - |
| YUV | 183.76 | 100.49 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 135 | 0 | 0.36 | 0.46 | 0.02 | 13.16 | 0.9 | 0.75 |
| Hex | F9 | A0 | 87 | 0 | 24 | 2E | 2 | D | 5A | 4B |
| Octal | 371 | 240 | 207 | 0 | 44 | 56 | 2 | 15 | 132 | 113 |
| Binary | 11111001 | 10100000 | 10000111 | 0 | 100100 | 101110 | 10 | 1101 | 1011010 | 1001011 |
Color Harmonies of #F9A087
Complementary color
Monochromatic Colors of #F9A087
Black with #F9A087
Text Example
Text Example
White with #F9A087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A087; }
p { color: rgb(249,160,135); }
H1.HeaderClassName
{
color: #F9A087;
}
.AnyTagClassName
{
color: #F9A087;
}
</style>
background-color css
<style>
a { background-color: #F9A087; }
a { background-color: rgb(249,160,135); }
div.DivClassName
{
background-color: #F9A087;
}
.BgClassName
{
background-color: #F9A087;
}
</style>
border-color css
<style>
span { border-color: #F9A087; }
span { border-color: rgb(249,160,135); }
td.TdClassName
{
border-color: #F9A087;
}
.TagClassName
{
border-color: #F9A087;
}
</style>