Shades of Paris Daisy #FCED4D
Tints of Paris Daisy #FCED4D
RGB
CMYK
RGB Variations
Color information
#FCED4D (or 0xFCED4D) is known color: Paris Daisy. HEX triplet: FC, ED and 4D. RGB value is (252,237,77). Sum of RGB (Red+Green+Blue) = 252+237+77=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 77 (30.47% from 255 or 13.60% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED4D is #0312B2. Grayscale: #DFDFDF. Windows color (decimal): -201395 or 5107196. OLE color: 5107196.
HSL color Cylindrical-coordinate representation of color #FCED4D: hue angle of 54.86º 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 #FCED4D is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 77 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.01 |
| HSL | 54.86º | 0.97% | 0.65% | - |
| HSV(B) | 54.86º | 0.69% | 0.99% | - |
| XYZ | 71.77 | 81.8 | 19.03 | - |
| YUV | 223.25 | 45.47 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 77 | 0 | 0.06 | 0.69 | 0.01 | 54.86 | 0.97 | 0.65 |
| Hex | FC | ED | 4D | 0 | 6 | 45 | 1 | 37 | 61 | 41 |
| Octal | 374 | 355 | 115 | 0 | 6 | 105 | 1 | 67 | 141 | 101 |
| Binary | 11111100 | 11101101 | 1001101 | 0 | 110 | 1000101 | 1 | 110111 | 1100001 | 1000001 |
Color Harmonies of #FCED4D
Complementary color
Monochromatic Colors of #FCED4D
Black with #FCED4D
Text Example
Text Example
White with #FCED4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCED4D; }
p { color: rgb(252,237,77); }
H1.HeaderClassName
{
color: #FCED4D;
}
.AnyTagClassName
{
color: #FCED4D;
}
</style>
background-color css
<style>
a { background-color: #FCED4D; }
a { background-color: rgb(252,237,77); }
div.DivClassName
{
background-color: #FCED4D;
}
.BgClassName
{
background-color: #FCED4D;
}
</style>
border-color css
<style>
span { border-color: #FCED4D; }
span { border-color: rgb(252,237,77); }
td.TdClassName
{
border-color: #FCED4D;
}
.TagClassName
{
border-color: #FCED4D;
}
</style>