Shades of Paris Daisy #FFFD4E
Tints of Paris Daisy #FFFD4E
RGB
CMYK
RGB Variations
Color information
#FFFD4E (or 0xFFFD4E) is known color: Paris Daisy. HEX triplet: FF, FD and 4E. RGB value is (255,253,78). Sum of RGB (Red+Green+Blue) = 255+253+78=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 78 (30.86% from 255 or 13.31% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD4E is #0002B1. Grayscale: #EAEAEA. Windows color (decimal): -690 or 5176831. OLE color: 5176831.
HSL color Cylindrical-coordinate representation of color #FFFD4E: hue angle of 59.32º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFFD4E is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 78 | - |
| CMYK | 0 | 0.01 | 0.69 | 0 |
| HSL | 59.32º | 1% | 0.65% | - |
| HSV(B) | 59.32º | 0.69% | 1% | - |
| XYZ | 77.74 | 92.06 | 20.88 | - |
| YUV | 233.65 | 40.16 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 78 | 0 | 0.01 | 0.69 | 0 | 59.32 | 1 | 0.65 |
| Hex | FF | FD | 4E | 0 | 1 | 45 | 0 | 3B | 64 | 41 |
| Octal | 377 | 375 | 116 | 0 | 1 | 105 | 0 | 73 | 144 | 101 |
| Binary | 11111111 | 11111101 | 1001110 | 0 | 1 | 1000101 | 0 | 111011 | 1100100 | 1000001 |
Color Harmonies of #FFFD4E
Complementary color
Monochromatic Colors of #FFFD4E
Black with #FFFD4E
Text Example
Text Example
White with #FFFD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD4E; }
p { color: rgb(255,253,78); }
H1.HeaderClassName
{
color: #FFFD4E;
}
.AnyTagClassName
{
color: #FFFD4E;
}
</style>
background-color css
<style>
a { background-color: #FFFD4E; }
a { background-color: rgb(255,253,78); }
div.DivClassName
{
background-color: #FFFD4E;
}
.BgClassName
{
background-color: #FFFD4E;
}
</style>
border-color css
<style>
span { border-color: #FFFD4E; }
span { border-color: rgb(255,253,78); }
td.TdClassName
{
border-color: #FFFD4E;
}
.TagClassName
{
border-color: #FFFD4E;
}
</style>