Shades of Salomie #FCD975
Tints of Salomie #FCD975
RGB
CMYK
RGB Variations
Color information
#FCD975 (or 0xFCD975) is known color: Salomie. HEX triplet: FC, D9 and 75. RGB value is (252,217,117). Sum of RGB (Red+Green+Blue) = 252+217+117=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 117 (46.09% from 255 or 19.97% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD975 is #03268A. Grayscale: #D8D8D8. Windows color (decimal): -206475 or 7723516. OLE color: 7723516.
HSL color Cylindrical-coordinate representation of color #FCD975: hue angle of 44.44º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCD975 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 117 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.01 |
| HSL | 44.44º | 0.96% | 0.72% | - |
| HSV(B) | 44.44º | 0.54% | 0.99% | - |
| XYZ | 68.17 | 71.61 | 27.06 | - |
| YUV | 216.07 | 72.1 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 117 | 0 | 0.14 | 0.54 | 0.01 | 44.44 | 0.96 | 0.72 |
| Hex | FC | D9 | 75 | 0 | E | 36 | 1 | 2C | 60 | 48 |
| Octal | 374 | 331 | 165 | 0 | 16 | 66 | 1 | 54 | 140 | 110 |
| Binary | 11111100 | 11011001 | 1110101 | 0 | 1110 | 110110 | 1 | 101100 | 1100000 | 1001000 |
Color Harmonies of #FCD975
Complementary color
Monochromatic Colors of #FCD975
Black with #FCD975
Text Example
Text Example
White with #FCD975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD975; }
p { color: rgb(252,217,117); }
H1.HeaderClassName
{
color: #FCD975;
}
.AnyTagClassName
{
color: #FCD975;
}
</style>
background-color css
<style>
a { background-color: #FCD975; }
a { background-color: rgb(252,217,117); }
div.DivClassName
{
background-color: #FCD975;
}
.BgClassName
{
background-color: #FCD975;
}
</style>
border-color css
<style>
span { border-color: #FCD975; }
span { border-color: rgb(252,217,117); }
td.TdClassName
{
border-color: #FCD975;
}
.TagClassName
{
border-color: #FCD975;
}
</style>