Shades of Paris Daisy #FDF24D
Tints of Paris Daisy #FDF24D
RGB
CMYK
RGB Variations
Color information
#FDF24D (or 0xFDF24D) is known color: Paris Daisy. HEX triplet: FD, F2 and 4D. RGB value is (253,242,77). Sum of RGB (Red+Green+Blue) = 253+242+77=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 77 (30.47% from 255 or 13.46% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF24D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF24D is #020DB2. Grayscale: #E3E3E3. Windows color (decimal): -134579 or 5108477. OLE color: 5108477.
HSL color Cylindrical-coordinate representation of color #FDF24D: hue angle of 56.25º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDF24D is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 77 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.01 |
| HSL | 56.25º | 0.98% | 0.65% | - |
| HSV(B) | 56.25º | 0.7% | 0.99% | - |
| XYZ | 73.6 | 84.92 | 19.53 | - |
| YUV | 226.48 | 43.64 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 77 | 0 | 0.04 | 0.70 | 0.01 | 56.25 | 0.98 | 0.65 |
| Hex | FD | F2 | 4D | 0 | 4 | 46 | 1 | 38 | 62 | 41 |
| Octal | 375 | 362 | 115 | 0 | 4 | 106 | 1 | 70 | 142 | 101 |
| Binary | 11111101 | 11110010 | 1001101 | 0 | 100 | 1000110 | 1 | 111000 | 1100010 | 1000001 |
Color Harmonies of #FDF24D
Complementary color
Monochromatic Colors of #FDF24D
Black with #FDF24D
Text Example
Text Example
White with #FDF24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF24D; }
p { color: rgb(253,242,77); }
H1.HeaderClassName
{
color: #FDF24D;
}
.AnyTagClassName
{
color: #FDF24D;
}
</style>
background-color css
<style>
a { background-color: #FDF24D; }
a { background-color: rgb(253,242,77); }
div.DivClassName
{
background-color: #FDF24D;
}
.BgClassName
{
background-color: #FDF24D;
}
</style>
border-color css
<style>
span { border-color: #FDF24D; }
span { border-color: rgb(253,242,77); }
td.TdClassName
{
border-color: #FDF24D;
}
.TagClassName
{
border-color: #FDF24D;
}
</style>