Shades of Paris Daisy #FCEC53
Tints of Paris Daisy #FCEC53
RGB
CMYK
RGB Variations
Color information
#FCEC53 (or 0xFCEC53) is known color: Paris Daisy. HEX triplet: FC, EC and 53. RGB value is (252,236,83). Sum of RGB (Red+Green+Blue) = 252+236+83=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 83 (32.81% from 255 or 14.54% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEC53 is #0313AC. Grayscale: #DFDFDF. Windows color (decimal): -201645 or 5500156. OLE color: 5500156.
HSL color Cylindrical-coordinate representation of color #FCEC53: hue angle of 54.32º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCEC53 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 83 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.01 |
| HSL | 54.32º | 0.97% | 0.66% | - |
| HSV(B) | 54.32º | 0.67% | 0.99% | - |
| XYZ | 71.7 | 81.31 | 20.1 | - |
| YUV | 223.34 | 48.8 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 83 | 0 | 0.06 | 0.67 | 0.01 | 54.32 | 0.97 | 0.66 |
| Hex | FC | EC | 53 | 0 | 6 | 43 | 1 | 36 | 61 | 42 |
| Octal | 374 | 354 | 123 | 0 | 6 | 103 | 1 | 66 | 141 | 102 |
| Binary | 11111100 | 11101100 | 1010011 | 0 | 110 | 1000011 | 1 | 110110 | 1100001 | 1000010 |
Color Harmonies of #FCEC53
Complementary color
Monochromatic Colors of #FCEC53
Black with #FCEC53
Text Example
Text Example
White with #FCEC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC53; }
p { color: rgb(252,236,83); }
H1.HeaderClassName
{
color: #FCEC53;
}
.AnyTagClassName
{
color: #FCEC53;
}
</style>
background-color css
<style>
a { background-color: #FCEC53; }
a { background-color: rgb(252,236,83); }
div.DivClassName
{
background-color: #FCEC53;
}
.BgClassName
{
background-color: #FCEC53;
}
</style>
border-color css
<style>
span { border-color: #FCEC53; }
span { border-color: rgb(252,236,83); }
td.TdClassName
{
border-color: #FCEC53;
}
.TagClassName
{
border-color: #FCEC53;
}
</style>