Shades of Light Salmon #FCA17A
Tints of Light Salmon #FCA17A
RGB
CMYK
RGB Variations
Color information
#FCA17A (or 0xFCA17A) is known color: Light Salmon. HEX triplet: FC, A1 and 7A. RGB value is (252,161,122). Sum of RGB (Red+Green+Blue) = 252+161+122=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA17A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA17A is #035E85. Grayscale: #B8B8B8. Windows color (decimal): -220806 or 8036860. OLE color: 8036860.
HSL color Cylindrical-coordinate representation of color #FCA17A: hue angle of 18º 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 #FCA17A is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 161 | 122 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.01 |
| HSL | 18º | 0.96% | 0.73% | - |
| HSV(B) | 18º | 0.52% | 0.99% | - |
| XYZ | 56.4 | 47.59 | 24.63 | - |
| YUV | 183.76 | 93.15 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 161 | 122 | 0 | 0.36 | 0.52 | 0.01 | 18 | 0.96 | 0.73 |
| Hex | FC | A1 | 7A | 0 | 24 | 34 | 1 | 12 | 60 | 49 |
| Octal | 374 | 241 | 172 | 0 | 44 | 64 | 1 | 22 | 140 | 111 |
| Binary | 11111100 | 10100001 | 1111010 | 0 | 100100 | 110100 | 1 | 10010 | 1100000 | 1001001 |
Color Harmonies of #FCA17A
Complementary color
Monochromatic Colors of #FCA17A
Black with #FCA17A
Text Example
Text Example
White with #FCA17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA17A; }
p { color: rgb(252,161,122); }
H1.HeaderClassName
{
color: #FCA17A;
}
.AnyTagClassName
{
color: #FCA17A;
}
</style>
background-color css
<style>
a { background-color: #FCA17A; }
a { background-color: rgb(252,161,122); }
div.DivClassName
{
background-color: #FCA17A;
}
.BgClassName
{
background-color: #FCA17A;
}
</style>
border-color css
<style>
span { border-color: #FCA17A; }
span { border-color: rgb(252,161,122); }
td.TdClassName
{
border-color: #FCA17A;
}
.TagClassName
{
border-color: #FCA17A;
}
</style>