Shades of Salomie #FCD579
Tints of Salomie #FCD579
RGB
CMYK
RGB Variations
Color information
#FCD579 (or 0xFCD579) is known color: Salomie. HEX triplet: FC, D5 and 79. RGB value is (252,213,121). Sum of RGB (Red+Green+Blue) = 252+213+121=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 121 (47.66% from 255 or 20.65% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD579 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD579 is #032A86. Grayscale: #D6D6D6. Windows color (decimal): -207495 or 7984636. OLE color: 7984636.
HSL color Cylindrical-coordinate representation of color #FCD579: hue angle of 42.14º 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 #FCD579 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 121 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.01 |
| HSL | 42.14º | 0.96% | 0.73% | - |
| HSV(B) | 42.14º | 0.52% | 0.99% | - |
| XYZ | 67.39 | 69.66 | 27.98 | - |
| YUV | 214.17 | 75.42 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 121 | 0 | 0.15 | 0.52 | 0.01 | 42.14 | 0.96 | 0.73 |
| Hex | FC | D5 | 79 | 0 | F | 34 | 1 | 2A | 60 | 49 |
| Octal | 374 | 325 | 171 | 0 | 17 | 64 | 1 | 52 | 140 | 111 |
| Binary | 11111100 | 11010101 | 1111001 | 0 | 1111 | 110100 | 1 | 101010 | 1100000 | 1001001 |
Color Harmonies of #FCD579
Complementary color
Monochromatic Colors of #FCD579
Black with #FCD579
Text Example
Text Example
White with #FCD579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD579; }
p { color: rgb(252,213,121); }
H1.HeaderClassName
{
color: #FCD579;
}
.AnyTagClassName
{
color: #FCD579;
}
</style>
background-color css
<style>
a { background-color: #FCD579; }
a { background-color: rgb(252,213,121); }
div.DivClassName
{
background-color: #FCD579;
}
.BgClassName
{
background-color: #FCD579;
}
</style>
border-color css
<style>
span { border-color: #FCD579; }
span { border-color: rgb(252,213,121); }
td.TdClassName
{
border-color: #FCD579;
}
.TagClassName
{
border-color: #FCD579;
}
</style>