Shades of Vivid Tangerine #FBA288
Tints of Vivid Tangerine #FBA288
RGB
CMYK
RGB Variations
Color information
#FBA288 (or 0xFBA288) is known color: Vivid Tangerine. HEX triplet: FB, A2 and 88. RGB value is (251,162,136). Sum of RGB (Red+Green+Blue) = 251+162+136=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 136 (53.52% from 255 or 24.77% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA288 is #045D77. Grayscale: #B9B9B9. Windows color (decimal): -286072 or 8954619. OLE color: 8954619.
HSL color Cylindrical-coordinate representation of color #FBA288: hue angle of 13.57º 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 #FBA288 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 136 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.02 |
| HSL | 13.57º | 0.93% | 0.76% | - |
| HSV(B) | 13.57º | 0.46% | 0.98% | - |
| XYZ | 57.15 | 48.13 | 29.57 | - |
| YUV | 185.65 | 99.99 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 136 | 0 | 0.35 | 0.46 | 0.02 | 13.57 | 0.93 | 0.76 |
| Hex | FB | A2 | 88 | 0 | 23 | 2E | 2 | E | 5D | 4C |
| Octal | 373 | 242 | 210 | 0 | 43 | 56 | 2 | 16 | 135 | 114 |
| Binary | 11111011 | 10100010 | 10001000 | 0 | 100011 | 101110 | 10 | 1110 | 1011101 | 1001100 |
Color Harmonies of #FBA288
Complementary color
Monochromatic Colors of #FBA288
Black with #FBA288
Text Example
Text Example
White with #FBA288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA288; }
p { color: rgb(251,162,136); }
H1.HeaderClassName
{
color: #FBA288;
}
.AnyTagClassName
{
color: #FBA288;
}
</style>
background-color css
<style>
a { background-color: #FBA288; }
a { background-color: rgb(251,162,136); }
div.DivClassName
{
background-color: #FBA288;
}
.BgClassName
{
background-color: #FBA288;
}
</style>
border-color css
<style>
span { border-color: #FBA288; }
span { border-color: rgb(251,162,136); }
td.TdClassName
{
border-color: #FBA288;
}
.TagClassName
{
border-color: #FBA288;
}
</style>