Shades of Light Salmon #FF9E7B
Tints of Light Salmon #FF9E7B
RGB
CMYK
RGB Variations
Color information
#FF9E7B (or 0xFF9E7B) is known color: Light Salmon. HEX triplet: FF, 9E and 7B. RGB value is (255,158,123). Sum of RGB (Red+Green+Blue) = 255+158+123=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 123 (48.44% from 255 or 22.95% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9E7B is #006184. Grayscale: #B7B7B7. Windows color (decimal): -24965 or 8101631. OLE color: 8101631.
HSL color Cylindrical-coordinate representation of color #FF9E7B: hue angle of 15.91º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF9E7B is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 123 | - |
| CMYK | 0 | 0.38 | 0.52 | 0 |
| HSL | 15.91º | 1% | 0.74% | - |
| HSV(B) | 15.91º | 0.52% | 1% | - |
| XYZ | 57.04 | 47.14 | 24.83 | - |
| YUV | 183.01 | 94.14 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 123 | 0 | 0.38 | 0.52 | 0 | 15.91 | 1 | 0.74 |
| Hex | FF | 9E | 7B | 0 | 26 | 34 | 0 | 10 | 64 | 4A |
| Octal | 377 | 236 | 173 | 0 | 46 | 64 | 0 | 20 | 144 | 112 |
| Binary | 11111111 | 10011110 | 1111011 | 0 | 100110 | 110100 | 0 | 10000 | 1100100 | 1001010 |
Color Harmonies of #FF9E7B
Complementary color
Monochromatic Colors of #FF9E7B
Black with #FF9E7B
Text Example
Text Example
White with #FF9E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E7B; }
p { color: rgb(255,158,123); }
H1.HeaderClassName
{
color: #FF9E7B;
}
.AnyTagClassName
{
color: #FF9E7B;
}
</style>
background-color css
<style>
a { background-color: #FF9E7B; }
a { background-color: rgb(255,158,123); }
div.DivClassName
{
background-color: #FF9E7B;
}
.BgClassName
{
background-color: #FF9E7B;
}
</style>
border-color css
<style>
span { border-color: #FF9E7B; }
span { border-color: rgb(255,158,123); }
td.TdClassName
{
border-color: #FF9E7B;
}
.TagClassName
{
border-color: #FF9E7B;
}
</style>