Shades of Paris Daisy #FCEA4E
Tints of Paris Daisy #FCEA4E
RGB
CMYK
RGB Variations
Color information
#FCEA4E (or 0xFCEA4E) is known color: Paris Daisy. HEX triplet: FC, EA and 4E. RGB value is (252,234,78). Sum of RGB (Red+Green+Blue) = 252+234+78=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 78 (30.86% from 255 or 13.83% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA4E is #0315B1. Grayscale: #DEDEDE. Windows color (decimal): -202162 or 5171964. OLE color: 5171964.
HSL color Cylindrical-coordinate representation of color #FCEA4E: hue angle of 53.79º 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 #FCEA4E is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 78 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.01 |
| HSL | 53.79º | 0.97% | 0.65% | - |
| HSV(B) | 53.79º | 0.69% | 0.99% | - |
| XYZ | 70.94 | 80.09 | 18.93 | - |
| YUV | 221.6 | 46.96 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 78 | 0 | 0.07 | 0.69 | 0.01 | 53.79 | 0.97 | 0.65 |
| Hex | FC | EA | 4E | 0 | 7 | 45 | 1 | 36 | 61 | 41 |
| Octal | 374 | 352 | 116 | 0 | 7 | 105 | 1 | 66 | 141 | 101 |
| Binary | 11111100 | 11101010 | 1001110 | 0 | 111 | 1000101 | 1 | 110110 | 1100001 | 1000001 |
Color Harmonies of #FCEA4E
Complementary color
Monochromatic Colors of #FCEA4E
Black with #FCEA4E
Text Example
Text Example
White with #FCEA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA4E; }
p { color: rgb(252,234,78); }
H1.HeaderClassName
{
color: #FCEA4E;
}
.AnyTagClassName
{
color: #FCEA4E;
}
</style>
background-color css
<style>
a { background-color: #FCEA4E; }
a { background-color: rgb(252,234,78); }
div.DivClassName
{
background-color: #FCEA4E;
}
.BgClassName
{
background-color: #FCEA4E;
}
</style>
border-color css
<style>
span { border-color: #FCEA4E; }
span { border-color: rgb(252,234,78); }
td.TdClassName
{
border-color: #FCEA4E;
}
.TagClassName
{
border-color: #FCEA4E;
}
</style>