Shades of Vivid Tangerine #FB8C7D
Tints of Vivid Tangerine #FB8C7D
RGB
CMYK
RGB Variations
Color information
#FB8C7D (or 0xFB8C7D) is known color: Vivid Tangerine. HEX triplet: FB, 8C and 7D. RGB value is (251,140,125). Sum of RGB (Red+Green+Blue) = 251+140+125=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8C7D is #047382. Grayscale: #ABABAB. Windows color (decimal): -291715 or 8228091. OLE color: 8228091.
HSL color Cylindrical-coordinate representation of color #FB8C7D: hue angle of 7.14º 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 #FB8C7D is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 125 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.02 |
| HSL | 7.14º | 0.94% | 0.74% | - |
| HSV(B) | 7.14º | 0.5% | 0.98% | - |
| XYZ | 52.86 | 40.75 | 24.48 | - |
| YUV | 171.48 | 101.77 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 125 | 0 | 0.44 | 0.50 | 0.02 | 7.14 | 0.94 | 0.74 |
| Hex | FB | 8C | 7D | 0 | 2C | 32 | 2 | 7 | 5E | 4A |
| Octal | 373 | 214 | 175 | 0 | 54 | 62 | 2 | 7 | 136 | 112 |
| Binary | 11111011 | 10001100 | 1111101 | 0 | 101100 | 110010 | 10 | 111 | 1011110 | 1001010 |
Color Harmonies of #FB8C7D
Complementary color
Monochromatic Colors of #FB8C7D
Black with #FB8C7D
Text Example
Text Example
White with #FB8C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C7D; }
p { color: rgb(251,140,125); }
H1.HeaderClassName
{
color: #FB8C7D;
}
.AnyTagClassName
{
color: #FB8C7D;
}
</style>
background-color css
<style>
a { background-color: #FB8C7D; }
a { background-color: rgb(251,140,125); }
div.DivClassName
{
background-color: #FB8C7D;
}
.BgClassName
{
background-color: #FB8C7D;
}
</style>
border-color css
<style>
span { border-color: #FB8C7D; }
span { border-color: rgb(251,140,125); }
td.TdClassName
{
border-color: #FB8C7D;
}
.TagClassName
{
border-color: #FB8C7D;
}
</style>