Shades of Paris Daisy #FDEC53
Tints of Paris Daisy #FDEC53
RGB
CMYK
RGB Variations
Color information
#FDEC53 (or 0xFDEC53) is known color: Paris Daisy. HEX triplet: FD, EC and 53. RGB value is (253,236,83). Sum of RGB (Red+Green+Blue) = 253+236+83=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 83 (32.81% from 255 or 14.51% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEC53 is #0213AC. Grayscale: #E0E0E0. Windows color (decimal): -136109 or 5500157. OLE color: 5500157.
HSL color Cylindrical-coordinate representation of color #FDEC53: hue angle of 54º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FDEC53 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 83 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.01 |
| HSL | 54º | 0.98% | 0.66% | - |
| HSV(B) | 54º | 0.67% | 0.99% | - |
| XYZ | 72.06 | 81.5 | 20.12 | - |
| YUV | 223.64 | 48.63 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 83 | 0 | 0.07 | 0.67 | 0.01 | 54 | 0.98 | 0.66 |
| Hex | FD | EC | 53 | 0 | 7 | 43 | 1 | 36 | 62 | 42 |
| Octal | 375 | 354 | 123 | 0 | 7 | 103 | 1 | 66 | 142 | 102 |
| Binary | 11111101 | 11101100 | 1010011 | 0 | 111 | 1000011 | 1 | 110110 | 1100010 | 1000010 |
Color Harmonies of #FDEC53
Complementary color
Monochromatic Colors of #FDEC53
Black with #FDEC53
Text Example
Text Example
White with #FDEC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC53; }
p { color: rgb(253,236,83); }
H1.HeaderClassName
{
color: #FDEC53;
}
.AnyTagClassName
{
color: #FDEC53;
}
</style>
background-color css
<style>
a { background-color: #FDEC53; }
a { background-color: rgb(253,236,83); }
div.DivClassName
{
background-color: #FDEC53;
}
.BgClassName
{
background-color: #FDEC53;
}
</style>
border-color css
<style>
span { border-color: #FDEC53; }
span { border-color: rgb(253,236,83); }
td.TdClassName
{
border-color: #FDEC53;
}
.TagClassName
{
border-color: #FDEC53;
}
</style>