Shades of Paris Daisy #FDF74D
Tints of Paris Daisy #FDF74D
RGB
CMYK
RGB Variations
Color information
#FDF74D (or 0xFDF74D) is known color: Paris Daisy. HEX triplet: FD, F7 and 4D. RGB value is (253,247,77). Sum of RGB (Red+Green+Blue) = 253+247+77=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 247 (96.88% from 255 or 42.81% from 577); Blue value is 77 (30.47% from 255 or 13.34% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF74D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF74D is #0208B2. Grayscale: #E6E6E6. Windows color (decimal): -133299 or 5109757. OLE color: 5109757.
HSL color Cylindrical-coordinate representation of color #FDF74D: hue angle of 57.95º 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 #FDF74D is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 77 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.01 |
| HSL | 57.95º | 0.98% | 0.65% | - |
| HSV(B) | 57.95º | 0.7% | 0.99% | - |
| XYZ | 75.11 | 87.94 | 20.04 | - |
| YUV | 229.41 | 41.99 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 77 | 0 | 0.02 | 0.70 | 0.01 | 57.95 | 0.98 | 0.65 |
| Hex | FD | F7 | 4D | 0 | 2 | 46 | 1 | 3A | 62 | 41 |
| Octal | 375 | 367 | 115 | 0 | 2 | 106 | 1 | 72 | 142 | 101 |
| Binary | 11111101 | 11110111 | 1001101 | 0 | 10 | 1000110 | 1 | 111010 | 1100010 | 1000001 |
Color Harmonies of #FDF74D
Complementary color
Monochromatic Colors of #FDF74D
Black with #FDF74D
Text Example
Text Example
White with #FDF74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF74D; }
p { color: rgb(253,247,77); }
H1.HeaderClassName
{
color: #FDF74D;
}
.AnyTagClassName
{
color: #FDF74D;
}
</style>
background-color css
<style>
a { background-color: #FDF74D; }
a { background-color: rgb(253,247,77); }
div.DivClassName
{
background-color: #FDF74D;
}
.BgClassName
{
background-color: #FDF74D;
}
</style>
border-color css
<style>
span { border-color: #FDF74D; }
span { border-color: rgb(253,247,77); }
td.TdClassName
{
border-color: #FDF74D;
}
.TagClassName
{
border-color: #FDF74D;
}
</style>