Shades of Vivid Tangerine #F9A488
Tints of Vivid Tangerine #F9A488
RGB
CMYK
RGB Variations
Color information
#F9A488 (or 0xF9A488) is known color: Vivid Tangerine. HEX triplet: F9, A4 and 88. RGB value is (249,164,136). Sum of RGB (Red+Green+Blue) = 249+164+136=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 136 (53.52% from 255 or 24.77% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A488 is #065B77. Grayscale: #BABABA. Windows color (decimal): -416632 or 8955129. OLE color: 8955129.
HSL color Cylindrical-coordinate representation of color #F9A488: hue angle of 14.87º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F9A488 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 164 | 136 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.02 |
| HSL | 14.87º | 0.9% | 0.75% | - |
| HSV(B) | 14.87º | 0.45% | 0.98% | - |
| XYZ | 56.79 | 48.47 | 29.65 | - |
| YUV | 186.22 | 99.66 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 164 | 136 | 0 | 0.34 | 0.45 | 0.02 | 14.87 | 0.9 | 0.75 |
| Hex | F9 | A4 | 88 | 0 | 22 | 2D | 2 | F | 5A | 4B |
| Octal | 371 | 244 | 210 | 0 | 42 | 55 | 2 | 17 | 132 | 113 |
| Binary | 11111001 | 10100100 | 10001000 | 0 | 100010 | 101101 | 10 | 1111 | 1011010 | 1001011 |
Color Harmonies of #F9A488
Complementary color
Monochromatic Colors of #F9A488
Black with #F9A488
Text Example
Text Example
White with #F9A488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A488; }
p { color: rgb(249,164,136); }
H1.HeaderClassName
{
color: #F9A488;
}
.AnyTagClassName
{
color: #F9A488;
}
</style>
background-color css
<style>
a { background-color: #F9A488; }
a { background-color: rgb(249,164,136); }
div.DivClassName
{
background-color: #F9A488;
}
.BgClassName
{
background-color: #F9A488;
}
</style>
border-color css
<style>
span { border-color: #F9A488; }
span { border-color: rgb(249,164,136); }
td.TdClassName
{
border-color: #F9A488;
}
.TagClassName
{
border-color: #F9A488;
}
</style>