Shades of Paris Daisy #FCEC49
Tints of Paris Daisy #FCEC49
RGB
CMYK
RGB Variations
Color information
#FCEC49 (or 0xFCEC49) is known color: Paris Daisy. HEX triplet: FC, EC and 49. RGB value is (252,236,73). Sum of RGB (Red+Green+Blue) = 252+236+73=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 73 (28.91% from 255 or 13.01% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEC49 is #0313B6. Grayscale: #DEDEDE. Windows color (decimal): -201655 or 4844796. OLE color: 4844796.
HSL color Cylindrical-coordinate representation of color #FCEC49: hue angle of 54.64º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCEC49 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 73 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.01 |
| HSL | 54.64º | 0.97% | 0.64% | - |
| HSV(B) | 54.64º | 0.71% | 0.99% | - |
| XYZ | 71.34 | 81.17 | 18.21 | - |
| YUV | 222.2 | 43.8 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 73 | 0 | 0.06 | 0.71 | 0.01 | 54.64 | 0.97 | 0.64 |
| Hex | FC | EC | 49 | 0 | 6 | 47 | 1 | 37 | 61 | 40 |
| Octal | 374 | 354 | 111 | 0 | 6 | 107 | 1 | 67 | 141 | 100 |
| Binary | 11111100 | 11101100 | 1001001 | 0 | 110 | 1000111 | 1 | 110111 | 1100001 | 1000000 |
Color Harmonies of #FCEC49
Complementary color
Monochromatic Colors of #FCEC49
Black with #FCEC49
Text Example
Text Example
White with #FCEC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC49; }
p { color: rgb(252,236,73); }
H1.HeaderClassName
{
color: #FCEC49;
}
.AnyTagClassName
{
color: #FCEC49;
}
</style>
background-color css
<style>
a { background-color: #FCEC49; }
a { background-color: rgb(252,236,73); }
div.DivClassName
{
background-color: #FCEC49;
}
.BgClassName
{
background-color: #FCEC49;
}
</style>
border-color css
<style>
span { border-color: #FCEC49; }
span { border-color: rgb(252,236,73); }
td.TdClassName
{
border-color: #FCEC49;
}
.TagClassName
{
border-color: #FCEC49;
}
</style>