Shades of Vivid Tangerine #FBA286
Tints of Vivid Tangerine #FBA286
RGB
CMYK
RGB Variations
Color information
#FBA286 (or 0xFBA286) is known color: Vivid Tangerine. HEX triplet: FB, A2 and 86. RGB value is (251,162,134). Sum of RGB (Red+Green+Blue) = 251+162+134=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA286 is #045D79. Grayscale: #B9B9B9. Windows color (decimal): -286074 or 8823547. OLE color: 8823547.
HSL color Cylindrical-coordinate representation of color #FBA286: hue angle of 14.36º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FBA286 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 134 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.02 |
| HSL | 14.36º | 0.94% | 0.75% | - |
| HSV(B) | 14.36º | 0.47% | 0.98% | - |
| XYZ | 57.01 | 48.07 | 28.83 | - |
| YUV | 185.42 | 98.99 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 134 | 0 | 0.35 | 0.47 | 0.02 | 14.36 | 0.94 | 0.75 |
| Hex | FB | A2 | 86 | 0 | 23 | 2F | 2 | E | 5E | 4B |
| Octal | 373 | 242 | 206 | 0 | 43 | 57 | 2 | 16 | 136 | 113 |
| Binary | 11111011 | 10100010 | 10000110 | 0 | 100011 | 101111 | 10 | 1110 | 1011110 | 1001011 |
Color Harmonies of #FBA286
Complementary color
Monochromatic Colors of #FBA286
Black with #FBA286
Text Example
Text Example
White with #FBA286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA286; }
p { color: rgb(251,162,134); }
H1.HeaderClassName
{
color: #FBA286;
}
.AnyTagClassName
{
color: #FBA286;
}
</style>
background-color css
<style>
a { background-color: #FBA286; }
a { background-color: rgb(251,162,134); }
div.DivClassName
{
background-color: #FBA286;
}
.BgClassName
{
background-color: #FBA286;
}
</style>
border-color css
<style>
span { border-color: #FBA286; }
span { border-color: rgb(251,162,134); }
td.TdClassName
{
border-color: #FBA286;
}
.TagClassName
{
border-color: #FBA286;
}
</style>