Shades of Light Salmon #FBA77D
Tints of Light Salmon #FBA77D
RGB
CMYK
RGB Variations
Color information
#FBA77D (or 0xFBA77D) is known color: Light Salmon. HEX triplet: FB, A7 and 7D. RGB value is (251,167,125). Sum of RGB (Red+Green+Blue) = 251+167+125=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 167 (65.62% from 255 or 30.76% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA77D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA77D is #045882. Grayscale: #BBBBBB. Windows color (decimal): -284803 or 8235003. OLE color: 8235003.
HSL color Cylindrical-coordinate representation of color #FBA77D: hue angle of 20º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBA77D is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 125 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.02 |
| HSL | 20º | 0.94% | 0.74% | - |
| HSV(B) | 20º | 0.5% | 0.98% | - |
| XYZ | 57.3 | 49.63 | 25.96 | - |
| YUV | 187.33 | 92.83 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 125 | 0 | 0.33 | 0.50 | 0.02 | 20 | 0.94 | 0.74 |
| Hex | FB | A7 | 7D | 0 | 21 | 32 | 2 | 14 | 5E | 4A |
| Octal | 373 | 247 | 175 | 0 | 41 | 62 | 2 | 24 | 136 | 112 |
| Binary | 11111011 | 10100111 | 1111101 | 0 | 100001 | 110010 | 10 | 10100 | 1011110 | 1001010 |
Color Harmonies of #FBA77D
Complementary color
Monochromatic Colors of #FBA77D
Black with #FBA77D
Text Example
Text Example
White with #FBA77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA77D; }
p { color: rgb(251,167,125); }
H1.HeaderClassName
{
color: #FBA77D;
}
.AnyTagClassName
{
color: #FBA77D;
}
</style>
background-color css
<style>
a { background-color: #FBA77D; }
a { background-color: rgb(251,167,125); }
div.DivClassName
{
background-color: #FBA77D;
}
.BgClassName
{
background-color: #FBA77D;
}
</style>
border-color css
<style>
span { border-color: #FBA77D; }
span { border-color: rgb(251,167,125); }
td.TdClassName
{
border-color: #FBA77D;
}
.TagClassName
{
border-color: #FBA77D;
}
</style>