Shades of Paris Daisy #FDF64C
Tints of Paris Daisy #FDF64C
RGB
CMYK
RGB Variations
Color information
#FDF64C (or 0xFDF64C) is known color: Paris Daisy. HEX triplet: FD, F6 and 4C. RGB value is (253,246,76). Sum of RGB (Red+Green+Blue) = 253+246+76=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 246 (96.48% from 255 or 42.78% from 575); Blue value is 76 (30.08% from 255 or 13.22% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF64C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF64C is #0209B3. Grayscale: #E5E5E5. Windows color (decimal): -133556 or 5043965. OLE color: 5043965.
HSL color Cylindrical-coordinate representation of color #FDF64C: hue angle of 57.63º 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 #FDF64C is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 76 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.01 |
| HSL | 57.63º | 0.98% | 0.65% | - |
| HSV(B) | 57.63º | 0.7% | 0.99% | - |
| XYZ | 74.77 | 87.32 | 19.75 | - |
| YUV | 228.71 | 41.82 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 76 | 0 | 0.03 | 0.70 | 0.01 | 57.63 | 0.98 | 0.65 |
| Hex | FD | F6 | 4C | 0 | 3 | 46 | 1 | 3A | 62 | 41 |
| Octal | 375 | 366 | 114 | 0 | 3 | 106 | 1 | 72 | 142 | 101 |
| Binary | 11111101 | 11110110 | 1001100 | 0 | 11 | 1000110 | 1 | 111010 | 1100010 | 1000001 |
Color Harmonies of #FDF64C
Complementary color
Monochromatic Colors of #FDF64C
Black with #FDF64C
Text Example
Text Example
White with #FDF64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF64C; }
p { color: rgb(253,246,76); }
H1.HeaderClassName
{
color: #FDF64C;
}
.AnyTagClassName
{
color: #FDF64C;
}
</style>
background-color css
<style>
a { background-color: #FDF64C; }
a { background-color: rgb(253,246,76); }
div.DivClassName
{
background-color: #FDF64C;
}
.BgClassName
{
background-color: #FDF64C;
}
</style>
border-color css
<style>
span { border-color: #FDF64C; }
span { border-color: rgb(253,246,76); }
td.TdClassName
{
border-color: #FDF64C;
}
.TagClassName
{
border-color: #FDF64C;
}
</style>