Shades of Light Salmon #FBA179
Tints of Light Salmon #FBA179
RGB
CMYK
RGB Variations
Color information
#FBA179 (or 0xFBA179) is known color: Light Salmon. HEX triplet: FB, A1 and 79. RGB value is (251,161,121). Sum of RGB (Red+Green+Blue) = 251+161+121=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 121 (47.66% from 255 or 22.70% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA179 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA179 is #045E86. Grayscale: #B7B7B7. Windows color (decimal): -286343 or 7971323. OLE color: 7971323.
HSL color Cylindrical-coordinate representation of color #FBA179: hue angle of 18.46º 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 #FBA179 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 121 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.02 |
| HSL | 18.46º | 0.94% | 0.73% | - |
| HSV(B) | 18.46º | 0.52% | 0.98% | - |
| XYZ | 55.98 | 47.38 | 24.28 | - |
| YUV | 183.35 | 92.82 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 121 | 0 | 0.36 | 0.52 | 0.02 | 18.46 | 0.94 | 0.73 |
| Hex | FB | A1 | 79 | 0 | 24 | 34 | 2 | 12 | 5E | 49 |
| Octal | 373 | 241 | 171 | 0 | 44 | 64 | 2 | 22 | 136 | 111 |
| Binary | 11111011 | 10100001 | 1111001 | 0 | 100100 | 110100 | 10 | 10010 | 1011110 | 1001001 |
Color Harmonies of #FBA179
Complementary color
Monochromatic Colors of #FBA179
Black with #FBA179
Text Example
Text Example
White with #FBA179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA179; }
p { color: rgb(251,161,121); }
H1.HeaderClassName
{
color: #FBA179;
}
.AnyTagClassName
{
color: #FBA179;
}
</style>
background-color css
<style>
a { background-color: #FBA179; }
a { background-color: rgb(251,161,121); }
div.DivClassName
{
background-color: #FBA179;
}
.BgClassName
{
background-color: #FBA179;
}
</style>
border-color css
<style>
span { border-color: #FBA179; }
span { border-color: rgb(251,161,121); }
td.TdClassName
{
border-color: #FBA179;
}
.TagClassName
{
border-color: #FBA179;
}
</style>