Shades of Light Salmon #FBA77F
Tints of Light Salmon #FBA77F
RGB
CMYK
RGB Variations
Color information
#FBA77F (or 0xFBA77F) is known color: Light Salmon. HEX triplet: FB, A7 and 7F. RGB value is (251,167,127). Sum of RGB (Red+Green+Blue) = 251+167+127=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 127 (50% from 255 or 23.30% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA77F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA77F is #045880. Grayscale: #BBBBBB. Windows color (decimal): -284801 or 8366075. OLE color: 8366075.
HSL color Cylindrical-coordinate representation of color #FBA77F: hue angle of 19.35º 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 #FBA77F is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 127 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.02 |
| HSL | 19.35º | 0.94% | 0.74% | - |
| HSV(B) | 19.35º | 0.49% | 0.98% | - |
| XYZ | 57.43 | 49.68 | 26.64 | - |
| YUV | 187.56 | 93.83 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 127 | 0 | 0.33 | 0.49 | 0.02 | 19.35 | 0.94 | 0.74 |
| Hex | FB | A7 | 7F | 0 | 21 | 31 | 2 | 13 | 5E | 4A |
| Octal | 373 | 247 | 177 | 0 | 41 | 61 | 2 | 23 | 136 | 112 |
| Binary | 11111011 | 10100111 | 1111111 | 0 | 100001 | 110001 | 10 | 10011 | 1011110 | 1001010 |
Color Harmonies of #FBA77F
Complementary color
Monochromatic Colors of #FBA77F
Black with #FBA77F
Text Example
Text Example
White with #FBA77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA77F; }
p { color: rgb(251,167,127); }
H1.HeaderClassName
{
color: #FBA77F;
}
.AnyTagClassName
{
color: #FBA77F;
}
</style>
background-color css
<style>
a { background-color: #FBA77F; }
a { background-color: rgb(251,167,127); }
div.DivClassName
{
background-color: #FBA77F;
}
.BgClassName
{
background-color: #FBA77F;
}
</style>
border-color css
<style>
span { border-color: #FBA77F; }
span { border-color: rgb(251,167,127); }
td.TdClassName
{
border-color: #FBA77F;
}
.TagClassName
{
border-color: #FBA77F;
}
</style>