Shades of Paris Daisy #FDEC47
Tints of Paris Daisy #FDEC47
RGB
CMYK
RGB Variations
Color information
#FDEC47 (or 0xFDEC47) is known color: Paris Daisy. HEX triplet: FD, EC and 47. RGB value is (253,236,71). Sum of RGB (Red+Green+Blue) = 253+236+71=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 71 (28.12% from 255 or 12.68% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC47 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEC47 is #0213B8. Grayscale: #DEDEDE. Windows color (decimal): -136121 or 4713725. OLE color: 4713725.
HSL color Cylindrical-coordinate representation of color #FDEC47: hue angle of 54.4º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDEC47 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 71 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.01 |
| HSL | 54.4º | 0.98% | 0.64% | - |
| HSV(B) | 54.4º | 0.72% | 0.99% | - |
| XYZ | 71.64 | 81.33 | 17.88 | - |
| YUV | 222.27 | 42.63 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 71 | 0 | 0.07 | 0.72 | 0.01 | 54.4 | 0.98 | 0.64 |
| Hex | FD | EC | 47 | 0 | 7 | 48 | 1 | 36 | 62 | 40 |
| Octal | 375 | 354 | 107 | 0 | 7 | 110 | 1 | 66 | 142 | 100 |
| Binary | 11111101 | 11101100 | 1000111 | 0 | 111 | 1001000 | 1 | 110110 | 1100010 | 1000000 |
Color Harmonies of #FDEC47
Complementary color
Monochromatic Colors of #FDEC47
Black with #FDEC47
Text Example
Text Example
White with #FDEC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC47; }
p { color: rgb(253,236,71); }
H1.HeaderClassName
{
color: #FDEC47;
}
.AnyTagClassName
{
color: #FDEC47;
}
</style>
background-color css
<style>
a { background-color: #FDEC47; }
a { background-color: rgb(253,236,71); }
div.DivClassName
{
background-color: #FDEC47;
}
.BgClassName
{
background-color: #FDEC47;
}
</style>
border-color css
<style>
span { border-color: #FDEC47; }
span { border-color: rgb(253,236,71); }
td.TdClassName
{
border-color: #FDEC47;
}
.TagClassName
{
border-color: #FDEC47;
}
</style>