Shades of Paris Daisy #FCED50
Tints of Paris Daisy #FCED50
RGB
CMYK
RGB Variations
Color information
#FCED50 (or 0xFCED50) is known color: Paris Daisy. HEX triplet: FC, ED and 50. RGB value is (252,237,80). Sum of RGB (Red+Green+Blue) = 252+237+80=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 80 (31.64% from 255 or 14.06% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED50 is #0312AF. Grayscale: #E0E0E0. Windows color (decimal): -201392 or 5303804. OLE color: 5303804.
HSL color Cylindrical-coordinate representation of color #FCED50: hue angle of 54.77º 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 #FCED50 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 80 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.01 |
| HSL | 54.77º | 0.97% | 0.65% | - |
| HSV(B) | 54.77º | 0.68% | 0.99% | - |
| XYZ | 71.88 | 81.84 | 19.6 | - |
| YUV | 223.59 | 46.97 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 80 | 0 | 0.06 | 0.68 | 0.01 | 54.77 | 0.97 | 0.65 |
| Hex | FC | ED | 50 | 0 | 6 | 44 | 1 | 37 | 61 | 41 |
| Octal | 374 | 355 | 120 | 0 | 6 | 104 | 1 | 67 | 141 | 101 |
| Binary | 11111100 | 11101101 | 1010000 | 0 | 110 | 1000100 | 1 | 110111 | 1100001 | 1000001 |
Color Harmonies of #FCED50
Complementary color
Monochromatic Colors of #FCED50
Black with #FCED50
Text Example
Text Example
White with #FCED50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCED50; }
p { color: rgb(252,237,80); }
H1.HeaderClassName
{
color: #FCED50;
}
.AnyTagClassName
{
color: #FCED50;
}
</style>
background-color css
<style>
a { background-color: #FCED50; }
a { background-color: rgb(252,237,80); }
div.DivClassName
{
background-color: #FCED50;
}
.BgClassName
{
background-color: #FCED50;
}
</style>
border-color css
<style>
span { border-color: #FCED50; }
span { border-color: rgb(252,237,80); }
td.TdClassName
{
border-color: #FCED50;
}
.TagClassName
{
border-color: #FCED50;
}
</style>