Shades of Light Salmon #FD9F79
Tints of Light Salmon #FD9F79
RGB
CMYK
RGB Variations
Color information
#FD9F79 (or 0xFD9F79) is known color: Light Salmon. HEX triplet: FD, 9F and 79. RGB value is (253,159,121). Sum of RGB (Red+Green+Blue) = 253+159+121=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 121 (47.66% from 255 or 22.70% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9F79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9F79 is #026086. Grayscale: #B7B7B7. Windows color (decimal): -155783 or 7970813. OLE color: 7970813.
HSL color Cylindrical-coordinate representation of color #FD9F79: hue angle of 17.27º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FD9F79 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 159 | 121 | - |
CMYK | 0 | 0.37 | 0.52 | 0.01 |
HSL | 17.27º | 0.97% | 0.73% | - |
HSV(B) | 17.27º | 0.52% | 0.99% | - |
XYZ | 56.36 | 47.06 | 24.2 | - |
YUV | 182.77 | 93.14 | 178.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 159 | 121 | 0 | 0.37 | 0.52 | 0.01 | 17.27 | 0.97 | 0.73 |
Hex | FD | 9F | 79 | 0 | 25 | 34 | 1 | 11 | 61 | 49 |
Octal | 375 | 237 | 171 | 0 | 45 | 64 | 1 | 21 | 141 | 111 |
Binary | 11111101 | 10011111 | 1111001 | 0 | 100101 | 110100 | 1 | 10001 | 1100001 | 1001001 |
Color Harmonies of #FD9F79
Complementary color
Monochromatic Colors of #FD9F79
Black with #FD9F79
Text Example
Text Example
White with #FD9F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9F79; }
p { color: rgb(253,159,121); }
H1.HeaderClassName
{
color: #FD9F79;
}
.AnyTagClassName
{
color: #FD9F79;
}
</style>
background-color css
<style>
a { background-color: #FD9F79; }
a { background-color: rgb(253,159,121); }
div.DivClassName
{
background-color: #FD9F79;
}
.BgClassName
{
background-color: #FD9F79;
}
</style>
border-color css
<style>
span { border-color: #FD9F79; }
span { border-color: rgb(253,159,121); }
td.TdClassName
{
border-color: #FD9F79;
}
.TagClassName
{
border-color: #FD9F79;
}
</style>