Shades of Vivid Tangerine #FA997A
Tints of Vivid Tangerine #FA997A
RGB
CMYK
RGB Variations
Color information
#FA997A (or 0xFA997A) is known color: Vivid Tangerine. HEX triplet: FA, 99 and 7A. RGB value is (250,153,122). Sum of RGB (Red+Green+Blue) = 250+153+122=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA997A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA997A is #056685. Grayscale: #B2B2B2. Windows color (decimal): -353926 or 8034810. OLE color: 8034810.
HSL color Cylindrical-coordinate representation of color #FA997A: hue angle of 14.53º 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 #FA997A is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 122 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.02 |
| HSL | 14.53º | 0.93% | 0.73% | - |
| HSV(B) | 14.53º | 0.51% | 0.98% | - |
| XYZ | 54.33 | 44.51 | 24.14 | - |
| YUV | 178.47 | 96.14 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 122 | 0 | 0.39 | 0.51 | 0.02 | 14.53 | 0.93 | 0.73 |
| Hex | FA | 99 | 7A | 0 | 27 | 33 | 2 | F | 5D | 49 |
| Octal | 372 | 231 | 172 | 0 | 47 | 63 | 2 | 17 | 135 | 111 |
| Binary | 11111010 | 10011001 | 1111010 | 0 | 100111 | 110011 | 10 | 1111 | 1011101 | 1001001 |
Color Harmonies of #FA997A
Complementary color
Monochromatic Colors of #FA997A
Black with #FA997A
Text Example
Text Example
White with #FA997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA997A; }
p { color: rgb(250,153,122); }
H1.HeaderClassName
{
color: #FA997A;
}
.AnyTagClassName
{
color: #FA997A;
}
</style>
background-color css
<style>
a { background-color: #FA997A; }
a { background-color: rgb(250,153,122); }
div.DivClassName
{
background-color: #FA997A;
}
.BgClassName
{
background-color: #FA997A;
}
</style>
border-color css
<style>
span { border-color: #FA997A; }
span { border-color: rgb(250,153,122); }
td.TdClassName
{
border-color: #FA997A;
}
.TagClassName
{
border-color: #FA997A;
}
</style>