Shades of Light Salmon #FBA279
Tints of Light Salmon #FBA279
RGB
CMYK
RGB Variations
Color information
#FBA279 (or 0xFBA279) is known color: Light Salmon. HEX triplet: FB, A2 and 79. RGB value is (251,162,121). Sum of RGB (Red+Green+Blue) = 251+162+121=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 121 (47.66% from 255 or 22.66% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA279 is #045D86. Grayscale: #B8B8B8. Windows color (decimal): -286087 or 7971579. OLE color: 7971579.
HSL color Cylindrical-coordinate representation of color #FBA279: hue angle of 18.92º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FBA279 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 121 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.02 |
| HSL | 18.92º | 0.94% | 0.73% | - |
| HSV(B) | 18.92º | 0.52% | 0.98% | - |
| XYZ | 56.16 | 47.73 | 24.34 | - |
| YUV | 183.94 | 92.49 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 121 | 0 | 0.35 | 0.52 | 0.02 | 18.92 | 0.94 | 0.73 |
| Hex | FB | A2 | 79 | 0 | 23 | 34 | 2 | 13 | 5E | 49 |
| Octal | 373 | 242 | 171 | 0 | 43 | 64 | 2 | 23 | 136 | 111 |
| Binary | 11111011 | 10100010 | 1111001 | 0 | 100011 | 110100 | 10 | 10011 | 1011110 | 1001001 |
Color Harmonies of #FBA279
Complementary color
Monochromatic Colors of #FBA279
Black with #FBA279
Text Example
Text Example
White with #FBA279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA279; }
p { color: rgb(251,162,121); }
H1.HeaderClassName
{
color: #FBA279;
}
.AnyTagClassName
{
color: #FBA279;
}
</style>
background-color css
<style>
a { background-color: #FBA279; }
a { background-color: rgb(251,162,121); }
div.DivClassName
{
background-color: #FBA279;
}
.BgClassName
{
background-color: #FBA279;
}
</style>
border-color css
<style>
span { border-color: #FBA279; }
span { border-color: rgb(251,162,121); }
td.TdClassName
{
border-color: #FBA279;
}
.TagClassName
{
border-color: #FBA279;
}
</style>