Shades of Vivid Tangerine #FBA184
Tints of Vivid Tangerine #FBA184
RGB
CMYK
RGB Variations
Color information
#FBA184 (or 0xFBA184) is known color: Vivid Tangerine. HEX triplet: FB, A1 and 84. RGB value is (251,161,132). Sum of RGB (Red+Green+Blue) = 251+161+132=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 132 (51.95% from 255 or 24.26% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA184 is #045E7B. Grayscale: #B8B8B8. Windows color (decimal): -286332 or 8692219. OLE color: 8692219.
HSL color Cylindrical-coordinate representation of color #FBA184: hue angle of 14.62º 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 #FBA184 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 132 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.02 |
| HSL | 14.62º | 0.94% | 0.75% | - |
| HSV(B) | 14.62º | 0.47% | 0.98% | - |
| XYZ | 56.69 | 47.66 | 28.04 | - |
| YUV | 184.6 | 98.32 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 132 | 0 | 0.36 | 0.47 | 0.02 | 14.62 | 0.94 | 0.75 |
| Hex | FB | A1 | 84 | 0 | 24 | 2F | 2 | F | 5E | 4B |
| Octal | 373 | 241 | 204 | 0 | 44 | 57 | 2 | 17 | 136 | 113 |
| Binary | 11111011 | 10100001 | 10000100 | 0 | 100100 | 101111 | 10 | 1111 | 1011110 | 1001011 |
Color Harmonies of #FBA184
Complementary color
Monochromatic Colors of #FBA184
Black with #FBA184
Text Example
Text Example
White with #FBA184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA184; }
p { color: rgb(251,161,132); }
H1.HeaderClassName
{
color: #FBA184;
}
.AnyTagClassName
{
color: #FBA184;
}
</style>
background-color css
<style>
a { background-color: #FBA184; }
a { background-color: rgb(251,161,132); }
div.DivClassName
{
background-color: #FBA184;
}
.BgClassName
{
background-color: #FBA184;
}
</style>
border-color css
<style>
span { border-color: #FBA184; }
span { border-color: rgb(251,161,132); }
td.TdClassName
{
border-color: #FBA184;
}
.TagClassName
{
border-color: #FBA184;
}
</style>