Shades of Salomie #FCD57C
Tints of Salomie #FCD57C
RGB
CMYK
RGB Variations
Color information
#FCD57C (or 0xFCD57C) is known color: Salomie. HEX triplet: FC, D5 and 7C. RGB value is (252,213,124). Sum of RGB (Red+Green+Blue) = 252+213+124=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 124 (48.83% from 255 or 21.05% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD57C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD57C is #032A83. Grayscale: #D6D6D6. Windows color (decimal): -207492 or 8181244. OLE color: 8181244.
HSL color Cylindrical-coordinate representation of color #FCD57C: hue angle of 41.72º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCD57C is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 124 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.01 |
| HSL | 41.72º | 0.96% | 0.74% | - |
| HSV(B) | 41.72º | 0.51% | 0.99% | - |
| XYZ | 67.58 | 69.74 | 28.97 | - |
| YUV | 214.52 | 76.92 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 124 | 0 | 0.15 | 0.51 | 0.01 | 41.72 | 0.96 | 0.74 |
| Hex | FC | D5 | 7C | 0 | F | 33 | 1 | 2A | 60 | 4A |
| Octal | 374 | 325 | 174 | 0 | 17 | 63 | 1 | 52 | 140 | 112 |
| Binary | 11111100 | 11010101 | 1111100 | 0 | 1111 | 110011 | 1 | 101010 | 1100000 | 1001010 |
Color Harmonies of #FCD57C
Complementary color
Monochromatic Colors of #FCD57C
Black with #FCD57C
Text Example
Text Example
White with #FCD57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD57C; }
p { color: rgb(252,213,124); }
H1.HeaderClassName
{
color: #FCD57C;
}
.AnyTagClassName
{
color: #FCD57C;
}
</style>
background-color css
<style>
a { background-color: #FCD57C; }
a { background-color: rgb(252,213,124); }
div.DivClassName
{
background-color: #FCD57C;
}
.BgClassName
{
background-color: #FCD57C;
}
</style>
border-color css
<style>
span { border-color: #FCD57C; }
span { border-color: rgb(252,213,124); }
td.TdClassName
{
border-color: #FCD57C;
}
.TagClassName
{
border-color: #FCD57C;
}
</style>