Shades of Paris Daisy #FDFF4A
Tints of Paris Daisy #FDFF4A
RGB
CMYK
RGB Variations
Color information
#FDFF4A (or 0xFDFF4A) is known color: Paris Daisy. HEX triplet: FD, FF and 4A. RGB value is (253,255,74). Sum of RGB (Red+Green+Blue) = 253+255+74=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 74 (29.30% from 255 or 12.71% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFF4A is #0200B5. Grayscale: #EAEAEA. Windows color (decimal): -131254 or 4915197. OLE color: 4915197.
HSL color Cylindrical-coordinate representation of color #FDFF4A: hue angle of 60.66º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FDFF4A is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 74 | - |
| CMYK | 0.01 | 0 | 0.71 | 0 |
| HSL | 60.66º | 1% | 0.65% | - |
| HSV(B) | 60.66º | 0.71% | 1% | - |
| XYZ | 77.5 | 92.9 | 20.32 | - |
| YUV | 233.77 | 37.84 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 74 | 0.01 | 0 | 0.71 | 0 | 60.66 | 1 | 0.65 |
| Hex | FD | FF | 4A | 1 | 0 | 47 | 0 | 3D | 64 | 41 |
| Octal | 375 | 377 | 112 | 1 | 0 | 107 | 0 | 75 | 144 | 101 |
| Binary | 11111101 | 11111111 | 1001010 | 1 | 0 | 1000111 | 0 | 111101 | 1100100 | 1000001 |
Color Harmonies of #FDFF4A
Complementary color
Monochromatic Colors of #FDFF4A
Black with #FDFF4A
Text Example
Text Example
White with #FDFF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF4A; }
p { color: rgb(253,255,74); }
H1.HeaderClassName
{
color: #FDFF4A;
}
.AnyTagClassName
{
color: #FDFF4A;
}
</style>
background-color css
<style>
a { background-color: #FDFF4A; }
a { background-color: rgb(253,255,74); }
div.DivClassName
{
background-color: #FDFF4A;
}
.BgClassName
{
background-color: #FDFF4A;
}
</style>
border-color css
<style>
span { border-color: #FDFF4A; }
span { border-color: rgb(253,255,74); }
td.TdClassName
{
border-color: #FDFF4A;
}
.TagClassName
{
border-color: #FDFF4A;
}
</style>