Shades of Paris Daisy #FCEF50
Tints of Paris Daisy #FCEF50
RGB
CMYK
RGB Variations
Color information
#FCEF50 (or 0xFCEF50) is known color: Paris Daisy. HEX triplet: FC, EF and 50. RGB value is (252,239,80). Sum of RGB (Red+Green+Blue) = 252+239+80=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 80 (31.64% from 255 or 14.01% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEF50 is #0310AF. Grayscale: #E1E1E1. Windows color (decimal): -200880 or 5304316. OLE color: 5304316.
HSL color Cylindrical-coordinate representation of color #FCEF50: hue angle of 55.47º 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 #FCEF50 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 80 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.01 |
| HSL | 55.47º | 0.97% | 0.65% | - |
| HSV(B) | 55.47º | 0.68% | 0.99% | - |
| XYZ | 72.46 | 83.01 | 19.79 | - |
| YUV | 224.76 | 46.31 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 80 | 0 | 0.05 | 0.68 | 0.01 | 55.47 | 0.97 | 0.65 |
| Hex | FC | EF | 50 | 0 | 5 | 44 | 1 | 37 | 61 | 41 |
| Octal | 374 | 357 | 120 | 0 | 5 | 104 | 1 | 67 | 141 | 101 |
| Binary | 11111100 | 11101111 | 1010000 | 0 | 101 | 1000100 | 1 | 110111 | 1100001 | 1000001 |
Color Harmonies of #FCEF50
Complementary color
Monochromatic Colors of #FCEF50
Black with #FCEF50
Text Example
Text Example
White with #FCEF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEF50; }
p { color: rgb(252,239,80); }
H1.HeaderClassName
{
color: #FCEF50;
}
.AnyTagClassName
{
color: #FCEF50;
}
</style>
background-color css
<style>
a { background-color: #FCEF50; }
a { background-color: rgb(252,239,80); }
div.DivClassName
{
background-color: #FCEF50;
}
.BgClassName
{
background-color: #FCEF50;
}
</style>
border-color css
<style>
span { border-color: #FCEF50; }
span { border-color: rgb(252,239,80); }
td.TdClassName
{
border-color: #FCEF50;
}
.TagClassName
{
border-color: #FCEF50;
}
</style>