Shades of Light Salmon #FB9A73
Tints of Light Salmon #FB9A73
RGB
CMYK
RGB Variations
Color information
#FB9A73 (or 0xFB9A73) is known color: Light Salmon. HEX triplet: FB, 9A and 73. RGB value is (251,154,115). Sum of RGB (Red+Green+Blue) = 251+154+115=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 115 (45.31% from 255 or 22.12% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9A73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9A73 is #04658C. Grayscale: #B2B2B2. Windows color (decimal): -288141 or 7576315. OLE color: 7576315.
HSL color Cylindrical-coordinate representation of color #FB9A73: hue angle of 17.21º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB9A73 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 154 | 115 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.02 |
| HSL | 17.21º | 0.94% | 0.72% | - |
| HSV(B) | 17.21º | 0.54% | 0.98% | - |
| XYZ | 54.43 | 44.86 | 22.01 | - |
| YUV | 178.56 | 92.14 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 154 | 115 | 0 | 0.39 | 0.54 | 0.02 | 17.21 | 0.94 | 0.72 |
| Hex | FB | 9A | 73 | 0 | 27 | 36 | 2 | 11 | 5E | 48 |
| Octal | 373 | 232 | 163 | 0 | 47 | 66 | 2 | 21 | 136 | 110 |
| Binary | 11111011 | 10011010 | 1110011 | 0 | 100111 | 110110 | 10 | 10001 | 1011110 | 1001000 |
Color Harmonies of #FB9A73
Complementary color
Monochromatic Colors of #FB9A73
Black with #FB9A73
Text Example
Text Example
White with #FB9A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9A73; }
p { color: rgb(251,154,115); }
H1.HeaderClassName
{
color: #FB9A73;
}
.AnyTagClassName
{
color: #FB9A73;
}
</style>
background-color css
<style>
a { background-color: #FB9A73; }
a { background-color: rgb(251,154,115); }
div.DivClassName
{
background-color: #FB9A73;
}
.BgClassName
{
background-color: #FB9A73;
}
</style>
border-color css
<style>
span { border-color: #FB9A73; }
span { border-color: rgb(251,154,115); }
td.TdClassName
{
border-color: #FB9A73;
}
.TagClassName
{
border-color: #FB9A73;
}
</style>