Shades of Salomie #FCD676
Tints of Salomie #FCD676
RGB
CMYK
RGB Variations
Color information
#FCD676 (or 0xFCD676) is known color: Salomie. HEX triplet: FC, D6 and 76. RGB value is (252,214,118). Sum of RGB (Red+Green+Blue) = 252+214+118=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 118 (46.48% from 255 or 20.21% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD676 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD676 is #032989. Grayscale: #D6D6D6. Windows color (decimal): -207242 or 7788284. OLE color: 7788284.
HSL color Cylindrical-coordinate representation of color #FCD676: hue angle of 42.99º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FCD676 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 118 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.01 |
| HSL | 42.99º | 0.96% | 0.73% | - |
| HSV(B) | 42.99º | 0.53% | 0.99% | - |
| XYZ | 67.46 | 70.1 | 27.11 | - |
| YUV | 214.42 | 73.59 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 118 | 0 | 0.15 | 0.53 | 0.01 | 42.99 | 0.96 | 0.73 |
| Hex | FC | D6 | 76 | 0 | F | 35 | 1 | 2B | 60 | 49 |
| Octal | 374 | 326 | 166 | 0 | 17 | 65 | 1 | 53 | 140 | 111 |
| Binary | 11111100 | 11010110 | 1110110 | 0 | 1111 | 110101 | 1 | 101011 | 1100000 | 1001001 |
Color Harmonies of #FCD676
Complementary color
Monochromatic Colors of #FCD676
Black with #FCD676
Text Example
Text Example
White with #FCD676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD676; }
p { color: rgb(252,214,118); }
H1.HeaderClassName
{
color: #FCD676;
}
.AnyTagClassName
{
color: #FCD676;
}
</style>
background-color css
<style>
a { background-color: #FCD676; }
a { background-color: rgb(252,214,118); }
div.DivClassName
{
background-color: #FCD676;
}
.BgClassName
{
background-color: #FCD676;
}
</style>
border-color css
<style>
span { border-color: #FCD676; }
span { border-color: rgb(252,214,118); }
td.TdClassName
{
border-color: #FCD676;
}
.TagClassName
{
border-color: #FCD676;
}
</style>