Shades of Light Salmon #FBA780
Tints of Light Salmon #FBA780
RGB
CMYK
RGB Variations
Color information
#FBA780 (or 0xFBA780) is known color: Light Salmon. HEX triplet: FB, A7 and 80. RGB value is (251,167,128). Sum of RGB (Red+Green+Blue) = 251+167+128=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA780 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA780 is #04587F. Grayscale: #BBBBBB. Windows color (decimal): -284800 or 8431611. OLE color: 8431611.
HSL color Cylindrical-coordinate representation of color #FBA780: hue angle of 19.02º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FBA780 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 128 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.02 |
| HSL | 19.02º | 0.94% | 0.74% | - |
| HSV(B) | 19.02º | 0.49% | 0.98% | - |
| XYZ | 57.5 | 49.71 | 26.99 | - |
| YUV | 187.67 | 94.33 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 128 | 0 | 0.33 | 0.49 | 0.02 | 19.02 | 0.94 | 0.74 |
| Hex | FB | A7 | 80 | 0 | 21 | 31 | 2 | 13 | 5E | 4A |
| Octal | 373 | 247 | 200 | 0 | 41 | 61 | 2 | 23 | 136 | 112 |
| Binary | 11111011 | 10100111 | 10000000 | 0 | 100001 | 110001 | 10 | 10011 | 1011110 | 1001010 |
Color Harmonies of #FBA780
Complementary color
Monochromatic Colors of #FBA780
Black with #FBA780
Text Example
Text Example
White with #FBA780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA780; }
p { color: rgb(251,167,128); }
H1.HeaderClassName
{
color: #FBA780;
}
.AnyTagClassName
{
color: #FBA780;
}
</style>
background-color css
<style>
a { background-color: #FBA780; }
a { background-color: rgb(251,167,128); }
div.DivClassName
{
background-color: #FBA780;
}
.BgClassName
{
background-color: #FBA780;
}
</style>
border-color css
<style>
span { border-color: #FBA780; }
span { border-color: rgb(251,167,128); }
td.TdClassName
{
border-color: #FBA780;
}
.TagClassName
{
border-color: #FBA780;
}
</style>