Shades of Vivid Tangerine #FB8C7C
Tints of Vivid Tangerine #FB8C7C
RGB
CMYK
RGB Variations
Color information
#FB8C7C (or 0xFB8C7C) is known color: Vivid Tangerine. HEX triplet: FB, 8C and 7C. RGB value is (251,140,124). Sum of RGB (Red+Green+Blue) = 251+140+124=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8C7C is #047383. Grayscale: #ABABAB. Windows color (decimal): -291716 or 8162555. OLE color: 8162555.
HSL color Cylindrical-coordinate representation of color #FB8C7C: hue angle of 7.56º 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 #FB8C7C is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 124 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.02 |
| HSL | 7.56º | 0.94% | 0.74% | - |
| HSV(B) | 7.56º | 0.51% | 0.98% | - |
| XYZ | 52.8 | 40.72 | 24.15 | - |
| YUV | 171.37 | 101.27 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 124 | 0 | 0.44 | 0.51 | 0.02 | 7.56 | 0.94 | 0.74 |
| Hex | FB | 8C | 7C | 0 | 2C | 33 | 2 | 8 | 5E | 4A |
| Octal | 373 | 214 | 174 | 0 | 54 | 63 | 2 | 10 | 136 | 112 |
| Binary | 11111011 | 10001100 | 1111100 | 0 | 101100 | 110011 | 10 | 1000 | 1011110 | 1001010 |
Color Harmonies of #FB8C7C
Complementary color
Monochromatic Colors of #FB8C7C
Black with #FB8C7C
Text Example
Text Example
White with #FB8C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C7C; }
p { color: rgb(251,140,124); }
H1.HeaderClassName
{
color: #FB8C7C;
}
.AnyTagClassName
{
color: #FB8C7C;
}
</style>
background-color css
<style>
a { background-color: #FB8C7C; }
a { background-color: rgb(251,140,124); }
div.DivClassName
{
background-color: #FB8C7C;
}
.BgClassName
{
background-color: #FB8C7C;
}
</style>
border-color css
<style>
span { border-color: #FB8C7C; }
span { border-color: rgb(251,140,124); }
td.TdClassName
{
border-color: #FB8C7C;
}
.TagClassName
{
border-color: #FB8C7C;
}
</style>