Shades of Light Salmon #FBA07B
Tints of Light Salmon #FBA07B
RGB
CMYK
RGB Variations
Color information
#FBA07B (or 0xFBA07B) is known color: Light Salmon. HEX triplet: FB, A0 and 7B. RGB value is (251,160,123). Sum of RGB (Red+Green+Blue) = 251+160+123=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA07B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA07B is #045F84. Grayscale: #B7B7B7. Windows color (decimal): -286597 or 8102139. OLE color: 8102139.
HSL color Cylindrical-coordinate representation of color #FBA07B: hue angle of 17.34º 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 #FBA07B is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 123 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.02 |
| HSL | 17.34º | 0.94% | 0.73% | - |
| HSV(B) | 17.34º | 0.51% | 0.98% | - |
| XYZ | 55.93 | 47.08 | 24.88 | - |
| YUV | 182.99 | 94.15 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 123 | 0 | 0.36 | 0.51 | 0.02 | 17.34 | 0.94 | 0.73 |
| Hex | FB | A0 | 7B | 0 | 24 | 33 | 2 | 11 | 5E | 49 |
| Octal | 373 | 240 | 173 | 0 | 44 | 63 | 2 | 21 | 136 | 111 |
| Binary | 11111011 | 10100000 | 1111011 | 0 | 100100 | 110011 | 10 | 10001 | 1011110 | 1001001 |
Color Harmonies of #FBA07B
Complementary color
Monochromatic Colors of #FBA07B
Black with #FBA07B
Text Example
Text Example
White with #FBA07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA07B; }
p { color: rgb(251,160,123); }
H1.HeaderClassName
{
color: #FBA07B;
}
.AnyTagClassName
{
color: #FBA07B;
}
</style>
background-color css
<style>
a { background-color: #FBA07B; }
a { background-color: rgb(251,160,123); }
div.DivClassName
{
background-color: #FBA07B;
}
.BgClassName
{
background-color: #FBA07B;
}
</style>
border-color css
<style>
span { border-color: #FBA07B; }
span { border-color: rgb(251,160,123); }
td.TdClassName
{
border-color: #FBA07B;
}
.TagClassName
{
border-color: #FBA07B;
}
</style>