Shades of Paris Daisy #FDEC44
Tints of Paris Daisy #FDEC44
RGB
CMYK
RGB Variations
Color information
#FDEC44 (or 0xFDEC44) is known color: Paris Daisy. HEX triplet: FD, EC and 44. RGB value is (253,236,68). Sum of RGB (Red+Green+Blue) = 253+236+68=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 68 (26.95% from 255 or 12.21% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEC44 is #0213BB. Grayscale: #DEDEDE. Windows color (decimal): -136124 or 4517117. OLE color: 4517117.
HSL color Cylindrical-coordinate representation of color #FDEC44: hue angle of 54.49º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FDEC44 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 68 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.01 |
| HSL | 54.49º | 0.98% | 0.63% | - |
| HSV(B) | 54.49º | 0.73% | 0.99% | - |
| XYZ | 71.55 | 81.29 | 17.39 | - |
| YUV | 221.93 | 41.13 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 68 | 0 | 0.07 | 0.73 | 0.01 | 54.49 | 0.98 | 0.63 |
| Hex | FD | EC | 44 | 0 | 7 | 49 | 1 | 36 | 62 | 3F |
| Octal | 375 | 354 | 104 | 0 | 7 | 111 | 1 | 66 | 142 | 77 |
| Binary | 11111101 | 11101100 | 1000100 | 0 | 111 | 1001001 | 1 | 110110 | 1100010 | 111111 |
Color Harmonies of #FDEC44
Complementary color
Monochromatic Colors of #FDEC44
Black with #FDEC44
Text Example
Text Example
White with #FDEC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC44; }
p { color: rgb(253,236,68); }
H1.HeaderClassName
{
color: #FDEC44;
}
.AnyTagClassName
{
color: #FDEC44;
}
</style>
background-color css
<style>
a { background-color: #FDEC44; }
a { background-color: rgb(253,236,68); }
div.DivClassName
{
background-color: #FDEC44;
}
.BgClassName
{
background-color: #FDEC44;
}
</style>
border-color css
<style>
span { border-color: #FDEC44; }
span { border-color: rgb(253,236,68); }
td.TdClassName
{
border-color: #FDEC44;
}
.TagClassName
{
border-color: #FDEC44;
}
</style>