Shades of Light Salmon #FCA67C
Tints of Light Salmon #FCA67C
RGB
CMYK
RGB Variations
Color information
#FCA67C (or 0xFCA67C) is known color: Light Salmon. HEX triplet: FC, A6 and 7C. RGB value is (252,166,124). Sum of RGB (Red+Green+Blue) = 252+166+124=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 124 (48.83% from 255 or 22.88% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA67C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA67C is #035983. Grayscale: #BBBBBB. Windows color (decimal): -219524 or 8169212. OLE color: 8169212.
HSL color Cylindrical-coordinate representation of color #FCA67C: hue angle of 19.69º 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 #FCA67C is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 166 | 124 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.01 |
| HSL | 19.69º | 0.96% | 0.74% | - |
| HSV(B) | 19.69º | 0.51% | 0.99% | - |
| XYZ | 57.42 | 49.42 | 25.58 | - |
| YUV | 186.93 | 92.49 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 166 | 124 | 0 | 0.34 | 0.51 | 0.01 | 19.69 | 0.96 | 0.74 |
| Hex | FC | A6 | 7C | 0 | 22 | 33 | 1 | 14 | 60 | 4A |
| Octal | 374 | 246 | 174 | 0 | 42 | 63 | 1 | 24 | 140 | 112 |
| Binary | 11111100 | 10100110 | 1111100 | 0 | 100010 | 110011 | 1 | 10100 | 1100000 | 1001010 |
Color Harmonies of #FCA67C
Complementary color
Monochromatic Colors of #FCA67C
Black with #FCA67C
Text Example
Text Example
White with #FCA67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA67C; }
p { color: rgb(252,166,124); }
H1.HeaderClassName
{
color: #FCA67C;
}
.AnyTagClassName
{
color: #FCA67C;
}
</style>
background-color css
<style>
a { background-color: #FCA67C; }
a { background-color: rgb(252,166,124); }
div.DivClassName
{
background-color: #FCA67C;
}
.BgClassName
{
background-color: #FCA67C;
}
</style>
border-color css
<style>
span { border-color: #FCA67C; }
span { border-color: rgb(252,166,124); }
td.TdClassName
{
border-color: #FCA67C;
}
.TagClassName
{
border-color: #FCA67C;
}
</style>