Shades of Light Salmon #FBA57A
Tints of Light Salmon #FBA57A
RGB
CMYK
RGB Variations
Color information
#FBA57A (or 0xFBA57A) is known color: Light Salmon. HEX triplet: FB, A5 and 7A. RGB value is (251,165,122). Sum of RGB (Red+Green+Blue) = 251+165+122=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA57A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA57A is #045A85. Grayscale: #BABABA. Windows color (decimal): -285318 or 8037883. OLE color: 8037883.
HSL color Cylindrical-coordinate representation of color #FBA57A: hue angle of 20º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBA57A is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 122 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.02 |
| HSL | 20º | 0.94% | 0.73% | - |
| HSV(B) | 20º | 0.51% | 0.98% | - |
| XYZ | 56.75 | 48.82 | 24.85 | - |
| YUV | 185.81 | 91.99 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 122 | 0 | 0.34 | 0.51 | 0.02 | 20 | 0.94 | 0.73 |
| Hex | FB | A5 | 7A | 0 | 22 | 33 | 2 | 14 | 5E | 49 |
| Octal | 373 | 245 | 172 | 0 | 42 | 63 | 2 | 24 | 136 | 111 |
| Binary | 11111011 | 10100101 | 1111010 | 0 | 100010 | 110011 | 10 | 10100 | 1011110 | 1001001 |
Color Harmonies of #FBA57A
Complementary color
Monochromatic Colors of #FBA57A
Black with #FBA57A
Text Example
Text Example
White with #FBA57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA57A; }
p { color: rgb(251,165,122); }
H1.HeaderClassName
{
color: #FBA57A;
}
.AnyTagClassName
{
color: #FBA57A;
}
</style>
background-color css
<style>
a { background-color: #FBA57A; }
a { background-color: rgb(251,165,122); }
div.DivClassName
{
background-color: #FBA57A;
}
.BgClassName
{
background-color: #FBA57A;
}
</style>
border-color css
<style>
span { border-color: #FBA57A; }
span { border-color: rgb(251,165,122); }
td.TdClassName
{
border-color: #FBA57A;
}
.TagClassName
{
border-color: #FBA57A;
}
</style>