Shades of Light Salmon #FBA17C
Tints of Light Salmon #FBA17C
RGB
CMYK
RGB Variations
Color information
#FBA17C (or 0xFBA17C) is known color: Light Salmon. HEX triplet: FB, A1 and 7C. RGB value is (251,161,124). Sum of RGB (Red+Green+Blue) = 251+161+124=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA17C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA17C is #045E83. Grayscale: #B7B7B7. Windows color (decimal): -286340 or 8167931. OLE color: 8167931.
HSL color Cylindrical-coordinate representation of color #FBA17C: hue angle of 17.48º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBA17C is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 124 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.02 |
| HSL | 17.48º | 0.94% | 0.74% | - |
| HSV(B) | 17.48º | 0.51% | 0.98% | - |
| XYZ | 56.17 | 47.45 | 25.27 | - |
| YUV | 183.69 | 94.32 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 124 | 0 | 0.36 | 0.51 | 0.02 | 17.48 | 0.94 | 0.74 |
| Hex | FB | A1 | 7C | 0 | 24 | 33 | 2 | 11 | 5E | 4A |
| Octal | 373 | 241 | 174 | 0 | 44 | 63 | 2 | 21 | 136 | 112 |
| Binary | 11111011 | 10100001 | 1111100 | 0 | 100100 | 110011 | 10 | 10001 | 1011110 | 1001010 |
Color Harmonies of #FBA17C
Complementary color
Monochromatic Colors of #FBA17C
Black with #FBA17C
Text Example
Text Example
White with #FBA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA17C; }
p { color: rgb(251,161,124); }
H1.HeaderClassName
{
color: #FBA17C;
}
.AnyTagClassName
{
color: #FBA17C;
}
</style>
background-color css
<style>
a { background-color: #FBA17C; }
a { background-color: rgb(251,161,124); }
div.DivClassName
{
background-color: #FBA17C;
}
.BgClassName
{
background-color: #FBA17C;
}
</style>
border-color css
<style>
span { border-color: #FBA17C; }
span { border-color: rgb(251,161,124); }
td.TdClassName
{
border-color: #FBA17C;
}
.TagClassName
{
border-color: #FBA17C;
}
</style>