Shades of Light Salmon #FC9674
Tints of Light Salmon #FC9674
RGB
CMYK
RGB Variations
Color information
#FC9674 (or 0xFC9674) is known color: Light Salmon. HEX triplet: FC, 96 and 74. RGB value is (252,150,116). Sum of RGB (Red+Green+Blue) = 252+150+116=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9674 is #03698B. Grayscale: #B0B0B0. Windows color (decimal): -223628 or 7640828. OLE color: 7640828.
HSL color Cylindrical-coordinate representation of color #FC9674: hue angle of 15º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC9674 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 150 | 116 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.01 |
| HSL | 15º | 0.96% | 0.72% | - |
| HSV(B) | 15º | 0.54% | 0.99% | - |
| XYZ | 54.2 | 43.77 | 22.11 | - |
| YUV | 176.62 | 93.79 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 150 | 116 | 0 | 0.40 | 0.54 | 0.01 | 15 | 0.96 | 0.72 |
| Hex | FC | 96 | 74 | 0 | 28 | 36 | 1 | F | 60 | 48 |
| Octal | 374 | 226 | 164 | 0 | 50 | 66 | 1 | 17 | 140 | 110 |
| Binary | 11111100 | 10010110 | 1110100 | 0 | 101000 | 110110 | 1 | 1111 | 1100000 | 1001000 |
Color Harmonies of #FC9674
Complementary color
Monochromatic Colors of #FC9674
Black with #FC9674
Text Example
Text Example
White with #FC9674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9674; }
p { color: rgb(252,150,116); }
H1.HeaderClassName
{
color: #FC9674;
}
.AnyTagClassName
{
color: #FC9674;
}
</style>
background-color css
<style>
a { background-color: #FC9674; }
a { background-color: rgb(252,150,116); }
div.DivClassName
{
background-color: #FC9674;
}
.BgClassName
{
background-color: #FC9674;
}
</style>
border-color css
<style>
span { border-color: #FC9674; }
span { border-color: rgb(252,150,116); }
td.TdClassName
{
border-color: #FC9674;
}
.TagClassName
{
border-color: #FC9674;
}
</style>