Shades of Salomie #FCD973
Tints of Salomie #FCD973
RGB
CMYK
RGB Variations
Color information
#FCD973 (or 0xFCD973) is known color: Salomie. HEX triplet: FC, D9 and 73. RGB value is (252,217,115). Sum of RGB (Red+Green+Blue) = 252+217+115=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 115 (45.31% from 255 or 19.69% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD973 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD973 is #03268C. Grayscale: #D8D8D8. Windows color (decimal): -206477 or 7592444. OLE color: 7592444.
HSL color Cylindrical-coordinate representation of color #FCD973: hue angle of 44.67º 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 #FCD973 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 115 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.01 |
| HSL | 44.67º | 0.96% | 0.72% | - |
| HSV(B) | 44.67º | 0.54% | 0.99% | - |
| XYZ | 68.05 | 71.56 | 26.45 | - |
| YUV | 215.84 | 71.1 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 115 | 0 | 0.14 | 0.54 | 0.01 | 44.67 | 0.96 | 0.72 |
| Hex | FC | D9 | 73 | 0 | E | 36 | 1 | 2D | 60 | 48 |
| Octal | 374 | 331 | 163 | 0 | 16 | 66 | 1 | 55 | 140 | 110 |
| Binary | 11111100 | 11011001 | 1110011 | 0 | 1110 | 110110 | 1 | 101101 | 1100000 | 1001000 |
Color Harmonies of #FCD973
Complementary color
Monochromatic Colors of #FCD973
Black with #FCD973
Text Example
Text Example
White with #FCD973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD973; }
p { color: rgb(252,217,115); }
H1.HeaderClassName
{
color: #FCD973;
}
.AnyTagClassName
{
color: #FCD973;
}
</style>
background-color css
<style>
a { background-color: #FCD973; }
a { background-color: rgb(252,217,115); }
div.DivClassName
{
background-color: #FCD973;
}
.BgClassName
{
background-color: #FCD973;
}
</style>
border-color css
<style>
span { border-color: #FCD973; }
span { border-color: rgb(252,217,115); }
td.TdClassName
{
border-color: #FCD973;
}
.TagClassName
{
border-color: #FCD973;
}
</style>