Shades of Light Salmon #FF9E7D
Tints of Light Salmon #FF9E7D
RGB
CMYK
RGB Variations
Color information
#FF9E7D (or 0xFF9E7D) is known color: Light Salmon. HEX triplet: FF, 9E and 7D. RGB value is (255,158,125). Sum of RGB (Red+Green+Blue) = 255+158+125=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9E7D is #006182. Grayscale: #B7B7B7. Windows color (decimal): -24963 or 8232703. OLE color: 8232703.
HSL color Cylindrical-coordinate representation of color #FF9E7D: hue angle of 15.23º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF9E7D is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 158 | 125 | - |
CMYK | 0 | 0.38 | 0.51 | 0 |
HSL | 15.23º | 1% | 0.75% | - |
HSV(B) | 15.23º | 0.51% | 1% | - |
XYZ | 57.17 | 47.19 | 25.5 | - |
YUV | 183.24 | 95.14 | 179.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 158 | 125 | 0 | 0.38 | 0.51 | 0 | 15.23 | 1 | 0.75 |
Hex | FF | 9E | 7D | 0 | 26 | 33 | 0 | F | 64 | 4B |
Octal | 377 | 236 | 175 | 0 | 46 | 63 | 0 | 17 | 144 | 113 |
Binary | 11111111 | 10011110 | 1111101 | 0 | 100110 | 110011 | 0 | 1111 | 1100100 | 1001011 |
Color Harmonies of #FF9E7D
Complementary color
Monochromatic Colors of #FF9E7D
Black with #FF9E7D
Text Example
Text Example
White with #FF9E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E7D; }
p { color: rgb(255,158,125); }
H1.HeaderClassName
{
color: #FF9E7D;
}
.AnyTagClassName
{
color: #FF9E7D;
}
</style>
background-color css
<style>
a { background-color: #FF9E7D; }
a { background-color: rgb(255,158,125); }
div.DivClassName
{
background-color: #FF9E7D;
}
.BgClassName
{
background-color: #FF9E7D;
}
</style>
border-color css
<style>
span { border-color: #FF9E7D; }
span { border-color: rgb(255,158,125); }
td.TdClassName
{
border-color: #FF9E7D;
}
.TagClassName
{
border-color: #FF9E7D;
}
</style>