Shades of Paris Daisy #FDF84E
Tints of Paris Daisy #FDF84E
RGB
CMYK
RGB Variations
Color information
#FDF84E (or 0xFDF84E) is known color: Paris Daisy. HEX triplet: FD, F8 and 4E. RGB value is (253,248,78). Sum of RGB (Red+Green+Blue) = 253+248+78=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 248 (97.27% from 255 or 42.83% from 579); Blue value is 78 (30.86% from 255 or 13.47% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF84E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF84E is #0207B1. Grayscale: #E6E6E6. Windows color (decimal): -133042 or 5175549. OLE color: 5175549.
HSL color Cylindrical-coordinate representation of color #FDF84E: hue angle of 58.29º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FDF84E is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 78 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.01 |
| HSL | 58.29º | 0.98% | 0.65% | - |
| HSV(B) | 58.29º | 0.69% | 0.99% | - |
| XYZ | 75.45 | 88.57 | 20.33 | - |
| YUV | 230.12 | 42.16 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 78 | 0 | 0.02 | 0.69 | 0.01 | 58.29 | 0.98 | 0.65 |
| Hex | FD | F8 | 4E | 0 | 2 | 45 | 1 | 3A | 62 | 41 |
| Octal | 375 | 370 | 116 | 0 | 2 | 105 | 1 | 72 | 142 | 101 |
| Binary | 11111101 | 11111000 | 1001110 | 0 | 10 | 1000101 | 1 | 111010 | 1100010 | 1000001 |
Color Harmonies of #FDF84E
Complementary color
Monochromatic Colors of #FDF84E
Black with #FDF84E
Text Example
Text Example
White with #FDF84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF84E; }
p { color: rgb(253,248,78); }
H1.HeaderClassName
{
color: #FDF84E;
}
.AnyTagClassName
{
color: #FDF84E;
}
</style>
background-color css
<style>
a { background-color: #FDF84E; }
a { background-color: rgb(253,248,78); }
div.DivClassName
{
background-color: #FDF84E;
}
.BgClassName
{
background-color: #FDF84E;
}
</style>
border-color css
<style>
span { border-color: #FDF84E; }
span { border-color: rgb(253,248,78); }
td.TdClassName
{
border-color: #FDF84E;
}
.TagClassName
{
border-color: #FDF84E;
}
</style>