Shades of Paris Daisy #FDEC50
Tints of Paris Daisy #FDEC50
RGB
CMYK
RGB Variations
Color information
#FDEC50 (or 0xFDEC50) is known color: Paris Daisy. HEX triplet: FD, EC and 50. RGB value is (253,236,80). Sum of RGB (Red+Green+Blue) = 253+236+80=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 80 (31.64% from 255 or 14.06% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEC50 is #0213AF. Grayscale: #DFDFDF. Windows color (decimal): -136112 or 5303549. OLE color: 5303549.
HSL color Cylindrical-coordinate representation of color #FDEC50: hue angle of 54.1º degrees, saturation: 0.98, 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 #FDEC50 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 80 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.01 |
| HSL | 54.1º | 0.98% | 0.65% | - |
| HSV(B) | 54.1º | 0.68% | 0.99% | - |
| XYZ | 71.95 | 81.45 | 19.52 | - |
| YUV | 223.3 | 47.13 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 80 | 0 | 0.07 | 0.68 | 0.01 | 54.1 | 0.98 | 0.65 |
| Hex | FD | EC | 50 | 0 | 7 | 44 | 1 | 36 | 62 | 41 |
| Octal | 375 | 354 | 120 | 0 | 7 | 104 | 1 | 66 | 142 | 101 |
| Binary | 11111101 | 11101100 | 1010000 | 0 | 111 | 1000100 | 1 | 110110 | 1100010 | 1000001 |
Color Harmonies of #FDEC50
Complementary color
Monochromatic Colors of #FDEC50
Black with #FDEC50
Text Example
Text Example
White with #FDEC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC50; }
p { color: rgb(253,236,80); }
H1.HeaderClassName
{
color: #FDEC50;
}
.AnyTagClassName
{
color: #FDEC50;
}
</style>
background-color css
<style>
a { background-color: #FDEC50; }
a { background-color: rgb(253,236,80); }
div.DivClassName
{
background-color: #FDEC50;
}
.BgClassName
{
background-color: #FDEC50;
}
</style>
border-color css
<style>
span { border-color: #FDEC50; }
span { border-color: rgb(253,236,80); }
td.TdClassName
{
border-color: #FDEC50;
}
.TagClassName
{
border-color: #FDEC50;
}
</style>