Shades of Light Salmon #FBA276
Tints of Light Salmon #FBA276
RGB
CMYK
RGB Variations
Color information
#FBA276 (or 0xFBA276) is known color: Light Salmon. HEX triplet: FB, A2 and 76. RGB value is (251,162,118). Sum of RGB (Red+Green+Blue) = 251+162+118=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA276 is #045D89. Grayscale: #B7B7B7. Windows color (decimal): -286090 or 7774971. OLE color: 7774971.
HSL color Cylindrical-coordinate representation of color #FBA276: hue angle of 19.85º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FBA276 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 118 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.02 |
| HSL | 19.85º | 0.94% | 0.72% | - |
| HSV(B) | 19.85º | 0.53% | 0.98% | - |
| XYZ | 55.97 | 47.66 | 23.39 | - |
| YUV | 183.6 | 90.99 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 118 | 0 | 0.35 | 0.53 | 0.02 | 19.85 | 0.94 | 0.72 |
| Hex | FB | A2 | 76 | 0 | 23 | 35 | 2 | 14 | 5E | 48 |
| Octal | 373 | 242 | 166 | 0 | 43 | 65 | 2 | 24 | 136 | 110 |
| Binary | 11111011 | 10100010 | 1110110 | 0 | 100011 | 110101 | 10 | 10100 | 1011110 | 1001000 |
Color Harmonies of #FBA276
Complementary color
Monochromatic Colors of #FBA276
Black with #FBA276
Text Example
Text Example
White with #FBA276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA276; }
p { color: rgb(251,162,118); }
H1.HeaderClassName
{
color: #FBA276;
}
.AnyTagClassName
{
color: #FBA276;
}
</style>
background-color css
<style>
a { background-color: #FBA276; }
a { background-color: rgb(251,162,118); }
div.DivClassName
{
background-color: #FBA276;
}
.BgClassName
{
background-color: #FBA276;
}
</style>
border-color css
<style>
span { border-color: #FBA276; }
span { border-color: rgb(251,162,118); }
td.TdClassName
{
border-color: #FBA276;
}
.TagClassName
{
border-color: #FBA276;
}
</style>