Shades of Salomie #FCD276
Tints of Salomie #FCD276
RGB
CMYK
RGB Variations
Color information
#FCD276 (or 0xFCD276) is known color: Salomie. HEX triplet: FC, D2 and 76. RGB value is (252,210,118). Sum of RGB (Red+Green+Blue) = 252+210+118=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 118 (46.48% from 255 or 20.34% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD276 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD276 is #032D89. Grayscale: #D4D4D4. Windows color (decimal): -208266 or 7787260. OLE color: 7787260.
HSL color Cylindrical-coordinate representation of color #FCD276: hue angle of 41.19º 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 #FCD276 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 118 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.01 |
| HSL | 41.19º | 0.96% | 0.73% | - |
| HSV(B) | 41.19º | 0.53% | 0.99% | - |
| XYZ | 66.46 | 68.1 | 26.78 | - |
| YUV | 212.07 | 74.91 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 118 | 0 | 0.17 | 0.53 | 0.01 | 41.19 | 0.96 | 0.73 |
| Hex | FC | D2 | 76 | 0 | 11 | 35 | 1 | 29 | 60 | 49 |
| Octal | 374 | 322 | 166 | 0 | 21 | 65 | 1 | 51 | 140 | 111 |
| Binary | 11111100 | 11010010 | 1110110 | 0 | 10001 | 110101 | 1 | 101001 | 1100000 | 1001001 |
Color Harmonies of #FCD276
Complementary color
Monochromatic Colors of #FCD276
Black with #FCD276
Text Example
Text Example
White with #FCD276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD276; }
p { color: rgb(252,210,118); }
H1.HeaderClassName
{
color: #FCD276;
}
.AnyTagClassName
{
color: #FCD276;
}
</style>
background-color css
<style>
a { background-color: #FCD276; }
a { background-color: rgb(252,210,118); }
div.DivClassName
{
background-color: #FCD276;
}
.BgClassName
{
background-color: #FCD276;
}
</style>
border-color css
<style>
span { border-color: #FCD276; }
span { border-color: rgb(252,210,118); }
td.TdClassName
{
border-color: #FCD276;
}
.TagClassName
{
border-color: #FCD276;
}
</style>