Shades of Salomie #FCD578
Tints of Salomie #FCD578
RGB
CMYK
RGB Variations
Color information
#FCD578 (or 0xFCD578) is known color: Salomie. HEX triplet: FC, D5 and 78. RGB value is (252,213,120). Sum of RGB (Red+Green+Blue) = 252+213+120=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 120 (47.27% from 255 or 20.51% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD578 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD578 is #032A87. Grayscale: #D6D6D6. Windows color (decimal): -207496 or 7919100. OLE color: 7919100.
HSL color Cylindrical-coordinate representation of color #FCD578: hue angle of 42.27º 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 #FCD578 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 120 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.01 |
| HSL | 42.27º | 0.96% | 0.73% | - |
| HSV(B) | 42.27º | 0.52% | 0.99% | - |
| XYZ | 67.33 | 69.64 | 27.66 | - |
| YUV | 214.06 | 74.92 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 120 | 0 | 0.15 | 0.52 | 0.01 | 42.27 | 0.96 | 0.73 |
| Hex | FC | D5 | 78 | 0 | F | 34 | 1 | 2A | 60 | 49 |
| Octal | 374 | 325 | 170 | 0 | 17 | 64 | 1 | 52 | 140 | 111 |
| Binary | 11111100 | 11010101 | 1111000 | 0 | 1111 | 110100 | 1 | 101010 | 1100000 | 1001001 |
Color Harmonies of #FCD578
Complementary color
Monochromatic Colors of #FCD578
Black with #FCD578
Text Example
Text Example
White with #FCD578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD578; }
p { color: rgb(252,213,120); }
H1.HeaderClassName
{
color: #FCD578;
}
.AnyTagClassName
{
color: #FCD578;
}
</style>
background-color css
<style>
a { background-color: #FCD578; }
a { background-color: rgb(252,213,120); }
div.DivClassName
{
background-color: #FCD578;
}
.BgClassName
{
background-color: #FCD578;
}
</style>
border-color css
<style>
span { border-color: #FCD578; }
span { border-color: rgb(252,213,120); }
td.TdClassName
{
border-color: #FCD578;
}
.TagClassName
{
border-color: #FCD578;
}
</style>