Shades of Paris Daisy #FDEC54
Tints of Paris Daisy #FDEC54
RGB
CMYK
RGB Variations
Color information
#FDEC54 (or 0xFDEC54) is known color: Paris Daisy. HEX triplet: FD, EC and 54. RGB value is (253,236,84). Sum of RGB (Red+Green+Blue) = 253+236+84=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 84 (33.20% from 255 or 14.66% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEC54 is #0213AB. Grayscale: #E0E0E0. Windows color (decimal): -136108 or 5565693. OLE color: 5565693.
HSL color Cylindrical-coordinate representation of color #FDEC54: hue angle of 53.96º 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 #FDEC54 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 84 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.01 |
| HSL | 53.96º | 0.98% | 0.66% | - |
| HSV(B) | 53.96º | 0.67% | 0.99% | - |
| XYZ | 72.1 | 81.51 | 20.32 | - |
| YUV | 223.76 | 49.13 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 84 | 0 | 0.07 | 0.67 | 0.01 | 53.96 | 0.98 | 0.66 |
| Hex | FD | EC | 54 | 0 | 7 | 43 | 1 | 36 | 62 | 42 |
| Octal | 375 | 354 | 124 | 0 | 7 | 103 | 1 | 66 | 142 | 102 |
| Binary | 11111101 | 11101100 | 1010100 | 0 | 111 | 1000011 | 1 | 110110 | 1100010 | 1000010 |
Color Harmonies of #FDEC54
Complementary color
Monochromatic Colors of #FDEC54
Black with #FDEC54
Text Example
Text Example
White with #FDEC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC54; }
p { color: rgb(253,236,84); }
H1.HeaderClassName
{
color: #FDEC54;
}
.AnyTagClassName
{
color: #FDEC54;
}
</style>
background-color css
<style>
a { background-color: #FDEC54; }
a { background-color: rgb(253,236,84); }
div.DivClassName
{
background-color: #FDEC54;
}
.BgClassName
{
background-color: #FDEC54;
}
</style>
border-color css
<style>
span { border-color: #FDEC54; }
span { border-color: rgb(253,236,84); }
td.TdClassName
{
border-color: #FDEC54;
}
.TagClassName
{
border-color: #FDEC54;
}
</style>