Shades of Paris Daisy #FDF64E
Tints of Paris Daisy #FDF64E
RGB
CMYK
RGB Variations
Color information
#FDF64E (or 0xFDF64E) is known color: Paris Daisy. HEX triplet: FD, F6 and 4E. RGB value is (253,246,78). Sum of RGB (Red+Green+Blue) = 253+246+78=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 78 (30.86% from 255 or 13.52% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF64E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF64E is #0209B1. Grayscale: #E5E5E5. Windows color (decimal): -133554 or 5175037. OLE color: 5175037.
HSL color Cylindrical-coordinate representation of color #FDF64E: hue angle of 57.6º 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 #FDF64E is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 78 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.01 |
| HSL | 57.6º | 0.98% | 0.65% | - |
| HSV(B) | 57.6º | 0.69% | 0.99% | - |
| XYZ | 74.84 | 87.34 | 20.12 | - |
| YUV | 228.94 | 42.82 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 78 | 0 | 0.03 | 0.69 | 0.01 | 57.6 | 0.98 | 0.65 |
| Hex | FD | F6 | 4E | 0 | 3 | 45 | 1 | 3A | 62 | 41 |
| Octal | 375 | 366 | 116 | 0 | 3 | 105 | 1 | 72 | 142 | 101 |
| Binary | 11111101 | 11110110 | 1001110 | 0 | 11 | 1000101 | 1 | 111010 | 1100010 | 1000001 |
Color Harmonies of #FDF64E
Complementary color
Monochromatic Colors of #FDF64E
Black with #FDF64E
Text Example
Text Example
White with #FDF64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF64E; }
p { color: rgb(253,246,78); }
H1.HeaderClassName
{
color: #FDF64E;
}
.AnyTagClassName
{
color: #FDF64E;
}
</style>
background-color css
<style>
a { background-color: #FDF64E; }
a { background-color: rgb(253,246,78); }
div.DivClassName
{
background-color: #FDF64E;
}
.BgClassName
{
background-color: #FDF64E;
}
</style>
border-color css
<style>
span { border-color: #FDF64E; }
span { border-color: rgb(253,246,78); }
td.TdClassName
{
border-color: #FDF64E;
}
.TagClassName
{
border-color: #FDF64E;
}
</style>