Shades of Paris Daisy #FDEC4A
Tints of Paris Daisy #FDEC4A
RGB
CMYK
RGB Variations
Color information
#FDEC4A (or 0xFDEC4A) is known color: Paris Daisy. HEX triplet: FD, EC and 4A. RGB value is (253,236,74). Sum of RGB (Red+Green+Blue) = 253+236+74=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 74 (29.30% from 255 or 13.14% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEC4A is #0213B5. Grayscale: #DFDFDF. Windows color (decimal): -136118 or 4910333. OLE color: 4910333.
HSL color Cylindrical-coordinate representation of color #FDEC4A: hue angle of 54.3º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FDEC4A is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 74 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.01 |
| HSL | 54.3º | 0.98% | 0.64% | - |
| HSV(B) | 54.3º | 0.71% | 0.99% | - |
| XYZ | 71.74 | 81.37 | 18.4 | - |
| YUV | 222.62 | 44.13 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 74 | 0 | 0.07 | 0.71 | 0.01 | 54.3 | 0.98 | 0.64 |
| Hex | FD | EC | 4A | 0 | 7 | 47 | 1 | 36 | 62 | 40 |
| Octal | 375 | 354 | 112 | 0 | 7 | 107 | 1 | 66 | 142 | 100 |
| Binary | 11111101 | 11101100 | 1001010 | 0 | 111 | 1000111 | 1 | 110110 | 1100010 | 1000000 |
Color Harmonies of #FDEC4A
Complementary color
Monochromatic Colors of #FDEC4A
Black with #FDEC4A
Text Example
Text Example
White with #FDEC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC4A; }
p { color: rgb(253,236,74); }
H1.HeaderClassName
{
color: #FDEC4A;
}
.AnyTagClassName
{
color: #FDEC4A;
}
</style>
background-color css
<style>
a { background-color: #FDEC4A; }
a { background-color: rgb(253,236,74); }
div.DivClassName
{
background-color: #FDEC4A;
}
.BgClassName
{
background-color: #FDEC4A;
}
</style>
border-color css
<style>
span { border-color: #FDEC4A; }
span { border-color: rgb(253,236,74); }
td.TdClassName
{
border-color: #FDEC4A;
}
.TagClassName
{
border-color: #FDEC4A;
}
</style>