Shades of Light Salmon #FBA37E
Tints of Light Salmon #FBA37E
RGB
CMYK
RGB Variations
Color information
#FBA37E (or 0xFBA37E) is known color: Light Salmon. HEX triplet: FB, A3 and 7E. RGB value is (251,163,126). Sum of RGB (Red+Green+Blue) = 251+163+126=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA37E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA37E is #045C81. Grayscale: #B9B9B9. Windows color (decimal): -285826 or 8299515. OLE color: 8299515.
HSL color Cylindrical-coordinate representation of color #FBA37E: hue angle of 17.76º 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 #FBA37E is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 126 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.02 |
| HSL | 17.76º | 0.94% | 0.74% | - |
| HSV(B) | 17.76º | 0.5% | 0.98% | - |
| XYZ | 56.65 | 48.21 | 26.06 | - |
| YUV | 185.09 | 94.65 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 126 | 0 | 0.35 | 0.50 | 0.02 | 17.76 | 0.94 | 0.74 |
| Hex | FB | A3 | 7E | 0 | 23 | 32 | 2 | 12 | 5E | 4A |
| Octal | 373 | 243 | 176 | 0 | 43 | 62 | 2 | 22 | 136 | 112 |
| Binary | 11111011 | 10100011 | 1111110 | 0 | 100011 | 110010 | 10 | 10010 | 1011110 | 1001010 |
Color Harmonies of #FBA37E
Complementary color
Monochromatic Colors of #FBA37E
Black with #FBA37E
Text Example
Text Example
White with #FBA37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA37E; }
p { color: rgb(251,163,126); }
H1.HeaderClassName
{
color: #FBA37E;
}
.AnyTagClassName
{
color: #FBA37E;
}
</style>
background-color css
<style>
a { background-color: #FBA37E; }
a { background-color: rgb(251,163,126); }
div.DivClassName
{
background-color: #FBA37E;
}
.BgClassName
{
background-color: #FBA37E;
}
</style>
border-color css
<style>
span { border-color: #FBA37E; }
span { border-color: rgb(251,163,126); }
td.TdClassName
{
border-color: #FBA37E;
}
.TagClassName
{
border-color: #FBA37E;
}
</style>