Shades of Light Salmon #FF9978
Tints of Light Salmon #FF9978
RGB
CMYK
RGB Variations
Color information
#FF9978 (or 0xFF9978) is known color: Light Salmon. HEX triplet: FF, 99 and 78. RGB value is (255,153,120). Sum of RGB (Red+Green+Blue) = 255+153+120=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 120 (47.27% from 255 or 22.73% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9978 is #006687. Grayscale: #B3B3B3. Windows color (decimal): -26248 or 7903743. OLE color: 7903743.
HSL color Cylindrical-coordinate representation of color #FF9978: hue angle of 14.67º 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 #FF9978 is Cyan = 0, Magento = 0.4, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 120 | - |
| CMYK | 0 | 0.4 | 0.53 | 0 |
| HSL | 14.67º | 1% | 0.74% | - |
| HSV(B) | 14.67º | 0.53% | 1% | - |
| XYZ | 56.02 | 45.4 | 23.58 | - |
| YUV | 179.74 | 94.29 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 120 | 0 | 0.4 | 0.53 | 0 | 14.67 | 1 | 0.74 |
| Hex | FF | 99 | 78 | 0 | 28 | 35 | 0 | F | 64 | 4A |
| Octal | 377 | 231 | 170 | 0 | 50 | 65 | 0 | 17 | 144 | 112 |
| Binary | 11111111 | 10011001 | 1111000 | 0 | 101000 | 110101 | 0 | 1111 | 1100100 | 1001010 |
Color Harmonies of #FF9978
Complementary color
Monochromatic Colors of #FF9978
Black with #FF9978
Text Example
Text Example
White with #FF9978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9978; }
p { color: rgb(255,153,120); }
H1.HeaderClassName
{
color: #FF9978;
}
.AnyTagClassName
{
color: #FF9978;
}
</style>
background-color css
<style>
a { background-color: #FF9978; }
a { background-color: rgb(255,153,120); }
div.DivClassName
{
background-color: #FF9978;
}
.BgClassName
{
background-color: #FF9978;
}
</style>
border-color css
<style>
span { border-color: #FF9978; }
span { border-color: rgb(255,153,120); }
td.TdClassName
{
border-color: #FF9978;
}
.TagClassName
{
border-color: #FF9978;
}
</style>