Shades of Salomie #FCD178
Tints of Salomie #FCD178
RGB
CMYK
RGB Variations
Color information
#FCD178 (or 0xFCD178) is known color: Salomie. HEX triplet: FC, D1 and 78. RGB value is (252,209,120). Sum of RGB (Red+Green+Blue) = 252+209+120=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 209 (82.03% from 255 or 35.97% from 581); Blue value is 120 (47.27% from 255 or 20.65% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD178 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD178 is #032E87. Grayscale: #D4D4D4. Windows color (decimal): -208520 or 7918076. OLE color: 7918076.
HSL color Cylindrical-coordinate representation of color #FCD178: hue angle of 40.45º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCD178 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 120 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.01 |
| HSL | 40.45º | 0.96% | 0.73% | - |
| HSV(B) | 40.45º | 0.52% | 0.99% | - |
| XYZ | 66.34 | 67.65 | 27.33 | - |
| YUV | 211.71 | 76.25 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 120 | 0 | 0.17 | 0.52 | 0.01 | 40.45 | 0.96 | 0.73 |
| Hex | FC | D1 | 78 | 0 | 11 | 34 | 1 | 28 | 60 | 49 |
| Octal | 374 | 321 | 170 | 0 | 21 | 64 | 1 | 50 | 140 | 111 |
| Binary | 11111100 | 11010001 | 1111000 | 0 | 10001 | 110100 | 1 | 101000 | 1100000 | 1001001 |
Color Harmonies of #FCD178
Complementary color
Monochromatic Colors of #FCD178
Black with #FCD178
Text Example
Text Example
White with #FCD178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD178; }
p { color: rgb(252,209,120); }
H1.HeaderClassName
{
color: #FCD178;
}
.AnyTagClassName
{
color: #FCD178;
}
</style>
background-color css
<style>
a { background-color: #FCD178; }
a { background-color: rgb(252,209,120); }
div.DivClassName
{
background-color: #FCD178;
}
.BgClassName
{
background-color: #FCD178;
}
</style>
border-color css
<style>
span { border-color: #FCD178; }
span { border-color: rgb(252,209,120); }
td.TdClassName
{
border-color: #FCD178;
}
.TagClassName
{
border-color: #FCD178;
}
</style>