Shades of Light Salmon #FBA579
Tints of Light Salmon #FBA579
RGB
CMYK
RGB Variations
Color information
#FBA579 (or 0xFBA579) is known color: Light Salmon. HEX triplet: FB, A5 and 79. RGB value is (251,165,121). Sum of RGB (Red+Green+Blue) = 251+165+121=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 121 (47.66% from 255 or 22.53% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA579 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA579 is #045A86. Grayscale: #B9B9B9. Windows color (decimal): -285319 or 7972347. OLE color: 7972347.
HSL color Cylindrical-coordinate representation of color #FBA579: hue angle of 20.31º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FBA579 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 121 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.02 |
| HSL | 20.31º | 0.94% | 0.73% | - |
| HSV(B) | 20.31º | 0.52% | 0.98% | - |
| XYZ | 56.69 | 48.8 | 24.52 | - |
| YUV | 185.7 | 91.49 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 121 | 0 | 0.34 | 0.52 | 0.02 | 20.31 | 0.94 | 0.73 |
| Hex | FB | A5 | 79 | 0 | 22 | 34 | 2 | 14 | 5E | 49 |
| Octal | 373 | 245 | 171 | 0 | 42 | 64 | 2 | 24 | 136 | 111 |
| Binary | 11111011 | 10100101 | 1111001 | 0 | 100010 | 110100 | 10 | 10100 | 1011110 | 1001001 |
Color Harmonies of #FBA579
Complementary color
Monochromatic Colors of #FBA579
Black with #FBA579
Text Example
Text Example
White with #FBA579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA579; }
p { color: rgb(251,165,121); }
H1.HeaderClassName
{
color: #FBA579;
}
.AnyTagClassName
{
color: #FBA579;
}
</style>
background-color css
<style>
a { background-color: #FBA579; }
a { background-color: rgb(251,165,121); }
div.DivClassName
{
background-color: #FBA579;
}
.BgClassName
{
background-color: #FBA579;
}
</style>
border-color css
<style>
span { border-color: #FBA579; }
span { border-color: rgb(251,165,121); }
td.TdClassName
{
border-color: #FBA579;
}
.TagClassName
{
border-color: #FBA579;
}
</style>