Shades of Light Salmon #FBA377
Tints of Light Salmon #FBA377
RGB
CMYK
RGB Variations
Color information
#FBA377 (or 0xFBA377) is known color: Light Salmon. HEX triplet: FB, A3 and 77. RGB value is (251,163,119). Sum of RGB (Red+Green+Blue) = 251+163+119=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 119 (46.88% from 255 or 22.33% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA377 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA377 is #045C88. Grayscale: #B8B8B8. Windows color (decimal): -285833 or 7840763. OLE color: 7840763.
HSL color Cylindrical-coordinate representation of color #FBA377: 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.53%. Process color model (Four color, CMYK) of #FBA377 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 119 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.02 |
| HSL | 20º | 0.94% | 0.73% | - |
| HSV(B) | 20º | 0.53% | 0.98% | - |
| XYZ | 56.21 | 48.04 | 23.76 | - |
| YUV | 184.3 | 91.15 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 119 | 0 | 0.35 | 0.53 | 0.02 | 20 | 0.94 | 0.73 |
| Hex | FB | A3 | 77 | 0 | 23 | 35 | 2 | 14 | 5E | 49 |
| Octal | 373 | 243 | 167 | 0 | 43 | 65 | 2 | 24 | 136 | 111 |
| Binary | 11111011 | 10100011 | 1110111 | 0 | 100011 | 110101 | 10 | 10100 | 1011110 | 1001001 |
Color Harmonies of #FBA377
Complementary color
Monochromatic Colors of #FBA377
Black with #FBA377
Text Example
Text Example
White with #FBA377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA377; }
p { color: rgb(251,163,119); }
H1.HeaderClassName
{
color: #FBA377;
}
.AnyTagClassName
{
color: #FBA377;
}
</style>
background-color css
<style>
a { background-color: #FBA377; }
a { background-color: rgb(251,163,119); }
div.DivClassName
{
background-color: #FBA377;
}
.BgClassName
{
background-color: #FBA377;
}
</style>
border-color css
<style>
span { border-color: #FBA377; }
span { border-color: rgb(251,163,119); }
td.TdClassName
{
border-color: #FBA377;
}
.TagClassName
{
border-color: #FBA377;
}
</style>