Shades of Salomie #FCD679
Tints of Salomie #FCD679
RGB
CMYK
RGB Variations
Color information
#FCD679 (or 0xFCD679) is known color: Salomie. HEX triplet: FC, D6 and 79. RGB value is (252,214,121). Sum of RGB (Red+Green+Blue) = 252+214+121=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 121 (47.66% from 255 or 20.61% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD679 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD679 is #032986. Grayscale: #D7D7D7. Windows color (decimal): -207239 or 7984892. OLE color: 7984892.
HSL color Cylindrical-coordinate representation of color #FCD679: hue angle of 42.6º 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 #FCD679 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 121 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.01 |
| HSL | 42.6º | 0.96% | 0.73% | - |
| HSV(B) | 42.6º | 0.52% | 0.99% | - |
| XYZ | 67.64 | 70.17 | 28.07 | - |
| YUV | 214.76 | 75.09 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 121 | 0 | 0.15 | 0.52 | 0.01 | 42.6 | 0.96 | 0.73 |
| Hex | FC | D6 | 79 | 0 | F | 34 | 1 | 2B | 60 | 49 |
| Octal | 374 | 326 | 171 | 0 | 17 | 64 | 1 | 53 | 140 | 111 |
| Binary | 11111100 | 11010110 | 1111001 | 0 | 1111 | 110100 | 1 | 101011 | 1100000 | 1001001 |
Color Harmonies of #FCD679
Complementary color
Monochromatic Colors of #FCD679
Black with #FCD679
Text Example
Text Example
White with #FCD679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD679; }
p { color: rgb(252,214,121); }
H1.HeaderClassName
{
color: #FCD679;
}
.AnyTagClassName
{
color: #FCD679;
}
</style>
background-color css
<style>
a { background-color: #FCD679; }
a { background-color: rgb(252,214,121); }
div.DivClassName
{
background-color: #FCD679;
}
.BgClassName
{
background-color: #FCD679;
}
</style>
border-color css
<style>
span { border-color: #FCD679; }
span { border-color: rgb(252,214,121); }
td.TdClassName
{
border-color: #FCD679;
}
.TagClassName
{
border-color: #FCD679;
}
</style>