Shades of Paris Daisy #FCEC56
Tints of Paris Daisy #FCEC56
RGB
CMYK
RGB Variations
Color information
#FCEC56 (or 0xFCEC56) is known color: Paris Daisy. HEX triplet: FC, EC and 56. RGB value is (252,236,86). Sum of RGB (Red+Green+Blue) = 252+236+86=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 86 (33.98% from 255 or 14.98% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEC56 is #0313A9. Grayscale: #E0E0E0. Windows color (decimal): -201642 or 5696764. OLE color: 5696764.
HSL color Cylindrical-coordinate representation of color #FCEC56: hue angle of 54.22º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCEC56 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 86 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.01 |
| HSL | 54.22º | 0.97% | 0.66% | - |
| HSV(B) | 54.22º | 0.66% | 0.99% | - |
| XYZ | 71.82 | 81.36 | 20.72 | - |
| YUV | 223.68 | 50.3 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 86 | 0 | 0.06 | 0.66 | 0.01 | 54.22 | 0.97 | 0.66 |
| Hex | FC | EC | 56 | 0 | 6 | 42 | 1 | 36 | 61 | 42 |
| Octal | 374 | 354 | 126 | 0 | 6 | 102 | 1 | 66 | 141 | 102 |
| Binary | 11111100 | 11101100 | 1010110 | 0 | 110 | 1000010 | 1 | 110110 | 1100001 | 1000010 |
Color Harmonies of #FCEC56
Complementary color
Monochromatic Colors of #FCEC56
Black with #FCEC56
Text Example
Text Example
White with #FCEC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC56; }
p { color: rgb(252,236,86); }
H1.HeaderClassName
{
color: #FCEC56;
}
.AnyTagClassName
{
color: #FCEC56;
}
</style>
background-color css
<style>
a { background-color: #FCEC56; }
a { background-color: rgb(252,236,86); }
div.DivClassName
{
background-color: #FCEC56;
}
.BgClassName
{
background-color: #FCEC56;
}
</style>
border-color css
<style>
span { border-color: #FCEC56; }
span { border-color: rgb(252,236,86); }
td.TdClassName
{
border-color: #FCEC56;
}
.TagClassName
{
border-color: #FCEC56;
}
</style>