Shades of Vivid Tangerine #FBA185
Tints of Vivid Tangerine #FBA185
RGB
CMYK
RGB Variations
Color information
#FBA185 (or 0xFBA185) is known color: Vivid Tangerine. HEX triplet: FB, A1 and 85. RGB value is (251,161,133). Sum of RGB (Red+Green+Blue) = 251+161+133=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA185 is #045E7A. Grayscale: #B8B8B8. Windows color (decimal): -286331 or 8757755. OLE color: 8757755.
HSL color Cylindrical-coordinate representation of color #FBA185: hue angle of 14.24º 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 #FBA185 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 133 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.02 |
| HSL | 14.24º | 0.94% | 0.75% | - |
| HSV(B) | 14.24º | 0.47% | 0.98% | - |
| XYZ | 56.76 | 47.69 | 28.4 | - |
| YUV | 184.72 | 98.82 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 133 | 0 | 0.36 | 0.47 | 0.02 | 14.24 | 0.94 | 0.75 |
| Hex | FB | A1 | 85 | 0 | 24 | 2F | 2 | E | 5E | 4B |
| Octal | 373 | 241 | 205 | 0 | 44 | 57 | 2 | 16 | 136 | 113 |
| Binary | 11111011 | 10100001 | 10000101 | 0 | 100100 | 101111 | 10 | 1110 | 1011110 | 1001011 |
Color Harmonies of #FBA185
Complementary color
Monochromatic Colors of #FBA185
Black with #FBA185
Text Example
Text Example
White with #FBA185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA185; }
p { color: rgb(251,161,133); }
H1.HeaderClassName
{
color: #FBA185;
}
.AnyTagClassName
{
color: #FBA185;
}
</style>
background-color css
<style>
a { background-color: #FBA185; }
a { background-color: rgb(251,161,133); }
div.DivClassName
{
background-color: #FBA185;
}
.BgClassName
{
background-color: #FBA185;
}
</style>
border-color css
<style>
span { border-color: #FBA185; }
span { border-color: rgb(251,161,133); }
td.TdClassName
{
border-color: #FBA185;
}
.TagClassName
{
border-color: #FBA185;
}
</style>