Shades of Vivid Tangerine #FBA087
Tints of Vivid Tangerine #FBA087
RGB
CMYK
RGB Variations
Color information
#FBA087 (or 0xFBA087) is known color: Vivid Tangerine. HEX triplet: FB, A0 and 87. RGB value is (251,160,135). Sum of RGB (Red+Green+Blue) = 251+160+135=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 135 (53.12% from 255 or 24.73% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA087 is #045F78. Grayscale: #B8B8B8. Windows color (decimal): -286585 or 8888571. OLE color: 8888571.
HSL color Cylindrical-coordinate representation of color #FBA087: hue angle of 12.93º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FBA087 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 135 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.02 |
| HSL | 12.93º | 0.94% | 0.76% | - |
| HSV(B) | 12.93º | 0.46% | 0.98% | - |
| XYZ | 56.73 | 47.4 | 29.08 | - |
| YUV | 184.36 | 100.15 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 135 | 0 | 0.36 | 0.46 | 0.02 | 12.93 | 0.94 | 0.76 |
| Hex | FB | A0 | 87 | 0 | 24 | 2E | 2 | D | 5E | 4C |
| Octal | 373 | 240 | 207 | 0 | 44 | 56 | 2 | 15 | 136 | 114 |
| Binary | 11111011 | 10100000 | 10000111 | 0 | 100100 | 101110 | 10 | 1101 | 1011110 | 1001100 |
Color Harmonies of #FBA087
Complementary color
Monochromatic Colors of #FBA087
Black with #FBA087
Text Example
Text Example
White with #FBA087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA087; }
p { color: rgb(251,160,135); }
H1.HeaderClassName
{
color: #FBA087;
}
.AnyTagClassName
{
color: #FBA087;
}
</style>
background-color css
<style>
a { background-color: #FBA087; }
a { background-color: rgb(251,160,135); }
div.DivClassName
{
background-color: #FBA087;
}
.BgClassName
{
background-color: #FBA087;
}
</style>
border-color css
<style>
span { border-color: #FBA087; }
span { border-color: rgb(251,160,135); }
td.TdClassName
{
border-color: #FBA087;
}
.TagClassName
{
border-color: #FBA087;
}
</style>