Shades of Paris Daisy #FDF74F
Tints of Paris Daisy #FDF74F
RGB
CMYK
RGB Variations
Color information
#FDF74F (or 0xFDF74F) is known color: Paris Daisy. HEX triplet: FD, F7 and 4F. RGB value is (253,247,79). Sum of RGB (Red+Green+Blue) = 253+247+79=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 247 (96.88% from 255 or 42.66% from 579); Blue value is 79 (31.25% from 255 or 13.64% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF74F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF74F is #0208B0. Grayscale: #E6E6E6. Windows color (decimal): -133297 or 5240829. OLE color: 5240829.
HSL color Cylindrical-coordinate representation of color #FDF74F: hue angle of 57.93º 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 #FDF74F is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 79 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.01 |
| HSL | 57.93º | 0.98% | 0.65% | - |
| HSV(B) | 57.93º | 0.69% | 0.99% | - |
| XYZ | 75.18 | 87.97 | 20.41 | - |
| YUV | 229.64 | 42.99 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 79 | 0 | 0.02 | 0.69 | 0.01 | 57.93 | 0.98 | 0.65 |
| Hex | FD | F7 | 4F | 0 | 2 | 45 | 1 | 3A | 62 | 41 |
| Octal | 375 | 367 | 117 | 0 | 2 | 105 | 1 | 72 | 142 | 101 |
| Binary | 11111101 | 11110111 | 1001111 | 0 | 10 | 1000101 | 1 | 111010 | 1100010 | 1000001 |
Color Harmonies of #FDF74F
Complementary color
Monochromatic Colors of #FDF74F
Black with #FDF74F
Text Example
Text Example
White with #FDF74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF74F; }
p { color: rgb(253,247,79); }
H1.HeaderClassName
{
color: #FDF74F;
}
.AnyTagClassName
{
color: #FDF74F;
}
</style>
background-color css
<style>
a { background-color: #FDF74F; }
a { background-color: rgb(253,247,79); }
div.DivClassName
{
background-color: #FDF74F;
}
.BgClassName
{
background-color: #FDF74F;
}
</style>
border-color css
<style>
span { border-color: #FDF74F; }
span { border-color: rgb(253,247,79); }
td.TdClassName
{
border-color: #FDF74F;
}
.TagClassName
{
border-color: #FDF74F;
}
</style>