Shades of Light Salmon #FBA57C
Tints of Light Salmon #FBA57C
RGB
CMYK
RGB Variations
Color information
#FBA57C (or 0xFBA57C) is known color: Light Salmon. HEX triplet: FB, A5 and 7C. RGB value is (251,165,124). Sum of RGB (Red+Green+Blue) = 251+165+124=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA57C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA57C is #045A83. Grayscale: #BABABA. Windows color (decimal): -285316 or 8168955. OLE color: 8168955.
HSL color Cylindrical-coordinate representation of color #FBA57C: hue angle of 19.37º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBA57C is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 124 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.02 |
| HSL | 19.37º | 0.94% | 0.74% | - |
| HSV(B) | 19.37º | 0.51% | 0.98% | - |
| XYZ | 56.88 | 48.87 | 25.5 | - |
| YUV | 186.04 | 92.99 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 124 | 0 | 0.34 | 0.51 | 0.02 | 19.37 | 0.94 | 0.74 |
| Hex | FB | A5 | 7C | 0 | 22 | 33 | 2 | 13 | 5E | 4A |
| Octal | 373 | 245 | 174 | 0 | 42 | 63 | 2 | 23 | 136 | 112 |
| Binary | 11111011 | 10100101 | 1111100 | 0 | 100010 | 110011 | 10 | 10011 | 1011110 | 1001010 |
Color Harmonies of #FBA57C
Complementary color
Monochromatic Colors of #FBA57C
Black with #FBA57C
Text Example
Text Example
White with #FBA57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA57C; }
p { color: rgb(251,165,124); }
H1.HeaderClassName
{
color: #FBA57C;
}
.AnyTagClassName
{
color: #FBA57C;
}
</style>
background-color css
<style>
a { background-color: #FBA57C; }
a { background-color: rgb(251,165,124); }
div.DivClassName
{
background-color: #FBA57C;
}
.BgClassName
{
background-color: #FBA57C;
}
</style>
border-color css
<style>
span { border-color: #FBA57C; }
span { border-color: rgb(251,165,124); }
td.TdClassName
{
border-color: #FBA57C;
}
.TagClassName
{
border-color: #FBA57C;
}
</style>