Shades of Paris Daisy #FDE44F
Tints of Paris Daisy #FDE44F
RGB
CMYK
RGB Variations
Color information
#FDE44F (or 0xFDE44F) is known color: Paris Daisy. HEX triplet: FD, E4 and 4F. RGB value is (253,228,79). Sum of RGB (Red+Green+Blue) = 253+228+79=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 228 (89.45% from 255 or 40.71% from 560); Blue value is 79 (31.25% from 255 or 14.11% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE44F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE44F is #021BB0. Grayscale: #DBDBDB. Windows color (decimal): -138161 or 5235965. OLE color: 5235965.
HSL color Cylindrical-coordinate representation of color #FDE44F: hue angle of 51.38º 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 #FDE44F is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 79 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.01 |
| HSL | 51.38º | 0.98% | 0.65% | - |
| HSV(B) | 51.38º | 0.69% | 0.99% | - |
| XYZ | 69.66 | 76.93 | 18.58 | - |
| YUV | 218.49 | 49.28 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 79 | 0 | 0.10 | 0.69 | 0.01 | 51.38 | 0.98 | 0.65 |
| Hex | FD | E4 | 4F | 0 | A | 45 | 1 | 33 | 62 | 41 |
| Octal | 375 | 344 | 117 | 0 | 12 | 105 | 1 | 63 | 142 | 101 |
| Binary | 11111101 | 11100100 | 1001111 | 0 | 1010 | 1000101 | 1 | 110011 | 1100010 | 1000001 |
Color Harmonies of #FDE44F
Complementary color
Monochromatic Colors of #FDE44F
Black with #FDE44F
Text Example
Text Example
White with #FDE44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE44F; }
p { color: rgb(253,228,79); }
H1.HeaderClassName
{
color: #FDE44F;
}
.AnyTagClassName
{
color: #FDE44F;
}
</style>
background-color css
<style>
a { background-color: #FDE44F; }
a { background-color: rgb(253,228,79); }
div.DivClassName
{
background-color: #FDE44F;
}
.BgClassName
{
background-color: #FDE44F;
}
</style>
border-color css
<style>
span { border-color: #FDE44F; }
span { border-color: rgb(253,228,79); }
td.TdClassName
{
border-color: #FDE44F;
}
.TagClassName
{
border-color: #FDE44F;
}
</style>