Shades of Paris Daisy #FCE44E
Tints of Paris Daisy #FCE44E
RGB
CMYK
RGB Variations
Color information
#FCE44E (or 0xFCE44E) is known color: Paris Daisy. HEX triplet: FC, E4 and 4E. RGB value is (252,228,78). Sum of RGB (Red+Green+Blue) = 252+228+78=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 228 (89.45% from 255 or 40.86% from 558); Blue value is 78 (30.86% from 255 or 13.98% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE44E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE44E is #031BB1. Grayscale: #DADADA. Windows color (decimal): -203698 or 5170428. OLE color: 5170428.
HSL color Cylindrical-coordinate representation of color #FCE44E: hue angle of 51.72º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCE44E is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 78 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.01 |
| HSL | 51.72º | 0.97% | 0.65% | - |
| HSV(B) | 51.72º | 0.69% | 0.99% | - |
| XYZ | 69.26 | 76.73 | 18.37 | - |
| YUV | 218.08 | 48.95 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 78 | 0 | 0.10 | 0.69 | 0.01 | 51.72 | 0.97 | 0.65 |
| Hex | FC | E4 | 4E | 0 | A | 45 | 1 | 34 | 61 | 41 |
| Octal | 374 | 344 | 116 | 0 | 12 | 105 | 1 | 64 | 141 | 101 |
| Binary | 11111100 | 11100100 | 1001110 | 0 | 1010 | 1000101 | 1 | 110100 | 1100001 | 1000001 |
Color Harmonies of #FCE44E
Complementary color
Monochromatic Colors of #FCE44E
Black with #FCE44E
Text Example
Text Example
White with #FCE44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE44E; }
p { color: rgb(252,228,78); }
H1.HeaderClassName
{
color: #FCE44E;
}
.AnyTagClassName
{
color: #FCE44E;
}
</style>
background-color css
<style>
a { background-color: #FCE44E; }
a { background-color: rgb(252,228,78); }
div.DivClassName
{
background-color: #FCE44E;
}
.BgClassName
{
background-color: #FCE44E;
}
</style>
border-color css
<style>
span { border-color: #FCE44E; }
span { border-color: rgb(252,228,78); }
td.TdClassName
{
border-color: #FCE44E;
}
.TagClassName
{
border-color: #FCE44E;
}
</style>