Shades of Light Salmon #FBA982
Tints of Light Salmon #FBA982
RGB
CMYK
RGB Variations
Color information
#FBA982 (or 0xFBA982) is known color: Light Salmon. HEX triplet: FB, A9 and 82. RGB value is (251,169,130). Sum of RGB (Red+Green+Blue) = 251+169+130=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 169 (66.41% from 255 or 30.73% from 550); Blue value is 130 (51.17% from 255 or 23.64% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA982 is #04567D. Grayscale: #BDBDBD. Windows color (decimal): -284286 or 8563195. OLE color: 8563195.
HSL color Cylindrical-coordinate representation of color #FBA982: hue angle of 19.34º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FBA982 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 130 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.02 |
| HSL | 19.34º | 0.94% | 0.75% | - |
| HSV(B) | 19.34º | 0.48% | 0.98% | - |
| XYZ | 58 | 50.5 | 27.81 | - |
| YUV | 189.07 | 94.67 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 130 | 0 | 0.33 | 0.48 | 0.02 | 19.34 | 0.94 | 0.75 |
| Hex | FB | A9 | 82 | 0 | 21 | 30 | 2 | 13 | 5E | 4B |
| Octal | 373 | 251 | 202 | 0 | 41 | 60 | 2 | 23 | 136 | 113 |
| Binary | 11111011 | 10101001 | 10000010 | 0 | 100001 | 110000 | 10 | 10011 | 1011110 | 1001011 |
Color Harmonies of #FBA982
Complementary color
Monochromatic Colors of #FBA982
Black with #FBA982
Text Example
Text Example
White with #FBA982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA982; }
p { color: rgb(251,169,130); }
H1.HeaderClassName
{
color: #FBA982;
}
.AnyTagClassName
{
color: #FBA982;
}
</style>
background-color css
<style>
a { background-color: #FBA982; }
a { background-color: rgb(251,169,130); }
div.DivClassName
{
background-color: #FBA982;
}
.BgClassName
{
background-color: #FBA982;
}
</style>
border-color css
<style>
span { border-color: #FBA982; }
span { border-color: rgb(251,169,130); }
td.TdClassName
{
border-color: #FBA982;
}
.TagClassName
{
border-color: #FBA982;
}
</style>