Shades of Light Salmon #FBA17B
Tints of Light Salmon #FBA17B
RGB
CMYK
RGB Variations
Color information
#FBA17B (or 0xFBA17B) is known color: Light Salmon. HEX triplet: FB, A1 and 7B. RGB value is (251,161,123). Sum of RGB (Red+Green+Blue) = 251+161+123=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 123 (48.44% from 255 or 22.99% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA17B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA17B is #045E84. Grayscale: #B7B7B7. Windows color (decimal): -286341 or 8102395. OLE color: 8102395.
HSL color Cylindrical-coordinate representation of color #FBA17B: hue angle of 17.81º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBA17B is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 123 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.02 |
| HSL | 17.81º | 0.94% | 0.73% | - |
| HSV(B) | 17.81º | 0.51% | 0.98% | - |
| XYZ | 56.1 | 47.43 | 24.94 | - |
| YUV | 183.58 | 93.82 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 123 | 0 | 0.36 | 0.51 | 0.02 | 17.81 | 0.94 | 0.73 |
| Hex | FB | A1 | 7B | 0 | 24 | 33 | 2 | 12 | 5E | 49 |
| Octal | 373 | 241 | 173 | 0 | 44 | 63 | 2 | 22 | 136 | 111 |
| Binary | 11111011 | 10100001 | 1111011 | 0 | 100100 | 110011 | 10 | 10010 | 1011110 | 1001001 |
Color Harmonies of #FBA17B
Complementary color
Monochromatic Colors of #FBA17B
Black with #FBA17B
Text Example
Text Example
White with #FBA17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA17B; }
p { color: rgb(251,161,123); }
H1.HeaderClassName
{
color: #FBA17B;
}
.AnyTagClassName
{
color: #FBA17B;
}
</style>
background-color css
<style>
a { background-color: #FBA17B; }
a { background-color: rgb(251,161,123); }
div.DivClassName
{
background-color: #FBA17B;
}
.BgClassName
{
background-color: #FBA17B;
}
</style>
border-color css
<style>
span { border-color: #FBA17B; }
span { border-color: rgb(251,161,123); }
td.TdClassName
{
border-color: #FBA17B;
}
.TagClassName
{
border-color: #FBA17B;
}
</style>