Shades of Vivid Tangerine #FA997E
Tints of Vivid Tangerine #FA997E
RGB
CMYK
RGB Variations
Color information
#FA997E (or 0xFA997E) is known color: Vivid Tangerine. HEX triplet: FA, 99 and 7E. RGB value is (250,153,126). Sum of RGB (Red+Green+Blue) = 250+153+126=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA997E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA997E is #056681. Grayscale: #B3B3B3. Windows color (decimal): -353922 or 8296954. OLE color: 8296954.
HSL color Cylindrical-coordinate representation of color #FA997E: hue angle of 13.06º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA997E is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 126 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.02 |
| HSL | 13.06º | 0.93% | 0.74% | - |
| HSV(B) | 13.06º | 0.5% | 0.98% | - |
| XYZ | 54.58 | 44.61 | 25.47 | - |
| YUV | 178.93 | 98.14 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 126 | 0 | 0.39 | 0.50 | 0.02 | 13.06 | 0.93 | 0.74 |
| Hex | FA | 99 | 7E | 0 | 27 | 32 | 2 | D | 5D | 4A |
| Octal | 372 | 231 | 176 | 0 | 47 | 62 | 2 | 15 | 135 | 112 |
| Binary | 11111010 | 10011001 | 1111110 | 0 | 100111 | 110010 | 10 | 1101 | 1011101 | 1001010 |
Color Harmonies of #FA997E
Complementary color
Monochromatic Colors of #FA997E
Black with #FA997E
Text Example
Text Example
White with #FA997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA997E; }
p { color: rgb(250,153,126); }
H1.HeaderClassName
{
color: #FA997E;
}
.AnyTagClassName
{
color: #FA997E;
}
</style>
background-color css
<style>
a { background-color: #FA997E; }
a { background-color: rgb(250,153,126); }
div.DivClassName
{
background-color: #FA997E;
}
.BgClassName
{
background-color: #FA997E;
}
</style>
border-color css
<style>
span { border-color: #FA997E; }
span { border-color: rgb(250,153,126); }
td.TdClassName
{
border-color: #FA997E;
}
.TagClassName
{
border-color: #FA997E;
}
</style>