Shades of Light Salmon #FBA57B
Tints of Light Salmon #FBA57B
RGB
CMYK
RGB Variations
Color information
#FBA57B (or 0xFBA57B) is known color: Light Salmon. HEX triplet: FB, A5 and 7B. RGB value is (251,165,123). Sum of RGB (Red+Green+Blue) = 251+165+123=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 123 (48.44% from 255 or 22.82% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA57B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA57B is #045A84. Grayscale: #BABABA. Windows color (decimal): -285317 or 8103419. OLE color: 8103419.
HSL color Cylindrical-coordinate representation of color #FBA57B: hue angle of 19.69º 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 #FBA57B is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 123 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.02 |
| HSL | 19.69º | 0.94% | 0.73% | - |
| HSV(B) | 19.69º | 0.51% | 0.98% | - |
| XYZ | 56.81 | 48.85 | 25.17 | - |
| YUV | 185.93 | 92.49 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 123 | 0 | 0.34 | 0.51 | 0.02 | 19.69 | 0.94 | 0.73 |
| Hex | FB | A5 | 7B | 0 | 22 | 33 | 2 | 14 | 5E | 49 |
| Octal | 373 | 245 | 173 | 0 | 42 | 63 | 2 | 24 | 136 | 111 |
| Binary | 11111011 | 10100101 | 1111011 | 0 | 100010 | 110011 | 10 | 10100 | 1011110 | 1001001 |
Color Harmonies of #FBA57B
Complementary color
Monochromatic Colors of #FBA57B
Black with #FBA57B
Text Example
Text Example
White with #FBA57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA57B; }
p { color: rgb(251,165,123); }
H1.HeaderClassName
{
color: #FBA57B;
}
.AnyTagClassName
{
color: #FBA57B;
}
</style>
background-color css
<style>
a { background-color: #FBA57B; }
a { background-color: rgb(251,165,123); }
div.DivClassName
{
background-color: #FBA57B;
}
.BgClassName
{
background-color: #FBA57B;
}
</style>
border-color css
<style>
span { border-color: #FBA57B; }
span { border-color: rgb(251,165,123); }
td.TdClassName
{
border-color: #FBA57B;
}
.TagClassName
{
border-color: #FBA57B;
}
</style>