Shades of Paris Daisy #FDFF4D
Tints of Paris Daisy #FDFF4D
RGB
CMYK
RGB Variations
Color information
#FDFF4D (or 0xFDFF4D) is known color: Paris Daisy. HEX triplet: FD, FF and 4D. RGB value is (253,255,77). Sum of RGB (Red+Green+Blue) = 253+255+77=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 77 (30.47% from 255 or 13.16% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFF4D is #0200B2. Grayscale: #EAEAEA. Windows color (decimal): -131251 or 5111805. OLE color: 5111805.
HSL color Cylindrical-coordinate representation of color #FDFF4D: hue angle of 60.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDFF4D is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 77 | - |
| CMYK | 0.01 | 0 | 0.70 | 0 |
| HSL | 60.67º | 1% | 0.65% | - |
| HSV(B) | 60.67º | 0.7% | 1% | - |
| XYZ | 77.61 | 92.94 | 20.87 | - |
| YUV | 234.11 | 39.34 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 77 | 0.01 | 0 | 0.70 | 0 | 60.67 | 1 | 0.65 |
| Hex | FD | FF | 4D | 1 | 0 | 46 | 0 | 3D | 64 | 41 |
| Octal | 375 | 377 | 115 | 1 | 0 | 106 | 0 | 75 | 144 | 101 |
| Binary | 11111101 | 11111111 | 1001101 | 1 | 0 | 1000110 | 0 | 111101 | 1100100 | 1000001 |
Color Harmonies of #FDFF4D
Complementary color
Monochromatic Colors of #FDFF4D
Black with #FDFF4D
Text Example
Text Example
White with #FDFF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF4D; }
p { color: rgb(253,255,77); }
H1.HeaderClassName
{
color: #FDFF4D;
}
.AnyTagClassName
{
color: #FDFF4D;
}
</style>
background-color css
<style>
a { background-color: #FDFF4D; }
a { background-color: rgb(253,255,77); }
div.DivClassName
{
background-color: #FDFF4D;
}
.BgClassName
{
background-color: #FDFF4D;
}
</style>
border-color css
<style>
span { border-color: #FDFF4D; }
span { border-color: rgb(253,255,77); }
td.TdClassName
{
border-color: #FDFF4D;
}
.TagClassName
{
border-color: #FDFF4D;
}
</style>