Shades of Paris Daisy #FDED4E
Tints of Paris Daisy #FDED4E
RGB
CMYK
RGB Variations
Color information
#FDED4E (or 0xFDED4E) is known color: Paris Daisy. HEX triplet: FD, ED and 4E. RGB value is (253,237,78). Sum of RGB (Red+Green+Blue) = 253+237+78=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 78 (30.86% from 255 or 13.73% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDED4E is #0212B1. Grayscale: #E0E0E0. Windows color (decimal): -135858 or 5172733. OLE color: 5172733.
HSL color Cylindrical-coordinate representation of color #FDED4E: hue angle of 54.51º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FDED4E is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 237 | 78 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.01 |
| HSL | 54.51º | 0.98% | 0.65% | - |
| HSV(B) | 54.51º | 0.69% | 0.99% | - |
| XYZ | 72.17 | 82 | 19.23 | - |
| YUV | 223.66 | 45.8 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 237 | 78 | 0 | 0.06 | 0.69 | 0.01 | 54.51 | 0.98 | 0.65 |
| Hex | FD | ED | 4E | 0 | 6 | 45 | 1 | 37 | 62 | 41 |
| Octal | 375 | 355 | 116 | 0 | 6 | 105 | 1 | 67 | 142 | 101 |
| Binary | 11111101 | 11101101 | 1001110 | 0 | 110 | 1000101 | 1 | 110111 | 1100010 | 1000001 |
Color Harmonies of #FDED4E
Complementary color
Monochromatic Colors of #FDED4E
Black with #FDED4E
Text Example
Text Example
White with #FDED4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDED4E; }
p { color: rgb(253,237,78); }
H1.HeaderClassName
{
color: #FDED4E;
}
.AnyTagClassName
{
color: #FDED4E;
}
</style>
background-color css
<style>
a { background-color: #FDED4E; }
a { background-color: rgb(253,237,78); }
div.DivClassName
{
background-color: #FDED4E;
}
.BgClassName
{
background-color: #FDED4E;
}
</style>
border-color css
<style>
span { border-color: #FDED4E; }
span { border-color: rgb(253,237,78); }
td.TdClassName
{
border-color: #FDED4E;
}
.TagClassName
{
border-color: #FDED4E;
}
</style>