Shades of Light Salmon #FBA37D
Tints of Light Salmon #FBA37D
RGB
CMYK
RGB Variations
Color information
#FBA37D (or 0xFBA37D) is known color: Light Salmon. HEX triplet: FB, A3 and 7D. RGB value is (251,163,125). Sum of RGB (Red+Green+Blue) = 251+163+125=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA37D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA37D is #045C82. Grayscale: #B9B9B9. Windows color (decimal): -285827 or 8233979. OLE color: 8233979.
HSL color Cylindrical-coordinate representation of color #FBA37D: hue angle of 18.1º 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 #FBA37D is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 125 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.02 |
| HSL | 18.1º | 0.94% | 0.74% | - |
| HSV(B) | 18.1º | 0.5% | 0.98% | - |
| XYZ | 56.58 | 48.18 | 25.72 | - |
| YUV | 184.98 | 94.15 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 125 | 0 | 0.35 | 0.50 | 0.02 | 18.1 | 0.94 | 0.74 |
| Hex | FB | A3 | 7D | 0 | 23 | 32 | 2 | 12 | 5E | 4A |
| Octal | 373 | 243 | 175 | 0 | 43 | 62 | 2 | 22 | 136 | 112 |
| Binary | 11111011 | 10100011 | 1111101 | 0 | 100011 | 110010 | 10 | 10010 | 1011110 | 1001010 |
Color Harmonies of #FBA37D
Complementary color
Monochromatic Colors of #FBA37D
Black with #FBA37D
Text Example
Text Example
White with #FBA37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA37D; }
p { color: rgb(251,163,125); }
H1.HeaderClassName
{
color: #FBA37D;
}
.AnyTagClassName
{
color: #FBA37D;
}
</style>
background-color css
<style>
a { background-color: #FBA37D; }
a { background-color: rgb(251,163,125); }
div.DivClassName
{
background-color: #FBA37D;
}
.BgClassName
{
background-color: #FBA37D;
}
</style>
border-color css
<style>
span { border-color: #FBA37D; }
span { border-color: rgb(251,163,125); }
td.TdClassName
{
border-color: #FBA37D;
}
.TagClassName
{
border-color: #FBA37D;
}
</style>