Shades of Vivid Tangerine #FB977D
Tints of Vivid Tangerine #FB977D
RGB
CMYK
RGB Variations
Color information
#FB977D (or 0xFB977D) is known color: Vivid Tangerine. HEX triplet: FB, 97 and 7D. RGB value is (251,151,125). Sum of RGB (Red+Green+Blue) = 251+151+125=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FB977D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB977D is #046882. Grayscale: #B2B2B2. Windows color (decimal): -288899 or 8230907. OLE color: 8230907.
HSL color Cylindrical-coordinate representation of color #FB977D: hue angle of 12.38º 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 #FB977D is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 151 | 125 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.02 |
| HSL | 12.38º | 0.94% | 0.74% | - |
| HSV(B) | 12.38º | 0.5% | 0.98% | - |
| XYZ | 54.55 | 44.12 | 25.04 | - |
| YUV | 177.94 | 98.13 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 151 | 125 | 0 | 0.40 | 0.50 | 0.02 | 12.38 | 0.94 | 0.74 |
| Hex | FB | 97 | 7D | 0 | 28 | 32 | 2 | C | 5E | 4A |
| Octal | 373 | 227 | 175 | 0 | 50 | 62 | 2 | 14 | 136 | 112 |
| Binary | 11111011 | 10010111 | 1111101 | 0 | 101000 | 110010 | 10 | 1100 | 1011110 | 1001010 |
Color Harmonies of #FB977D
Complementary color
Monochromatic Colors of #FB977D
Black with #FB977D
Text Example
Text Example
White with #FB977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB977D; }
p { color: rgb(251,151,125); }
H1.HeaderClassName
{
color: #FB977D;
}
.AnyTagClassName
{
color: #FB977D;
}
</style>
background-color css
<style>
a { background-color: #FB977D; }
a { background-color: rgb(251,151,125); }
div.DivClassName
{
background-color: #FB977D;
}
.BgClassName
{
background-color: #FB977D;
}
</style>
border-color css
<style>
span { border-color: #FB977D; }
span { border-color: rgb(251,151,125); }
td.TdClassName
{
border-color: #FB977D;
}
.TagClassName
{
border-color: #FB977D;
}
</style>