Shades of Light Salmon #FBA27C
Tints of Light Salmon #FBA27C
RGB
CMYK
RGB Variations
Color information
#FBA27C (or 0xFBA27C) is known color: Light Salmon. HEX triplet: FB, A2 and 7C. RGB value is (251,162,124). Sum of RGB (Red+Green+Blue) = 251+162+124=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA27C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA27C is #045D83. Grayscale: #B8B8B8. Windows color (decimal): -286084 or 8168187. OLE color: 8168187.
HSL color Cylindrical-coordinate representation of color #FBA27C: hue angle of 17.95º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBA27C is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 124 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.02 |
| HSL | 17.95º | 0.94% | 0.74% | - |
| HSV(B) | 17.95º | 0.51% | 0.98% | - |
| XYZ | 56.34 | 47.81 | 25.33 | - |
| YUV | 184.28 | 93.99 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 124 | 0 | 0.35 | 0.51 | 0.02 | 17.95 | 0.94 | 0.74 |
| Hex | FB | A2 | 7C | 0 | 23 | 33 | 2 | 12 | 5E | 4A |
| Octal | 373 | 242 | 174 | 0 | 43 | 63 | 2 | 22 | 136 | 112 |
| Binary | 11111011 | 10100010 | 1111100 | 0 | 100011 | 110011 | 10 | 10010 | 1011110 | 1001010 |
Color Harmonies of #FBA27C
Complementary color
Monochromatic Colors of #FBA27C
Black with #FBA27C
Text Example
Text Example
White with #FBA27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA27C; }
p { color: rgb(251,162,124); }
H1.HeaderClassName
{
color: #FBA27C;
}
.AnyTagClassName
{
color: #FBA27C;
}
</style>
background-color css
<style>
a { background-color: #FBA27C; }
a { background-color: rgb(251,162,124); }
div.DivClassName
{
background-color: #FBA27C;
}
.BgClassName
{
background-color: #FBA27C;
}
</style>
border-color css
<style>
span { border-color: #FBA27C; }
span { border-color: rgb(251,162,124); }
td.TdClassName
{
border-color: #FBA27C;
}
.TagClassName
{
border-color: #FBA27C;
}
</style>