Shades of Paris Daisy #FDF64F
Tints of Paris Daisy #FDF64F
RGB
CMYK
RGB Variations
Color information
#FDF64F (or 0xFDF64F) is known color: Paris Daisy. HEX triplet: FD, F6 and 4F. RGB value is (253,246,79). Sum of RGB (Red+Green+Blue) = 253+246+79=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 79 (31.25% from 255 or 13.67% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF64F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF64F is #0209B0. Grayscale: #E5E5E5. Windows color (decimal): -133553 or 5240573. OLE color: 5240573.
HSL color Cylindrical-coordinate representation of color #FDF64F: hue angle of 57.59º 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 #FDF64F is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 79 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.01 |
| HSL | 57.59º | 0.98% | 0.65% | - |
| HSV(B) | 57.59º | 0.69% | 0.99% | - |
| XYZ | 74.88 | 87.36 | 20.31 | - |
| YUV | 229.06 | 43.32 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 79 | 0 | 0.03 | 0.69 | 0.01 | 57.59 | 0.98 | 0.65 |
| Hex | FD | F6 | 4F | 0 | 3 | 45 | 1 | 3A | 62 | 41 |
| Octal | 375 | 366 | 117 | 0 | 3 | 105 | 1 | 72 | 142 | 101 |
| Binary | 11111101 | 11110110 | 1001111 | 0 | 11 | 1000101 | 1 | 111010 | 1100010 | 1000001 |
Color Harmonies of #FDF64F
Complementary color
Monochromatic Colors of #FDF64F
Black with #FDF64F
Text Example
Text Example
White with #FDF64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF64F; }
p { color: rgb(253,246,79); }
H1.HeaderClassName
{
color: #FDF64F;
}
.AnyTagClassName
{
color: #FDF64F;
}
</style>
background-color css
<style>
a { background-color: #FDF64F; }
a { background-color: rgb(253,246,79); }
div.DivClassName
{
background-color: #FDF64F;
}
.BgClassName
{
background-color: #FDF64F;
}
</style>
border-color css
<style>
span { border-color: #FDF64F; }
span { border-color: rgb(253,246,79); }
td.TdClassName
{
border-color: #FDF64F;
}
.TagClassName
{
border-color: #FDF64F;
}
</style>