Shades of Light Salmon #FCA079
Tints of Light Salmon #FCA079
RGB
CMYK
RGB Variations
Color information
#FCA079 (or 0xFCA079) is known color: Light Salmon. HEX triplet: FC, A0 and 79. RGB value is (252,160,121). Sum of RGB (Red+Green+Blue) = 252+160+121=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 121 (47.66% from 255 or 22.70% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA079 is #035F86. Grayscale: #B7B7B7. Windows color (decimal): -221063 or 7971068. OLE color: 7971068.
HSL color Cylindrical-coordinate representation of color #FCA079: hue angle of 17.86º degrees, saturation: 0.96, 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 #FCA079 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 160 | 121 | - |
CMYK | 0 | 0.37 | 0.52 | 0.01 |
HSL | 17.86º | 0.96% | 0.73% | - |
HSV(B) | 17.86º | 0.52% | 0.99% | - |
XYZ | 56.17 | 47.22 | 24.24 | - |
YUV | 183.06 | 92.98 | 177.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 160 | 121 | 0 | 0.37 | 0.52 | 0.01 | 17.86 | 0.96 | 0.73 |
Hex | FC | A0 | 79 | 0 | 25 | 34 | 1 | 12 | 60 | 49 |
Octal | 374 | 240 | 171 | 0 | 45 | 64 | 1 | 22 | 140 | 111 |
Binary | 11111100 | 10100000 | 1111001 | 0 | 100101 | 110100 | 1 | 10010 | 1100000 | 1001001 |
Color Harmonies of #FCA079
Complementary color
Monochromatic Colors of #FCA079
Black with #FCA079
Text Example
Text Example
White with #FCA079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA079; }
p { color: rgb(252,160,121); }
H1.HeaderClassName
{
color: #FCA079;
}
.AnyTagClassName
{
color: #FCA079;
}
</style>
background-color css
<style>
a { background-color: #FCA079; }
a { background-color: rgb(252,160,121); }
div.DivClassName
{
background-color: #FCA079;
}
.BgClassName
{
background-color: #FCA079;
}
</style>
border-color css
<style>
span { border-color: #FCA079; }
span { border-color: rgb(252,160,121); }
td.TdClassName
{
border-color: #FCA079;
}
.TagClassName
{
border-color: #FCA079;
}
</style>