Shades of Light Salmon #FF9A76
Tints of Light Salmon #FF9A76
RGB
CMYK
RGB Variations
Color information
#FF9A76 (or 0xFF9A76) is known color: Light Salmon. HEX triplet: FF, 9A and 76. RGB value is (255,154,118). Sum of RGB (Red+Green+Blue) = 255+154+118=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 118 (46.48% from 255 or 22.39% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9A76 is #006589. Grayscale: #B4B4B4. Windows color (decimal): -25994 or 7772927. OLE color: 7772927.
HSL color Cylindrical-coordinate representation of color #FF9A76: hue angle of 15.77º 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 #FF9A76 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 118 | - |
| CMYK | 0 | 0.40 | 0.54 | 0 |
| HSL | 15.77º | 1% | 0.73% | - |
| HSV(B) | 15.77º | 0.54% | 1% | - |
| XYZ | 56.07 | 45.68 | 23 | - |
| YUV | 180.1 | 92.96 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 118 | 0 | 0.40 | 0.54 | 0 | 15.77 | 1 | 0.73 |
| Hex | FF | 9A | 76 | 0 | 28 | 36 | 0 | 10 | 64 | 49 |
| Octal | 377 | 232 | 166 | 0 | 50 | 66 | 0 | 20 | 144 | 111 |
| Binary | 11111111 | 10011010 | 1110110 | 0 | 101000 | 110110 | 0 | 10000 | 1100100 | 1001001 |
Color Harmonies of #FF9A76
Complementary color
Monochromatic Colors of #FF9A76
Black with #FF9A76
Text Example
Text Example
White with #FF9A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A76; }
p { color: rgb(255,154,118); }
H1.HeaderClassName
{
color: #FF9A76;
}
.AnyTagClassName
{
color: #FF9A76;
}
</style>
background-color css
<style>
a { background-color: #FF9A76; }
a { background-color: rgb(255,154,118); }
div.DivClassName
{
background-color: #FF9A76;
}
.BgClassName
{
background-color: #FF9A76;
}
</style>
border-color css
<style>
span { border-color: #FF9A76; }
span { border-color: rgb(255,154,118); }
td.TdClassName
{
border-color: #FF9A76;
}
.TagClassName
{
border-color: #FF9A76;
}
</style>