Shades of Salomie #FCD476
Tints of Salomie #FCD476
RGB
CMYK
RGB Variations
Color information
#FCD476 (or 0xFCD476) is known color: Salomie. HEX triplet: FC, D4 and 76. RGB value is (252,212,118). Sum of RGB (Red+Green+Blue) = 252+212+118=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 118 (46.48% from 255 or 20.27% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD476 is #032B89. Grayscale: #D5D5D5. Windows color (decimal): -207754 or 7787772. OLE color: 7787772.
HSL color Cylindrical-coordinate representation of color #FCD476: hue angle of 42.09º 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 #FCD476 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 118 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.01 |
| HSL | 42.09º | 0.96% | 0.73% | - |
| HSV(B) | 42.09º | 0.53% | 0.99% | - |
| XYZ | 66.96 | 69.09 | 26.95 | - |
| YUV | 213.24 | 74.25 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 118 | 0 | 0.16 | 0.53 | 0.01 | 42.09 | 0.96 | 0.73 |
| Hex | FC | D4 | 76 | 0 | 10 | 35 | 1 | 2A | 60 | 49 |
| Octal | 374 | 324 | 166 | 0 | 20 | 65 | 1 | 52 | 140 | 111 |
| Binary | 11111100 | 11010100 | 1110110 | 0 | 10000 | 110101 | 1 | 101010 | 1100000 | 1001001 |
Color Harmonies of #FCD476
Complementary color
Monochromatic Colors of #FCD476
Black with #FCD476
Text Example
Text Example
White with #FCD476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD476; }
p { color: rgb(252,212,118); }
H1.HeaderClassName
{
color: #FCD476;
}
.AnyTagClassName
{
color: #FCD476;
}
</style>
background-color css
<style>
a { background-color: #FCD476; }
a { background-color: rgb(252,212,118); }
div.DivClassName
{
background-color: #FCD476;
}
.BgClassName
{
background-color: #FCD476;
}
</style>
border-color css
<style>
span { border-color: #FCD476; }
span { border-color: rgb(252,212,118); }
td.TdClassName
{
border-color: #FCD476;
}
.TagClassName
{
border-color: #FCD476;
}
</style>