Shades of Vivid Tangerine #FBA58A
Tints of Vivid Tangerine #FBA58A
RGB
CMYK
RGB Variations
Color information
#FBA58A (or 0xFBA58A) is known color: Vivid Tangerine. HEX triplet: FB, A5 and 8A. RGB value is (251,165,138). Sum of RGB (Red+Green+Blue) = 251+165+138=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA58A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA58A is #045A75. Grayscale: #BBBBBB. Windows color (decimal): -285302 or 9086459. OLE color: 9086459.
HSL color Cylindrical-coordinate representation of color #FBA58A: hue angle of 14.34º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBA58A is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 138 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.02 |
| HSL | 14.34º | 0.93% | 0.76% | - |
| HSV(B) | 14.34º | 0.45% | 0.98% | - |
| XYZ | 57.83 | 49.25 | 30.5 | - |
| YUV | 187.64 | 99.99 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 138 | 0 | 0.34 | 0.45 | 0.02 | 14.34 | 0.93 | 0.76 |
| Hex | FB | A5 | 8A | 0 | 22 | 2D | 2 | E | 5D | 4C |
| Octal | 373 | 245 | 212 | 0 | 42 | 55 | 2 | 16 | 135 | 114 |
| Binary | 11111011 | 10100101 | 10001010 | 0 | 100010 | 101101 | 10 | 1110 | 1011101 | 1001100 |
Color Harmonies of #FBA58A
Complementary color
Monochromatic Colors of #FBA58A
Black with #FBA58A
Text Example
Text Example
White with #FBA58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA58A; }
p { color: rgb(251,165,138); }
H1.HeaderClassName
{
color: #FBA58A;
}
.AnyTagClassName
{
color: #FBA58A;
}
</style>
background-color css
<style>
a { background-color: #FBA58A; }
a { background-color: rgb(251,165,138); }
div.DivClassName
{
background-color: #FBA58A;
}
.BgClassName
{
background-color: #FBA58A;
}
</style>
border-color css
<style>
span { border-color: #FBA58A; }
span { border-color: rgb(251,165,138); }
td.TdClassName
{
border-color: #FBA58A;
}
.TagClassName
{
border-color: #FBA58A;
}
</style>