Shades of Light Salmon #FCA17C
Tints of Light Salmon #FCA17C
RGB
CMYK
RGB Variations
Color information
#FCA17C (or 0xFCA17C) is known color: Light Salmon. HEX triplet: FC, A1 and 7C. RGB value is (252,161,124). Sum of RGB (Red+Green+Blue) = 252+161+124=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA17C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA17C is #035E83. Grayscale: #B8B8B8. Windows color (decimal): -220804 or 8167932. OLE color: 8167932.
HSL color Cylindrical-coordinate representation of color #FCA17C: hue angle of 17.34º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCA17C is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 161 | 124 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.01 |
| HSL | 17.34º | 0.96% | 0.74% | - |
| HSV(B) | 17.34º | 0.51% | 0.99% | - |
| XYZ | 56.53 | 47.64 | 25.28 | - |
| YUV | 183.99 | 94.15 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 161 | 124 | 0 | 0.36 | 0.51 | 0.01 | 17.34 | 0.96 | 0.74 |
| Hex | FC | A1 | 7C | 0 | 24 | 33 | 1 | 11 | 60 | 4A |
| Octal | 374 | 241 | 174 | 0 | 44 | 63 | 1 | 21 | 140 | 112 |
| Binary | 11111100 | 10100001 | 1111100 | 0 | 100100 | 110011 | 1 | 10001 | 1100000 | 1001010 |
Color Harmonies of #FCA17C
Complementary color
Monochromatic Colors of #FCA17C
Black with #FCA17C
Text Example
Text Example
White with #FCA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA17C; }
p { color: rgb(252,161,124); }
H1.HeaderClassName
{
color: #FCA17C;
}
.AnyTagClassName
{
color: #FCA17C;
}
</style>
background-color css
<style>
a { background-color: #FCA17C; }
a { background-color: rgb(252,161,124); }
div.DivClassName
{
background-color: #FCA17C;
}
.BgClassName
{
background-color: #FCA17C;
}
</style>
border-color css
<style>
span { border-color: #FCA17C; }
span { border-color: rgb(252,161,124); }
td.TdClassName
{
border-color: #FCA17C;
}
.TagClassName
{
border-color: #FCA17C;
}
</style>