Shades of Light Salmon #FBA57E
Tints of Light Salmon #FBA57E
RGB
CMYK
RGB Variations
Color information
#FBA57E (or 0xFBA57E) is known color: Light Salmon. HEX triplet: FB, A5 and 7E. RGB value is (251,165,126). Sum of RGB (Red+Green+Blue) = 251+165+126=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 126 (49.61% from 255 or 23.25% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA57E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA57E is #045A81. Grayscale: #BABABA. Windows color (decimal): -285314 or 8300027. OLE color: 8300027.
HSL color Cylindrical-coordinate representation of color #FBA57E: hue angle of 18.72º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBA57E is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 126 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.02 |
| HSL | 18.72º | 0.94% | 0.74% | - |
| HSV(B) | 18.72º | 0.5% | 0.98% | - |
| XYZ | 57 | 48.93 | 26.18 | - |
| YUV | 186.27 | 93.99 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 126 | 0 | 0.34 | 0.50 | 0.02 | 18.72 | 0.94 | 0.74 |
| Hex | FB | A5 | 7E | 0 | 22 | 32 | 2 | 13 | 5E | 4A |
| Octal | 373 | 245 | 176 | 0 | 42 | 62 | 2 | 23 | 136 | 112 |
| Binary | 11111011 | 10100101 | 1111110 | 0 | 100010 | 110010 | 10 | 10011 | 1011110 | 1001010 |
Color Harmonies of #FBA57E
Complementary color
Monochromatic Colors of #FBA57E
Black with #FBA57E
Text Example
Text Example
White with #FBA57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA57E; }
p { color: rgb(251,165,126); }
H1.HeaderClassName
{
color: #FBA57E;
}
.AnyTagClassName
{
color: #FBA57E;
}
</style>
background-color css
<style>
a { background-color: #FBA57E; }
a { background-color: rgb(251,165,126); }
div.DivClassName
{
background-color: #FBA57E;
}
.BgClassName
{
background-color: #FBA57E;
}
</style>
border-color css
<style>
span { border-color: #FBA57E; }
span { border-color: rgb(251,165,126); }
td.TdClassName
{
border-color: #FBA57E;
}
.TagClassName
{
border-color: #FBA57E;
}
</style>