Shades of Light Salmon #FF9F7E
Tints of Light Salmon #FF9F7E
RGB
CMYK
RGB Variations
Color information
#FF9F7E (or 0xFF9F7E) is known color: Light Salmon. HEX triplet: FF, 9F and 7E. RGB value is (255,159,126). Sum of RGB (Red+Green+Blue) = 255+159+126=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F7E is #006081. Grayscale: #B8B8B8. Windows color (decimal): -24706 or 8298495. OLE color: 8298495.
HSL color Cylindrical-coordinate representation of color #FF9F7E: hue angle of 15.35º 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 #FF9F7E is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 126 | - |
| CMYK | 0 | 0.38 | 0.51 | 0 |
| HSL | 15.35º | 1% | 0.75% | - |
| HSV(B) | 15.35º | 0.51% | 1% | - |
| XYZ | 57.4 | 47.56 | 25.89 | - |
| YUV | 183.94 | 95.3 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 126 | 0 | 0.38 | 0.51 | 0 | 15.35 | 1 | 0.75 |
| Hex | FF | 9F | 7E | 0 | 26 | 33 | 0 | F | 64 | 4B |
| Octal | 377 | 237 | 176 | 0 | 46 | 63 | 0 | 17 | 144 | 113 |
| Binary | 11111111 | 10011111 | 1111110 | 0 | 100110 | 110011 | 0 | 1111 | 1100100 | 1001011 |
Color Harmonies of #FF9F7E
Complementary color
Monochromatic Colors of #FF9F7E
Black with #FF9F7E
Text Example
Text Example
White with #FF9F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F7E; }
p { color: rgb(255,159,126); }
H1.HeaderClassName
{
color: #FF9F7E;
}
.AnyTagClassName
{
color: #FF9F7E;
}
</style>
background-color css
<style>
a { background-color: #FF9F7E; }
a { background-color: rgb(255,159,126); }
div.DivClassName
{
background-color: #FF9F7E;
}
.BgClassName
{
background-color: #FF9F7E;
}
</style>
border-color css
<style>
span { border-color: #FF9F7E; }
span { border-color: rgb(255,159,126); }
td.TdClassName
{
border-color: #FF9F7E;
}
.TagClassName
{
border-color: #FF9F7E;
}
</style>