Shades of Paris Daisy #FDF74C
Tints of Paris Daisy #FDF74C
RGB
CMYK
RGB Variations
Color information
#FDF74C (or 0xFDF74C) is known color: Paris Daisy. HEX triplet: FD, F7 and 4C. RGB value is (253,247,76). Sum of RGB (Red+Green+Blue) = 253+247+76=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 247 (96.88% from 255 or 42.88% from 576); Blue value is 76 (30.08% from 255 or 13.19% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF74C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF74C is #0208B3. Grayscale: #E5E5E5. Windows color (decimal): -133300 or 5044221. OLE color: 5044221.
HSL color Cylindrical-coordinate representation of color #FDF74C: hue angle of 57.97º 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 #FDF74C is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 76 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.01 |
| HSL | 57.97º | 0.98% | 0.65% | - |
| HSV(B) | 57.97º | 0.7% | 0.99% | - |
| XYZ | 75.07 | 87.93 | 19.85 | - |
| YUV | 229.3 | 41.49 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 76 | 0 | 0.02 | 0.70 | 0.01 | 57.97 | 0.98 | 0.65 |
| Hex | FD | F7 | 4C | 0 | 2 | 46 | 1 | 3A | 62 | 41 |
| Octal | 375 | 367 | 114 | 0 | 2 | 106 | 1 | 72 | 142 | 101 |
| Binary | 11111101 | 11110111 | 1001100 | 0 | 10 | 1000110 | 1 | 111010 | 1100010 | 1000001 |
Color Harmonies of #FDF74C
Complementary color
Monochromatic Colors of #FDF74C
Black with #FDF74C
Text Example
Text Example
White with #FDF74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF74C; }
p { color: rgb(253,247,76); }
H1.HeaderClassName
{
color: #FDF74C;
}
.AnyTagClassName
{
color: #FDF74C;
}
</style>
background-color css
<style>
a { background-color: #FDF74C; }
a { background-color: rgb(253,247,76); }
div.DivClassName
{
background-color: #FDF74C;
}
.BgClassName
{
background-color: #FDF74C;
}
</style>
border-color css
<style>
span { border-color: #FDF74C; }
span { border-color: rgb(253,247,76); }
td.TdClassName
{
border-color: #FDF74C;
}
.TagClassName
{
border-color: #FDF74C;
}
</style>