Shades of Light Salmon #FBA077
Tints of Light Salmon #FBA077
RGB
CMYK
RGB Variations
Color information
#FBA077 (or 0xFBA077) is known color: Light Salmon. HEX triplet: FB, A0 and 77. RGB value is (251,160,119). Sum of RGB (Red+Green+Blue) = 251+160+119=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 119 (46.88% from 255 or 22.45% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA077 is #045F88. Grayscale: #B6B6B6. Windows color (decimal): -286601 or 7839995. OLE color: 7839995.
HSL color Cylindrical-coordinate representation of color #FBA077: hue angle of 18.64º 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 #FBA077 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 119 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.02 |
| HSL | 18.64º | 0.94% | 0.73% | - |
| HSV(B) | 18.64º | 0.53% | 0.98% | - |
| XYZ | 55.68 | 46.98 | 23.59 | - |
| YUV | 182.54 | 92.15 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 119 | 0 | 0.36 | 0.53 | 0.02 | 18.64 | 0.94 | 0.73 |
| Hex | FB | A0 | 77 | 0 | 24 | 35 | 2 | 13 | 5E | 49 |
| Octal | 373 | 240 | 167 | 0 | 44 | 65 | 2 | 23 | 136 | 111 |
| Binary | 11111011 | 10100000 | 1110111 | 0 | 100100 | 110101 | 10 | 10011 | 1011110 | 1001001 |
Color Harmonies of #FBA077
Complementary color
Monochromatic Colors of #FBA077
Black with #FBA077
Text Example
Text Example
White with #FBA077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA077; }
p { color: rgb(251,160,119); }
H1.HeaderClassName
{
color: #FBA077;
}
.AnyTagClassName
{
color: #FBA077;
}
</style>
background-color css
<style>
a { background-color: #FBA077; }
a { background-color: rgb(251,160,119); }
div.DivClassName
{
background-color: #FBA077;
}
.BgClassName
{
background-color: #FBA077;
}
</style>
border-color css
<style>
span { border-color: #FBA077; }
span { border-color: rgb(251,160,119); }
td.TdClassName
{
border-color: #FBA077;
}
.TagClassName
{
border-color: #FBA077;
}
</style>