Shades of Vivid Tangerine #FB977E
Tints of Vivid Tangerine #FB977E
RGB
CMYK
RGB Variations
Color information
#FB977E (or 0xFB977E) is known color: Vivid Tangerine. HEX triplet: FB, 97 and 7E. RGB value is (251,151,126). Sum of RGB (Red+Green+Blue) = 251+151+126=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 126 (49.61% from 255 or 23.86% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FB977E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB977E is #046881. Grayscale: #B2B2B2. Windows color (decimal): -288898 or 8296443. OLE color: 8296443.
HSL color Cylindrical-coordinate representation of color #FB977E: hue angle of 12º degrees, saturation: 0.94, 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 #FB977E is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 151 | 126 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.02 |
| HSL | 12º | 0.94% | 0.74% | - |
| HSV(B) | 12º | 0.5% | 0.98% | - |
| XYZ | 54.62 | 44.15 | 25.38 | - |
| YUV | 178.05 | 98.63 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 151 | 126 | 0 | 0.40 | 0.50 | 0.02 | 12 | 0.94 | 0.74 |
| Hex | FB | 97 | 7E | 0 | 28 | 32 | 2 | C | 5E | 4A |
| Octal | 373 | 227 | 176 | 0 | 50 | 62 | 2 | 14 | 136 | 112 |
| Binary | 11111011 | 10010111 | 1111110 | 0 | 101000 | 110010 | 10 | 1100 | 1011110 | 1001010 |
Color Harmonies of #FB977E
Complementary color
Monochromatic Colors of #FB977E
Black with #FB977E
Text Example
Text Example
White with #FB977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB977E; }
p { color: rgb(251,151,126); }
H1.HeaderClassName
{
color: #FB977E;
}
.AnyTagClassName
{
color: #FB977E;
}
</style>
background-color css
<style>
a { background-color: #FB977E; }
a { background-color: rgb(251,151,126); }
div.DivClassName
{
background-color: #FB977E;
}
.BgClassName
{
background-color: #FB977E;
}
</style>
border-color css
<style>
span { border-color: #FB977E; }
span { border-color: rgb(251,151,126); }
td.TdClassName
{
border-color: #FB977E;
}
.TagClassName
{
border-color: #FB977E;
}
</style>