Shades of Light Salmon #FBA078
Tints of Light Salmon #FBA078
RGB
CMYK
RGB Variations
Color information
#FBA078 (or 0xFBA078) is known color: Light Salmon. HEX triplet: FB, A0 and 78. RGB value is (251,160,120). Sum of RGB (Red+Green+Blue) = 251+160+120=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 120 (47.27% from 255 or 22.60% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA078 is #045F87. Grayscale: #B6B6B6. Windows color (decimal): -286600 or 7905531. OLE color: 7905531.
HSL color Cylindrical-coordinate representation of color #FBA078: hue angle of 18.32º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FBA078 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 120 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.02 |
| HSL | 18.32º | 0.94% | 0.73% | - |
| HSV(B) | 18.32º | 0.52% | 0.98% | - |
| XYZ | 55.74 | 47.01 | 23.9 | - |
| YUV | 182.65 | 92.65 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 120 | 0 | 0.36 | 0.52 | 0.02 | 18.32 | 0.94 | 0.73 |
| Hex | FB | A0 | 78 | 0 | 24 | 34 | 2 | 12 | 5E | 49 |
| Octal | 373 | 240 | 170 | 0 | 44 | 64 | 2 | 22 | 136 | 111 |
| Binary | 11111011 | 10100000 | 1111000 | 0 | 100100 | 110100 | 10 | 10010 | 1011110 | 1001001 |
Color Harmonies of #FBA078
Complementary color
Monochromatic Colors of #FBA078
Black with #FBA078
Text Example
Text Example
White with #FBA078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA078; }
p { color: rgb(251,160,120); }
H1.HeaderClassName
{
color: #FBA078;
}
.AnyTagClassName
{
color: #FBA078;
}
</style>
background-color css
<style>
a { background-color: #FBA078; }
a { background-color: rgb(251,160,120); }
div.DivClassName
{
background-color: #FBA078;
}
.BgClassName
{
background-color: #FBA078;
}
</style>
border-color css
<style>
span { border-color: #FBA078; }
span { border-color: rgb(251,160,120); }
td.TdClassName
{
border-color: #FBA078;
}
.TagClassName
{
border-color: #FBA078;
}
</style>