Shades of Vivid Tangerine #FB997A
Tints of Vivid Tangerine #FB997A
RGB
CMYK
RGB Variations
Color information
#FB997A (or 0xFB997A) is known color: Vivid Tangerine. HEX triplet: FB, 99 and 7A. RGB value is (251,153,122). Sum of RGB (Red+Green+Blue) = 251+153+122=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FB997A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB997A is #046685. Grayscale: #B2B2B2. Windows color (decimal): -288390 or 8034811. OLE color: 8034811.
HSL color Cylindrical-coordinate representation of color #FB997A: hue angle of 14.42º degrees, saturation: 0.94, 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 #FB997A is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 153 | 122 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.02 |
| HSL | 14.42º | 0.94% | 0.73% | - |
| HSV(B) | 14.42º | 0.51% | 0.98% | - |
| XYZ | 54.69 | 44.7 | 24.16 | - |
| YUV | 178.77 | 95.97 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 153 | 122 | 0 | 0.39 | 0.51 | 0.02 | 14.42 | 0.94 | 0.73 |
| Hex | FB | 99 | 7A | 0 | 27 | 33 | 2 | E | 5E | 49 |
| Octal | 373 | 231 | 172 | 0 | 47 | 63 | 2 | 16 | 136 | 111 |
| Binary | 11111011 | 10011001 | 1111010 | 0 | 100111 | 110011 | 10 | 1110 | 1011110 | 1001001 |
Color Harmonies of #FB997A
Complementary color
Monochromatic Colors of #FB997A
Black with #FB997A
Text Example
Text Example
White with #FB997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB997A; }
p { color: rgb(251,153,122); }
H1.HeaderClassName
{
color: #FB997A;
}
.AnyTagClassName
{
color: #FB997A;
}
</style>
background-color css
<style>
a { background-color: #FB997A; }
a { background-color: rgb(251,153,122); }
div.DivClassName
{
background-color: #FB997A;
}
.BgClassName
{
background-color: #FB997A;
}
</style>
border-color css
<style>
span { border-color: #FB997A; }
span { border-color: rgb(251,153,122); }
td.TdClassName
{
border-color: #FB997A;
}
.TagClassName
{
border-color: #FB997A;
}
</style>