Shades of Light Salmon #FF9E74
Tints of Light Salmon #FF9E74
RGB
CMYK
RGB Variations
Color information
#FF9E74 (or 0xFF9E74) is known color: Light Salmon. HEX triplet: FF, 9E and 74. RGB value is (255,158,116). Sum of RGB (Red+Green+Blue) = 255+158+116=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9E74 is #00618B. Grayscale: #B6B6B6. Windows color (decimal): -24972 or 7642879. OLE color: 7642879.
HSL color Cylindrical-coordinate representation of color #FF9E74: hue angle of 18.13º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF9E74 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 116 | - |
| CMYK | 0 | 0.38 | 0.55 | 0 |
| HSL | 18.13º | 1% | 0.73% | - |
| HSV(B) | 18.13º | 0.55% | 1% | - |
| XYZ | 56.62 | 46.97 | 22.61 | - |
| YUV | 182.22 | 90.64 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 116 | 0 | 0.38 | 0.55 | 0 | 18.13 | 1 | 0.73 |
| Hex | FF | 9E | 74 | 0 | 26 | 37 | 0 | 12 | 64 | 49 |
| Octal | 377 | 236 | 164 | 0 | 46 | 67 | 0 | 22 | 144 | 111 |
| Binary | 11111111 | 10011110 | 1110100 | 0 | 100110 | 110111 | 0 | 10010 | 1100100 | 1001001 |
Color Harmonies of #FF9E74
Complementary color
Monochromatic Colors of #FF9E74
Black with #FF9E74
Text Example
Text Example
White with #FF9E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E74; }
p { color: rgb(255,158,116); }
H1.HeaderClassName
{
color: #FF9E74;
}
.AnyTagClassName
{
color: #FF9E74;
}
</style>
background-color css
<style>
a { background-color: #FF9E74; }
a { background-color: rgb(255,158,116); }
div.DivClassName
{
background-color: #FF9E74;
}
.BgClassName
{
background-color: #FF9E74;
}
</style>
border-color css
<style>
span { border-color: #FF9E74; }
span { border-color: rgb(255,158,116); }
td.TdClassName
{
border-color: #FF9E74;
}
.TagClassName
{
border-color: #FF9E74;
}
</style>