Shades of Paris Daisy #FFFD4D
Tints of Paris Daisy #FFFD4D
RGB
CMYK
RGB Variations
Color information
#FFFD4D (or 0xFFFD4D) is known color: Paris Daisy. HEX triplet: FF, FD and 4D. RGB value is (255,253,77). Sum of RGB (Red+Green+Blue) = 255+253+77=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 77 (30.47% from 255 or 13.16% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD4D is #0002B2. Grayscale: #EAEAEA. Windows color (decimal): -691 or 5111295. OLE color: 5111295.
HSL color Cylindrical-coordinate representation of color #FFFD4D: hue angle of 59.33º 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 #FFFD4D is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 77 | - |
| CMYK | 0 | 0.01 | 0.70 | 0 |
| HSL | 59.33º | 1% | 0.65% | - |
| HSV(B) | 59.33º | 0.7% | 1% | - |
| XYZ | 77.7 | 92.05 | 20.69 | - |
| YUV | 233.53 | 39.66 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 77 | 0 | 0.01 | 0.70 | 0 | 59.33 | 1 | 0.65 |
| Hex | FF | FD | 4D | 0 | 1 | 46 | 0 | 3B | 64 | 41 |
| Octal | 377 | 375 | 115 | 0 | 1 | 106 | 0 | 73 | 144 | 101 |
| Binary | 11111111 | 11111101 | 1001101 | 0 | 1 | 1000110 | 0 | 111011 | 1100100 | 1000001 |
Color Harmonies of #FFFD4D
Complementary color
Monochromatic Colors of #FFFD4D
Black with #FFFD4D
Text Example
Text Example
White with #FFFD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD4D; }
p { color: rgb(255,253,77); }
H1.HeaderClassName
{
color: #FFFD4D;
}
.AnyTagClassName
{
color: #FFFD4D;
}
</style>
background-color css
<style>
a { background-color: #FFFD4D; }
a { background-color: rgb(255,253,77); }
div.DivClassName
{
background-color: #FFFD4D;
}
.BgClassName
{
background-color: #FFFD4D;
}
</style>
border-color css
<style>
span { border-color: #FFFD4D; }
span { border-color: rgb(255,253,77); }
td.TdClassName
{
border-color: #FFFD4D;
}
.TagClassName
{
border-color: #FFFD4D;
}
</style>