Shades of Paris Daisy #FCEC55
Tints of Paris Daisy #FCEC55
RGB
CMYK
RGB Variations
Color information
#FCEC55 (or 0xFCEC55) is known color: Paris Daisy. HEX triplet: FC, EC and 55. RGB value is (252,236,85). Sum of RGB (Red+Green+Blue) = 252+236+85=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 85 (33.59% from 255 or 14.83% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEC55 is #0313AA. Grayscale: #E0E0E0. Windows color (decimal): -201643 or 5631228. OLE color: 5631228.
HSL color Cylindrical-coordinate representation of color #FCEC55: hue angle of 54.25º 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 #FCEC55 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 85 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.01 |
| HSL | 54.25º | 0.97% | 0.66% | - |
| HSV(B) | 54.25º | 0.66% | 0.99% | - |
| XYZ | 71.78 | 81.34 | 20.51 | - |
| YUV | 223.57 | 49.8 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 85 | 0 | 0.06 | 0.66 | 0.01 | 54.25 | 0.97 | 0.66 |
| Hex | FC | EC | 55 | 0 | 6 | 42 | 1 | 36 | 61 | 42 |
| Octal | 374 | 354 | 125 | 0 | 6 | 102 | 1 | 66 | 141 | 102 |
| Binary | 11111100 | 11101100 | 1010101 | 0 | 110 | 1000010 | 1 | 110110 | 1100001 | 1000010 |
Color Harmonies of #FCEC55
Complementary color
Monochromatic Colors of #FCEC55
Black with #FCEC55
Text Example
Text Example
White with #FCEC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC55; }
p { color: rgb(252,236,85); }
H1.HeaderClassName
{
color: #FCEC55;
}
.AnyTagClassName
{
color: #FCEC55;
}
</style>
background-color css
<style>
a { background-color: #FCEC55; }
a { background-color: rgb(252,236,85); }
div.DivClassName
{
background-color: #FCEC55;
}
.BgClassName
{
background-color: #FCEC55;
}
</style>
border-color css
<style>
span { border-color: #FCEC55; }
span { border-color: rgb(252,236,85); }
td.TdClassName
{
border-color: #FCEC55;
}
.TagClassName
{
border-color: #FCEC55;
}
</style>