Shades of Light Salmon #FF9C76
Tints of Light Salmon #FF9C76
RGB
CMYK
RGB Variations
Color information
#FF9C76 (or 0xFF9C76) is known color: Light Salmon. HEX triplet: FF, 9C and 76. RGB value is (255,156,118). Sum of RGB (Red+Green+Blue) = 255+156+118=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9C76 is #006389. Grayscale: #B5B5B5. Windows color (decimal): -25482 or 7773439. OLE color: 7773439.
HSL color Cylindrical-coordinate representation of color #FF9C76: hue angle of 16.64º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF9C76 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 118 | - |
| CMYK | 0 | 0.39 | 0.54 | 0 |
| HSL | 16.64º | 1% | 0.73% | - |
| HSV(B) | 16.64º | 0.54% | 1% | - |
| XYZ | 56.4 | 46.34 | 23.11 | - |
| YUV | 181.27 | 92.3 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 118 | 0 | 0.39 | 0.54 | 0 | 16.64 | 1 | 0.73 |
| Hex | FF | 9C | 76 | 0 | 27 | 36 | 0 | 11 | 64 | 49 |
| Octal | 377 | 234 | 166 | 0 | 47 | 66 | 0 | 21 | 144 | 111 |
| Binary | 11111111 | 10011100 | 1110110 | 0 | 100111 | 110110 | 0 | 10001 | 1100100 | 1001001 |
Color Harmonies of #FF9C76
Complementary color
Monochromatic Colors of #FF9C76
Black with #FF9C76
Text Example
Text Example
White with #FF9C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C76; }
p { color: rgb(255,156,118); }
H1.HeaderClassName
{
color: #FF9C76;
}
.AnyTagClassName
{
color: #FF9C76;
}
</style>
background-color css
<style>
a { background-color: #FF9C76; }
a { background-color: rgb(255,156,118); }
div.DivClassName
{
background-color: #FF9C76;
}
.BgClassName
{
background-color: #FF9C76;
}
</style>
border-color css
<style>
span { border-color: #FF9C76; }
span { border-color: rgb(255,156,118); }
td.TdClassName
{
border-color: #FF9C76;
}
.TagClassName
{
border-color: #FF9C76;
}
</style>