Shades of Paris Daisy #FDF44E
Tints of Paris Daisy #FDF44E
RGB
CMYK
RGB Variations
Color information
#FDF44E (or 0xFDF44E) is known color: Paris Daisy. HEX triplet: FD, F4 and 4E. RGB value is (253,244,78). Sum of RGB (Red+Green+Blue) = 253+244+78=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 244 (95.70% from 255 or 42.43% from 575); Blue value is 78 (30.86% from 255 or 13.57% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF44E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF44E is #020BB1. Grayscale: #E4E4E4. Windows color (decimal): -134066 or 5174525. OLE color: 5174525.
HSL color Cylindrical-coordinate representation of color #FDF44E: hue angle of 56.91º 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 #FDF44E is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 78 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.01 |
| HSL | 56.91º | 0.98% | 0.65% | - |
| HSV(B) | 56.91º | 0.69% | 0.99% | - |
| XYZ | 74.23 | 86.13 | 19.92 | - |
| YUV | 227.77 | 43.48 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 78 | 0 | 0.04 | 0.69 | 0.01 | 56.91 | 0.98 | 0.65 |
| Hex | FD | F4 | 4E | 0 | 4 | 45 | 1 | 39 | 62 | 41 |
| Octal | 375 | 364 | 116 | 0 | 4 | 105 | 1 | 71 | 142 | 101 |
| Binary | 11111101 | 11110100 | 1001110 | 0 | 100 | 1000101 | 1 | 111001 | 1100010 | 1000001 |
Color Harmonies of #FDF44E
Complementary color
Monochromatic Colors of #FDF44E
Black with #FDF44E
Text Example
Text Example
White with #FDF44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF44E; }
p { color: rgb(253,244,78); }
H1.HeaderClassName
{
color: #FDF44E;
}
.AnyTagClassName
{
color: #FDF44E;
}
</style>
background-color css
<style>
a { background-color: #FDF44E; }
a { background-color: rgb(253,244,78); }
div.DivClassName
{
background-color: #FDF44E;
}
.BgClassName
{
background-color: #FDF44E;
}
</style>
border-color css
<style>
span { border-color: #FDF44E; }
span { border-color: rgb(253,244,78); }
td.TdClassName
{
border-color: #FDF44E;
}
.TagClassName
{
border-color: #FDF44E;
}
</style>