Shades of Paris Daisy #FCEA50
Tints of Paris Daisy #FCEA50
RGB
CMYK
RGB Variations
Color information
#FCEA50 (or 0xFCEA50) is known color: Paris Daisy. HEX triplet: FC, EA and 50. RGB value is (252,234,80). Sum of RGB (Red+Green+Blue) = 252+234+80=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 80 (31.64% from 255 or 14.13% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA50 is #0315AF. Grayscale: #DEDEDE. Windows color (decimal): -202160 or 5303036. OLE color: 5303036.
HSL color Cylindrical-coordinate representation of color #FCEA50: hue angle of 53.72º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCEA50 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 80 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.01 |
| HSL | 53.72º | 0.97% | 0.65% | - |
| HSV(B) | 53.72º | 0.68% | 0.99% | - |
| XYZ | 71.02 | 80.12 | 19.31 | - |
| YUV | 221.83 | 47.96 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 80 | 0 | 0.07 | 0.68 | 0.01 | 53.72 | 0.97 | 0.65 |
| Hex | FC | EA | 50 | 0 | 7 | 44 | 1 | 36 | 61 | 41 |
| Octal | 374 | 352 | 120 | 0 | 7 | 104 | 1 | 66 | 141 | 101 |
| Binary | 11111100 | 11101010 | 1010000 | 0 | 111 | 1000100 | 1 | 110110 | 1100001 | 1000001 |
Color Harmonies of #FCEA50
Complementary color
Monochromatic Colors of #FCEA50
Black with #FCEA50
Text Example
Text Example
White with #FCEA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA50; }
p { color: rgb(252,234,80); }
H1.HeaderClassName
{
color: #FCEA50;
}
.AnyTagClassName
{
color: #FCEA50;
}
</style>
background-color css
<style>
a { background-color: #FCEA50; }
a { background-color: rgb(252,234,80); }
div.DivClassName
{
background-color: #FCEA50;
}
.BgClassName
{
background-color: #FCEA50;
}
</style>
border-color css
<style>
span { border-color: #FCEA50; }
span { border-color: rgb(252,234,80); }
td.TdClassName
{
border-color: #FCEA50;
}
.TagClassName
{
border-color: #FCEA50;
}
</style>