Shades of Paris Daisy #FDE34E
Tints of Paris Daisy #FDE34E
RGB
CMYK
RGB Variations
Color information
#FDE34E (or 0xFDE34E) is known color: Paris Daisy. HEX triplet: FD, E3 and 4E. RGB value is (253,227,78). Sum of RGB (Red+Green+Blue) = 253+227+78=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 227 (89.06% from 255 or 40.68% from 558); Blue value is 78 (30.86% from 255 or 13.98% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE34E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE34E is #021CB1. Grayscale: #DADADA. Windows color (decimal): -138418 or 5170173. OLE color: 5170173.
HSL color Cylindrical-coordinate representation of color #FDE34E: hue angle of 51.09º 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 #FDE34E is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 78 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.01 |
| HSL | 51.09º | 0.98% | 0.65% | - |
| HSV(B) | 51.09º | 0.69% | 0.99% | - |
| XYZ | 69.35 | 76.37 | 18.29 | - |
| YUV | 217.79 | 49.11 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 78 | 0 | 0.10 | 0.69 | 0.01 | 51.09 | 0.98 | 0.65 |
| Hex | FD | E3 | 4E | 0 | A | 45 | 1 | 33 | 62 | 41 |
| Octal | 375 | 343 | 116 | 0 | 12 | 105 | 1 | 63 | 142 | 101 |
| Binary | 11111101 | 11100011 | 1001110 | 0 | 1010 | 1000101 | 1 | 110011 | 1100010 | 1000001 |
Color Harmonies of #FDE34E
Complementary color
Monochromatic Colors of #FDE34E
Black with #FDE34E
Text Example
Text Example
White with #FDE34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE34E; }
p { color: rgb(253,227,78); }
H1.HeaderClassName
{
color: #FDE34E;
}
.AnyTagClassName
{
color: #FDE34E;
}
</style>
background-color css
<style>
a { background-color: #FDE34E; }
a { background-color: rgb(253,227,78); }
div.DivClassName
{
background-color: #FDE34E;
}
.BgClassName
{
background-color: #FDE34E;
}
</style>
border-color css
<style>
span { border-color: #FDE34E; }
span { border-color: rgb(253,227,78); }
td.TdClassName
{
border-color: #FDE34E;
}
.TagClassName
{
border-color: #FDE34E;
}
</style>