Shades of Light Salmon #FBA17A
Tints of Light Salmon #FBA17A
RGB
CMYK
RGB Variations
Color information
#FBA17A (or 0xFBA17A) is known color: Light Salmon. HEX triplet: FB, A1 and 7A. RGB value is (251,161,122). Sum of RGB (Red+Green+Blue) = 251+161+122=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 122 (48.05% from 255 or 22.85% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA17A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA17A is #045E85. Grayscale: #B7B7B7. Windows color (decimal): -286342 or 8036859. OLE color: 8036859.
HSL color Cylindrical-coordinate representation of color #FBA17A: hue angle of 18.14º 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 #FBA17A is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 122 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.02 |
| HSL | 18.14º | 0.94% | 0.73% | - |
| HSV(B) | 18.14º | 0.51% | 0.98% | - |
| XYZ | 56.04 | 47.4 | 24.61 | - |
| YUV | 183.46 | 93.32 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 122 | 0 | 0.36 | 0.51 | 0.02 | 18.14 | 0.94 | 0.73 |
| Hex | FB | A1 | 7A | 0 | 24 | 33 | 2 | 12 | 5E | 49 |
| Octal | 373 | 241 | 172 | 0 | 44 | 63 | 2 | 22 | 136 | 111 |
| Binary | 11111011 | 10100001 | 1111010 | 0 | 100100 | 110011 | 10 | 10010 | 1011110 | 1001001 |
Color Harmonies of #FBA17A
Complementary color
Monochromatic Colors of #FBA17A
Black with #FBA17A
Text Example
Text Example
White with #FBA17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA17A; }
p { color: rgb(251,161,122); }
H1.HeaderClassName
{
color: #FBA17A;
}
.AnyTagClassName
{
color: #FBA17A;
}
</style>
background-color css
<style>
a { background-color: #FBA17A; }
a { background-color: rgb(251,161,122); }
div.DivClassName
{
background-color: #FBA17A;
}
.BgClassName
{
background-color: #FBA17A;
}
</style>
border-color css
<style>
span { border-color: #FBA17A; }
span { border-color: rgb(251,161,122); }
td.TdClassName
{
border-color: #FBA17A;
}
.TagClassName
{
border-color: #FBA17A;
}
</style>