Shades of Paris Daisy #FCE74E
Tints of Paris Daisy #FCE74E
RGB
CMYK
RGB Variations
Color information
#FCE74E (or 0xFCE74E) is known color: Paris Daisy. HEX triplet: FC, E7 and 4E. RGB value is (252,231,78). Sum of RGB (Red+Green+Blue) = 252+231+78=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 231 (90.62% from 255 or 41.18% from 561); Blue value is 78 (30.86% from 255 or 13.90% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE74E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE74E is #0318B1. Grayscale: #DCDCDC. Windows color (decimal): -202930 or 5171196. OLE color: 5171196.
HSL color Cylindrical-coordinate representation of color #FCE74E: hue angle of 52.76º 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 #FCE74E is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 78 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.01 |
| HSL | 52.76º | 0.97% | 0.65% | - |
| HSV(B) | 52.76º | 0.69% | 0.99% | - |
| XYZ | 70.1 | 78.4 | 18.65 | - |
| YUV | 219.84 | 47.96 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 78 | 0 | 0.08 | 0.69 | 0.01 | 52.76 | 0.97 | 0.65 |
| Hex | FC | E7 | 4E | 0 | 8 | 45 | 1 | 35 | 61 | 41 |
| Octal | 374 | 347 | 116 | 0 | 10 | 105 | 1 | 65 | 141 | 101 |
| Binary | 11111100 | 11100111 | 1001110 | 0 | 1000 | 1000101 | 1 | 110101 | 1100001 | 1000001 |
Color Harmonies of #FCE74E
Complementary color
Monochromatic Colors of #FCE74E
Black with #FCE74E
Text Example
Text Example
White with #FCE74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE74E; }
p { color: rgb(252,231,78); }
H1.HeaderClassName
{
color: #FCE74E;
}
.AnyTagClassName
{
color: #FCE74E;
}
</style>
background-color css
<style>
a { background-color: #FCE74E; }
a { background-color: rgb(252,231,78); }
div.DivClassName
{
background-color: #FCE74E;
}
.BgClassName
{
background-color: #FCE74E;
}
</style>
border-color css
<style>
span { border-color: #FCE74E; }
span { border-color: rgb(252,231,78); }
td.TdClassName
{
border-color: #FCE74E;
}
.TagClassName
{
border-color: #FCE74E;
}
</style>