Shades of Vivid Tangerine #FB977C
Tints of Vivid Tangerine #FB977C
RGB
CMYK
RGB Variations
Color information
#FB977C (or 0xFB977C) is known color: Vivid Tangerine. HEX triplet: FB, 97 and 7C. RGB value is (251,151,124). Sum of RGB (Red+Green+Blue) = 251+151+124=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FB977C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB977C is #046883. Grayscale: #B2B2B2. Windows color (decimal): -288900 or 8165371. OLE color: 8165371.
HSL color Cylindrical-coordinate representation of color #FB977C: hue angle of 12.76º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB977C is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 151 | 124 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.02 |
| HSL | 12.76º | 0.94% | 0.74% | - |
| HSV(B) | 12.76º | 0.51% | 0.98% | - |
| XYZ | 54.49 | 44.1 | 24.71 | - |
| YUV | 177.82 | 97.63 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 151 | 124 | 0 | 0.40 | 0.51 | 0.02 | 12.76 | 0.94 | 0.74 |
| Hex | FB | 97 | 7C | 0 | 28 | 33 | 2 | D | 5E | 4A |
| Octal | 373 | 227 | 174 | 0 | 50 | 63 | 2 | 15 | 136 | 112 |
| Binary | 11111011 | 10010111 | 1111100 | 0 | 101000 | 110011 | 10 | 1101 | 1011110 | 1001010 |
Color Harmonies of #FB977C
Complementary color
Monochromatic Colors of #FB977C
Black with #FB977C
Text Example
Text Example
White with #FB977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB977C; }
p { color: rgb(251,151,124); }
H1.HeaderClassName
{
color: #FB977C;
}
.AnyTagClassName
{
color: #FB977C;
}
</style>
background-color css
<style>
a { background-color: #FB977C; }
a { background-color: rgb(251,151,124); }
div.DivClassName
{
background-color: #FB977C;
}
.BgClassName
{
background-color: #FB977C;
}
</style>
border-color css
<style>
span { border-color: #FB977C; }
span { border-color: rgb(251,151,124); }
td.TdClassName
{
border-color: #FB977C;
}
.TagClassName
{
border-color: #FB977C;
}
</style>