Shades of Light Salmon #FF9F78
Tints of Light Salmon #FF9F78
RGB
CMYK
RGB Variations
Color information
#FF9F78 (or 0xFF9F78) is known color: Light Salmon. HEX triplet: FF, 9F and 78. RGB value is (255,159,120). Sum of RGB (Red+Green+Blue) = 255+159+120=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F78 is #006087. Grayscale: #B7B7B7. Windows color (decimal): -24712 or 7905279. OLE color: 7905279.
HSL color Cylindrical-coordinate representation of color #FF9F78: hue angle of 17.33º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF9F78 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 120 | - |
| CMYK | 0 | 0.38 | 0.53 | 0 |
| HSL | 17.33º | 1% | 0.74% | - |
| HSV(B) | 17.33º | 0.53% | 1% | - |
| XYZ | 57.03 | 47.41 | 23.92 | - |
| YUV | 183.26 | 92.3 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 120 | 0 | 0.38 | 0.53 | 0 | 17.33 | 1 | 0.74 |
| Hex | FF | 9F | 78 | 0 | 26 | 35 | 0 | 11 | 64 | 4A |
| Octal | 377 | 237 | 170 | 0 | 46 | 65 | 0 | 21 | 144 | 112 |
| Binary | 11111111 | 10011111 | 1111000 | 0 | 100110 | 110101 | 0 | 10001 | 1100100 | 1001010 |
Color Harmonies of #FF9F78
Complementary color
Monochromatic Colors of #FF9F78
Black with #FF9F78
Text Example
Text Example
White with #FF9F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F78; }
p { color: rgb(255,159,120); }
H1.HeaderClassName
{
color: #FF9F78;
}
.AnyTagClassName
{
color: #FF9F78;
}
</style>
background-color css
<style>
a { background-color: #FF9F78; }
a { background-color: rgb(255,159,120); }
div.DivClassName
{
background-color: #FF9F78;
}
.BgClassName
{
background-color: #FF9F78;
}
</style>
border-color css
<style>
span { border-color: #FF9F78; }
span { border-color: rgb(255,159,120); }
td.TdClassName
{
border-color: #FF9F78;
}
.TagClassName
{
border-color: #FF9F78;
}
</style>