Shades of Salomie #FCD977
Tints of Salomie #FCD977
RGB
CMYK
RGB Variations
Color information
#FCD977 (or 0xFCD977) is known color: Salomie. HEX triplet: FC, D9 and 77. RGB value is (252,217,119). Sum of RGB (Red+Green+Blue) = 252+217+119=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 119 (46.88% from 255 or 20.24% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD977 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD977 is #032688. Grayscale: #D8D8D8. Windows color (decimal): -206473 or 7854588. OLE color: 7854588.
HSL color Cylindrical-coordinate representation of color #FCD977: hue angle of 44.21º 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 #FCD977 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 119 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.01 |
| HSL | 44.21º | 0.96% | 0.73% | - |
| HSV(B) | 44.21º | 0.53% | 0.99% | - |
| XYZ | 68.29 | 71.65 | 27.68 | - |
| YUV | 216.29 | 73.1 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 119 | 0 | 0.14 | 0.53 | 0.01 | 44.21 | 0.96 | 0.73 |
| Hex | FC | D9 | 77 | 0 | E | 35 | 1 | 2C | 60 | 49 |
| Octal | 374 | 331 | 167 | 0 | 16 | 65 | 1 | 54 | 140 | 111 |
| Binary | 11111100 | 11011001 | 1110111 | 0 | 1110 | 110101 | 1 | 101100 | 1100000 | 1001001 |
Color Harmonies of #FCD977
Complementary color
Monochromatic Colors of #FCD977
Black with #FCD977
Text Example
Text Example
White with #FCD977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD977; }
p { color: rgb(252,217,119); }
H1.HeaderClassName
{
color: #FCD977;
}
.AnyTagClassName
{
color: #FCD977;
}
</style>
background-color css
<style>
a { background-color: #FCD977; }
a { background-color: rgb(252,217,119); }
div.DivClassName
{
background-color: #FCD977;
}
.BgClassName
{
background-color: #FCD977;
}
</style>
border-color css
<style>
span { border-color: #FCD977; }
span { border-color: rgb(252,217,119); }
td.TdClassName
{
border-color: #FCD977;
}
.TagClassName
{
border-color: #FCD977;
}
</style>