Shades of Paris Daisy #FDF24F
Tints of Paris Daisy #FDF24F
RGB
CMYK
RGB Variations
Color information
#FDF24F (or 0xFDF24F) is known color: Paris Daisy. HEX triplet: FD, F2 and 4F. RGB value is (253,242,79). Sum of RGB (Red+Green+Blue) = 253+242+79=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 79 (31.25% from 255 or 13.76% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF24F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF24F is #020DB0. Grayscale: #E3E3E3. Windows color (decimal): -134577 or 5239549. OLE color: 5239549.
HSL color Cylindrical-coordinate representation of color #FDF24F: hue angle of 56.21º 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 #FDF24F is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 79 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.01 |
| HSL | 56.21º | 0.98% | 0.65% | - |
| HSV(B) | 56.21º | 0.69% | 0.99% | - |
| XYZ | 73.67 | 84.95 | 19.91 | - |
| YUV | 226.71 | 44.64 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 79 | 0 | 0.04 | 0.69 | 0.01 | 56.21 | 0.98 | 0.65 |
| Hex | FD | F2 | 4F | 0 | 4 | 45 | 1 | 38 | 62 | 41 |
| Octal | 375 | 362 | 117 | 0 | 4 | 105 | 1 | 70 | 142 | 101 |
| Binary | 11111101 | 11110010 | 1001111 | 0 | 100 | 1000101 | 1 | 111000 | 1100010 | 1000001 |
Color Harmonies of #FDF24F
Complementary color
Monochromatic Colors of #FDF24F
Black with #FDF24F
Text Example
Text Example
White with #FDF24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF24F; }
p { color: rgb(253,242,79); }
H1.HeaderClassName
{
color: #FDF24F;
}
.AnyTagClassName
{
color: #FDF24F;
}
</style>
background-color css
<style>
a { background-color: #FDF24F; }
a { background-color: rgb(253,242,79); }
div.DivClassName
{
background-color: #FDF24F;
}
.BgClassName
{
background-color: #FDF24F;
}
</style>
border-color css
<style>
span { border-color: #FDF24F; }
span { border-color: rgb(253,242,79); }
td.TdClassName
{
border-color: #FDF24F;
}
.TagClassName
{
border-color: #FDF24F;
}
</style>