Shades of Paris Daisy #FFFD4F
Tints of Paris Daisy #FFFD4F
RGB
CMYK
RGB Variations
Color information
#FFFD4F (or 0xFFFD4F) is known color: Paris Daisy. HEX triplet: FF, FD and 4F. RGB value is (255,253,79). Sum of RGB (Red+Green+Blue) = 255+253+79=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 79 (31.25% from 255 or 13.46% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD4F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD4F is #0002B0. Grayscale: #EAEAEA. Windows color (decimal): -689 or 5242367. OLE color: 5242367.
HSL color Cylindrical-coordinate representation of color #FFFD4F: 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 #FFFD4F is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 79 | - |
| CMYK | 0 | 0.01 | 0.69 | 0 |
| HSL | 59.32º | 1% | 0.65% | - |
| HSV(B) | 59.32º | 0.69% | 1% | - |
| XYZ | 77.78 | 92.08 | 21.07 | - |
| YUV | 233.76 | 40.66 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 79 | 0 | 0.01 | 0.69 | 0 | 59.32 | 1 | 0.65 |
| Hex | FF | FD | 4F | 0 | 1 | 45 | 0 | 3B | 64 | 41 |
| Octal | 377 | 375 | 117 | 0 | 1 | 105 | 0 | 73 | 144 | 101 |
| Binary | 11111111 | 11111101 | 1001111 | 0 | 1 | 1000101 | 0 | 111011 | 1100100 | 1000001 |
Color Harmonies of #FFFD4F
Complementary color
Monochromatic Colors of #FFFD4F
Black with #FFFD4F
Text Example
Text Example
White with #FFFD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD4F; }
p { color: rgb(255,253,79); }
H1.HeaderClassName
{
color: #FFFD4F;
}
.AnyTagClassName
{
color: #FFFD4F;
}
</style>
background-color css
<style>
a { background-color: #FFFD4F; }
a { background-color: rgb(255,253,79); }
div.DivClassName
{
background-color: #FFFD4F;
}
.BgClassName
{
background-color: #FFFD4F;
}
</style>
border-color css
<style>
span { border-color: #FFFD4F; }
span { border-color: rgb(255,253,79); }
td.TdClassName
{
border-color: #FFFD4F;
}
.TagClassName
{
border-color: #FFFD4F;
}
</style>