Shades of Paris Daisy #FDF74A
Tints of Paris Daisy #FDF74A
RGB
CMYK
RGB Variations
Color information
#FDF74A (or 0xFDF74A) is known color: Paris Daisy. HEX triplet: FD, F7 and 4A. RGB value is (253,247,74). Sum of RGB (Red+Green+Blue) = 253+247+74=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 247 (96.88% from 255 or 43.03% from 574); Blue value is 74 (29.30% from 255 or 12.89% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF74A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF74A is #0208B5. Grayscale: #E5E5E5. Windows color (decimal): -133302 or 4913149. OLE color: 4913149.
HSL color Cylindrical-coordinate representation of color #FDF74A: hue angle of 57.99º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FDF74A is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 74 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.01 |
| HSL | 57.99º | 0.98% | 0.64% | - |
| HSV(B) | 57.99º | 0.71% | 0.99% | - |
| XYZ | 75 | 87.9 | 19.49 | - |
| YUV | 229.07 | 40.49 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 74 | 0 | 0.02 | 0.71 | 0.01 | 57.99 | 0.98 | 0.64 |
| Hex | FD | F7 | 4A | 0 | 2 | 47 | 1 | 3A | 62 | 40 |
| Octal | 375 | 367 | 112 | 0 | 2 | 107 | 1 | 72 | 142 | 100 |
| Binary | 11111101 | 11110111 | 1001010 | 0 | 10 | 1000111 | 1 | 111010 | 1100010 | 1000000 |
Color Harmonies of #FDF74A
Complementary color
Monochromatic Colors of #FDF74A
Black with #FDF74A
Text Example
Text Example
White with #FDF74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF74A; }
p { color: rgb(253,247,74); }
H1.HeaderClassName
{
color: #FDF74A;
}
.AnyTagClassName
{
color: #FDF74A;
}
</style>
background-color css
<style>
a { background-color: #FDF74A; }
a { background-color: rgb(253,247,74); }
div.DivClassName
{
background-color: #FDF74A;
}
.BgClassName
{
background-color: #FDF74A;
}
</style>
border-color css
<style>
span { border-color: #FDF74A; }
span { border-color: rgb(253,247,74); }
td.TdClassName
{
border-color: #FDF74A;
}
.TagClassName
{
border-color: #FDF74A;
}
</style>