Shades of Light Salmon #FBA07F
Tints of Light Salmon #FBA07F
RGB
CMYK
RGB Variations
Color information
#FBA07F (or 0xFBA07F) is known color: Light Salmon. HEX triplet: FB, A0 and 7F. RGB value is (251,160,127). Sum of RGB (Red+Green+Blue) = 251+160+127=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 127 (50% from 255 or 23.61% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA07F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA07F is #045F80. Grayscale: #B7B7B7. Windows color (decimal): -286593 or 8364283. OLE color: 8364283.
HSL color Cylindrical-coordinate representation of color #FBA07F: hue angle of 15.97º 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 #FBA07F is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 127 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.02 |
| HSL | 15.97º | 0.94% | 0.74% | - |
| HSV(B) | 15.97º | 0.49% | 0.98% | - |
| XYZ | 56.19 | 47.18 | 26.22 | - |
| YUV | 183.45 | 96.15 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 127 | 0 | 0.36 | 0.49 | 0.02 | 15.97 | 0.94 | 0.74 |
| Hex | FB | A0 | 7F | 0 | 24 | 31 | 2 | 10 | 5E | 4A |
| Octal | 373 | 240 | 177 | 0 | 44 | 61 | 2 | 20 | 136 | 112 |
| Binary | 11111011 | 10100000 | 1111111 | 0 | 100100 | 110001 | 10 | 10000 | 1011110 | 1001010 |
Color Harmonies of #FBA07F
Complementary color
Monochromatic Colors of #FBA07F
Black with #FBA07F
Text Example
Text Example
White with #FBA07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA07F; }
p { color: rgb(251,160,127); }
H1.HeaderClassName
{
color: #FBA07F;
}
.AnyTagClassName
{
color: #FBA07F;
}
</style>
background-color css
<style>
a { background-color: #FBA07F; }
a { background-color: rgb(251,160,127); }
div.DivClassName
{
background-color: #FBA07F;
}
.BgClassName
{
background-color: #FBA07F;
}
</style>
border-color css
<style>
span { border-color: #FBA07F; }
span { border-color: rgb(251,160,127); }
td.TdClassName
{
border-color: #FBA07F;
}
.TagClassName
{
border-color: #FBA07F;
}
</style>