Shades of Salomie #FCD879
Tints of Salomie #FCD879
RGB
CMYK
RGB Variations
Color information
#FCD879 (or 0xFCD879) is known color: Salomie. HEX triplet: FC, D8 and 79. RGB value is (252,216,121). Sum of RGB (Red+Green+Blue) = 252+216+121=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 121 (47.66% from 255 or 20.54% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD879 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD879 is #032786. Grayscale: #D8D8D8. Windows color (decimal): -206727 or 7985404. OLE color: 7985404.
HSL color Cylindrical-coordinate representation of color #FCD879: hue angle of 43.51º 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 #FCD879 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 121 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.01 |
| HSL | 43.51º | 0.96% | 0.73% | - |
| HSV(B) | 43.51º | 0.52% | 0.99% | - |
| XYZ | 68.15 | 71.19 | 28.24 | - |
| YUV | 215.93 | 74.43 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 121 | 0 | 0.14 | 0.52 | 0.01 | 43.51 | 0.96 | 0.73 |
| Hex | FC | D8 | 79 | 0 | E | 34 | 1 | 2C | 60 | 49 |
| Octal | 374 | 330 | 171 | 0 | 16 | 64 | 1 | 54 | 140 | 111 |
| Binary | 11111100 | 11011000 | 1111001 | 0 | 1110 | 110100 | 1 | 101100 | 1100000 | 1001001 |
Color Harmonies of #FCD879
Complementary color
Monochromatic Colors of #FCD879
Black with #FCD879
Text Example
Text Example
White with #FCD879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD879; }
p { color: rgb(252,216,121); }
H1.HeaderClassName
{
color: #FCD879;
}
.AnyTagClassName
{
color: #FCD879;
}
</style>
background-color css
<style>
a { background-color: #FCD879; }
a { background-color: rgb(252,216,121); }
div.DivClassName
{
background-color: #FCD879;
}
.BgClassName
{
background-color: #FCD879;
}
</style>
border-color css
<style>
span { border-color: #FCD879; }
span { border-color: rgb(252,216,121); }
td.TdClassName
{
border-color: #FCD879;
}
.TagClassName
{
border-color: #FCD879;
}
</style>