Shades of Vivid Tangerine #FA977A
Tints of Vivid Tangerine #FA977A
RGB
CMYK
RGB Variations
Color information
#FA977A (or 0xFA977A) is known color: Vivid Tangerine. HEX triplet: FA, 97 and 7A. RGB value is (250,151,122). Sum of RGB (Red+Green+Blue) = 250+151+122=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FA977A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA977A is #056885. Grayscale: #B1B1B1. Windows color (decimal): -354438 or 8034298. OLE color: 8034298.
HSL color Cylindrical-coordinate representation of color #FA977A: hue angle of 13.59º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA977A is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 151 | 122 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.02 |
| HSL | 13.59º | 0.93% | 0.73% | - |
| HSV(B) | 13.59º | 0.51% | 0.98% | - |
| XYZ | 54 | 43.86 | 24.03 | - |
| YUV | 177.3 | 96.8 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 151 | 122 | 0 | 0.40 | 0.51 | 0.02 | 13.59 | 0.93 | 0.73 |
| Hex | FA | 97 | 7A | 0 | 28 | 33 | 2 | E | 5D | 49 |
| Octal | 372 | 227 | 172 | 0 | 50 | 63 | 2 | 16 | 135 | 111 |
| Binary | 11111010 | 10010111 | 1111010 | 0 | 101000 | 110011 | 10 | 1110 | 1011101 | 1001001 |
Color Harmonies of #FA977A
Complementary color
Monochromatic Colors of #FA977A
Black with #FA977A
Text Example
Text Example
White with #FA977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA977A; }
p { color: rgb(250,151,122); }
H1.HeaderClassName
{
color: #FA977A;
}
.AnyTagClassName
{
color: #FA977A;
}
</style>
background-color css
<style>
a { background-color: #FA977A; }
a { background-color: rgb(250,151,122); }
div.DivClassName
{
background-color: #FA977A;
}
.BgClassName
{
background-color: #FA977A;
}
</style>
border-color css
<style>
span { border-color: #FA977A; }
span { border-color: rgb(250,151,122); }
td.TdClassName
{
border-color: #FA977A;
}
.TagClassName
{
border-color: #FA977A;
}
</style>