Shades of Light Salmon #FBA07D
Tints of Light Salmon #FBA07D
RGB
CMYK
RGB Variations
Color information
#FBA07D (or 0xFBA07D) is known color: Light Salmon. HEX triplet: FB, A0 and 7D. RGB value is (251,160,125). Sum of RGB (Red+Green+Blue) = 251+160+125=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA07D is #045F82. Grayscale: #B7B7B7. Windows color (decimal): -286595 or 8233211. OLE color: 8233211.
HSL color Cylindrical-coordinate representation of color #FBA07D: hue angle of 16.67º 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 #FBA07D is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 125 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.02 |
| HSL | 16.67º | 0.94% | 0.74% | - |
| HSV(B) | 16.67º | 0.5% | 0.98% | - |
| XYZ | 56.06 | 47.13 | 25.54 | - |
| YUV | 183.22 | 95.15 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 125 | 0 | 0.36 | 0.50 | 0.02 | 16.67 | 0.94 | 0.74 |
| Hex | FB | A0 | 7D | 0 | 24 | 32 | 2 | 11 | 5E | 4A |
| Octal | 373 | 240 | 175 | 0 | 44 | 62 | 2 | 21 | 136 | 112 |
| Binary | 11111011 | 10100000 | 1111101 | 0 | 100100 | 110010 | 10 | 10001 | 1011110 | 1001010 |
Color Harmonies of #FBA07D
Complementary color
Monochromatic Colors of #FBA07D
Black with #FBA07D
Text Example
Text Example
White with #FBA07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA07D; }
p { color: rgb(251,160,125); }
H1.HeaderClassName
{
color: #FBA07D;
}
.AnyTagClassName
{
color: #FBA07D;
}
</style>
background-color css
<style>
a { background-color: #FBA07D; }
a { background-color: rgb(251,160,125); }
div.DivClassName
{
background-color: #FBA07D;
}
.BgClassName
{
background-color: #FBA07D;
}
</style>
border-color css
<style>
span { border-color: #FBA07D; }
span { border-color: rgb(251,160,125); }
td.TdClassName
{
border-color: #FBA07D;
}
.TagClassName
{
border-color: #FBA07D;
}
</style>