Shades of Paris Daisy #FCE74D
Tints of Paris Daisy #FCE74D
RGB
CMYK
RGB Variations
Color information
#FCE74D (or 0xFCE74D) is known color: Paris Daisy. HEX triplet: FC, E7 and 4D. RGB value is (252,231,77). Sum of RGB (Red+Green+Blue) = 252+231+77=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 231 (90.62% from 255 or 41.25% from 560); Blue value is 77 (30.47% from 255 or 13.75% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE74D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE74D is #0318B2. Grayscale: #DCDCDC. Windows color (decimal): -202931 or 5105660. OLE color: 5105660.
HSL color Cylindrical-coordinate representation of color #FCE74D: hue angle of 52.8º 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 #FCE74D is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 77 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.01 |
| HSL | 52.8º | 0.97% | 0.65% | - |
| HSV(B) | 52.8º | 0.69% | 0.99% | - |
| XYZ | 70.06 | 78.38 | 18.46 | - |
| YUV | 219.72 | 47.46 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 77 | 0 | 0.08 | 0.69 | 0.01 | 52.8 | 0.97 | 0.65 |
| Hex | FC | E7 | 4D | 0 | 8 | 45 | 1 | 35 | 61 | 41 |
| Octal | 374 | 347 | 115 | 0 | 10 | 105 | 1 | 65 | 141 | 101 |
| Binary | 11111100 | 11100111 | 1001101 | 0 | 1000 | 1000101 | 1 | 110101 | 1100001 | 1000001 |
Color Harmonies of #FCE74D
Complementary color
Monochromatic Colors of #FCE74D
Black with #FCE74D
Text Example
Text Example
White with #FCE74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE74D; }
p { color: rgb(252,231,77); }
H1.HeaderClassName
{
color: #FCE74D;
}
.AnyTagClassName
{
color: #FCE74D;
}
</style>
background-color css
<style>
a { background-color: #FCE74D; }
a { background-color: rgb(252,231,77); }
div.DivClassName
{
background-color: #FCE74D;
}
.BgClassName
{
background-color: #FCE74D;
}
</style>
border-color css
<style>
span { border-color: #FCE74D; }
span { border-color: rgb(252,231,77); }
td.TdClassName
{
border-color: #FCE74D;
}
.TagClassName
{
border-color: #FCE74D;
}
</style>