Shades of Vivid Tangerine #FBA488
Tints of Vivid Tangerine #FBA488
RGB
CMYK
RGB Variations
Color information
#FBA488 (or 0xFBA488) is known color: Vivid Tangerine. HEX triplet: FB, A4 and 88. RGB value is (251,164,136). Sum of RGB (Red+Green+Blue) = 251+164+136=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA488 is #045B77. Grayscale: #BBBBBB. Windows color (decimal): -285560 or 8955131. OLE color: 8955131.
HSL color Cylindrical-coordinate representation of color #FBA488: hue angle of 14.61º degrees, saturation: 0.93, 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 #FBA488 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 136 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.02 |
| HSL | 14.61º | 0.93% | 0.76% | - |
| HSV(B) | 14.61º | 0.46% | 0.98% | - |
| XYZ | 57.5 | 48.84 | 29.69 | - |
| YUV | 186.82 | 99.32 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 136 | 0 | 0.35 | 0.46 | 0.02 | 14.61 | 0.93 | 0.76 |
| Hex | FB | A4 | 88 | 0 | 23 | 2E | 2 | F | 5D | 4C |
| Octal | 373 | 244 | 210 | 0 | 43 | 56 | 2 | 17 | 135 | 114 |
| Binary | 11111011 | 10100100 | 10001000 | 0 | 100011 | 101110 | 10 | 1111 | 1011101 | 1001100 |
Color Harmonies of #FBA488
Complementary color
Monochromatic Colors of #FBA488
Black with #FBA488
Text Example
Text Example
White with #FBA488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA488; }
p { color: rgb(251,164,136); }
H1.HeaderClassName
{
color: #FBA488;
}
.AnyTagClassName
{
color: #FBA488;
}
</style>
background-color css
<style>
a { background-color: #FBA488; }
a { background-color: rgb(251,164,136); }
div.DivClassName
{
background-color: #FBA488;
}
.BgClassName
{
background-color: #FBA488;
}
</style>
border-color css
<style>
span { border-color: #FBA488; }
span { border-color: rgb(251,164,136); }
td.TdClassName
{
border-color: #FBA488;
}
.TagClassName
{
border-color: #FBA488;
}
</style>