Shades of Paris Daisy #FDF84D
Tints of Paris Daisy #FDF84D
RGB
CMYK
RGB Variations
Color information
#FDF84D (or 0xFDF84D) is known color: Paris Daisy. HEX triplet: FD, F8 and 4D. RGB value is (253,248,77). Sum of RGB (Red+Green+Blue) = 253+248+77=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 248 (97.27% from 255 or 42.91% from 578); Blue value is 77 (30.47% from 255 or 13.32% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF84D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF84D is #0207B2. Grayscale: #E6E6E6. Windows color (decimal): -133043 or 5110013. OLE color: 5110013.
HSL color Cylindrical-coordinate representation of color #FDF84D: hue angle of 58.3º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDF84D is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 77 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.01 |
| HSL | 58.3º | 0.98% | 0.65% | - |
| HSV(B) | 58.3º | 0.7% | 0.99% | - |
| XYZ | 75.41 | 88.55 | 20.14 | - |
| YUV | 230 | 41.66 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 77 | 0 | 0.02 | 0.70 | 0.01 | 58.3 | 0.98 | 0.65 |
| Hex | FD | F8 | 4D | 0 | 2 | 46 | 1 | 3A | 62 | 41 |
| Octal | 375 | 370 | 115 | 0 | 2 | 106 | 1 | 72 | 142 | 101 |
| Binary | 11111101 | 11111000 | 1001101 | 0 | 10 | 1000110 | 1 | 111010 | 1100010 | 1000001 |
Color Harmonies of #FDF84D
Complementary color
Monochromatic Colors of #FDF84D
Black with #FDF84D
Text Example
Text Example
White with #FDF84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF84D; }
p { color: rgb(253,248,77); }
H1.HeaderClassName
{
color: #FDF84D;
}
.AnyTagClassName
{
color: #FDF84D;
}
</style>
background-color css
<style>
a { background-color: #FDF84D; }
a { background-color: rgb(253,248,77); }
div.DivClassName
{
background-color: #FDF84D;
}
.BgClassName
{
background-color: #FDF84D;
}
</style>
border-color css
<style>
span { border-color: #FDF84D; }
span { border-color: rgb(253,248,77); }
td.TdClassName
{
border-color: #FDF84D;
}
.TagClassName
{
border-color: #FDF84D;
}
</style>