Shades of Light Salmon #FF9976
Tints of Light Salmon #FF9976
RGB
CMYK
RGB Variations
Color information
#FF9976 (or 0xFF9976) is known color: Light Salmon. HEX triplet: FF, 99 and 76. RGB value is (255,153,118). Sum of RGB (Red+Green+Blue) = 255+153+118=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 118 (46.48% from 255 or 22.43% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9976 is #006689. Grayscale: #B3B3B3. Windows color (decimal): -26250 or 7772671. OLE color: 7772671.
HSL color Cylindrical-coordinate representation of color #FF9976: hue angle of 15.33º 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 #FF9976 is Cyan = 0, Magento = 0.4, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 118 | - |
| CMYK | 0 | 0.4 | 0.54 | 0 |
| HSL | 15.33º | 1% | 0.73% | - |
| HSV(B) | 15.33º | 0.54% | 1% | - |
| XYZ | 55.9 | 45.35 | 22.95 | - |
| YUV | 179.51 | 93.29 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 118 | 0 | 0.4 | 0.54 | 0 | 15.33 | 1 | 0.73 |
| Hex | FF | 99 | 76 | 0 | 28 | 36 | 0 | F | 64 | 49 |
| Octal | 377 | 231 | 166 | 0 | 50 | 66 | 0 | 17 | 144 | 111 |
| Binary | 11111111 | 10011001 | 1110110 | 0 | 101000 | 110110 | 0 | 1111 | 1100100 | 1001001 |
Color Harmonies of #FF9976
Complementary color
Monochromatic Colors of #FF9976
Black with #FF9976
Text Example
Text Example
White with #FF9976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9976; }
p { color: rgb(255,153,118); }
H1.HeaderClassName
{
color: #FF9976;
}
.AnyTagClassName
{
color: #FF9976;
}
</style>
background-color css
<style>
a { background-color: #FF9976; }
a { background-color: rgb(255,153,118); }
div.DivClassName
{
background-color: #FF9976;
}
.BgClassName
{
background-color: #FF9976;
}
</style>
border-color css
<style>
span { border-color: #FF9976; }
span { border-color: rgb(255,153,118); }
td.TdClassName
{
border-color: #FF9976;
}
.TagClassName
{
border-color: #FF9976;
}
</style>