Shades of Paris Daisy #FDEC4D
Tints of Paris Daisy #FDEC4D
RGB
CMYK
RGB Variations
Color information
#FDEC4D (or 0xFDEC4D) is known color: Paris Daisy. HEX triplet: FD, EC and 4D. RGB value is (253,236,77). Sum of RGB (Red+Green+Blue) = 253+236+77=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 77 (30.47% from 255 or 13.60% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEC4D is #0213B2. Grayscale: #DFDFDF. Windows color (decimal): -136115 or 5106941. OLE color: 5106941.
HSL color Cylindrical-coordinate representation of color #FDEC4D: hue angle of 54.2º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDEC4D is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 77 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.01 |
| HSL | 54.2º | 0.98% | 0.65% | - |
| HSV(B) | 54.2º | 0.7% | 0.99% | - |
| XYZ | 71.84 | 81.41 | 18.95 | - |
| YUV | 222.96 | 45.63 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 77 | 0 | 0.07 | 0.70 | 0.01 | 54.2 | 0.98 | 0.65 |
| Hex | FD | EC | 4D | 0 | 7 | 46 | 1 | 36 | 62 | 41 |
| Octal | 375 | 354 | 115 | 0 | 7 | 106 | 1 | 66 | 142 | 101 |
| Binary | 11111101 | 11101100 | 1001101 | 0 | 111 | 1000110 | 1 | 110110 | 1100010 | 1000001 |
Color Harmonies of #FDEC4D
Complementary color
Monochromatic Colors of #FDEC4D
Black with #FDEC4D
Text Example
Text Example
White with #FDEC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC4D; }
p { color: rgb(253,236,77); }
H1.HeaderClassName
{
color: #FDEC4D;
}
.AnyTagClassName
{
color: #FDEC4D;
}
</style>
background-color css
<style>
a { background-color: #FDEC4D; }
a { background-color: rgb(253,236,77); }
div.DivClassName
{
background-color: #FDEC4D;
}
.BgClassName
{
background-color: #FDEC4D;
}
</style>
border-color css
<style>
span { border-color: #FDEC4D; }
span { border-color: rgb(253,236,77); }
td.TdClassName
{
border-color: #FDEC4D;
}
.TagClassName
{
border-color: #FDEC4D;
}
</style>