Shades of Paris Daisy #FDF54C
Tints of Paris Daisy #FDF54C
RGB
CMYK
RGB Variations
Color information
#FDF54C (or 0xFDF54C) is known color: Paris Daisy. HEX triplet: FD, F5 and 4C. RGB value is (253,245,76). Sum of RGB (Red+Green+Blue) = 253+245+76=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 245 (96.09% from 255 or 42.68% from 574); Blue value is 76 (30.08% from 255 or 13.24% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF54C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF54C is #020AB3. Grayscale: #E4E4E4. Windows color (decimal): -133812 or 5043709. OLE color: 5043709.
HSL color Cylindrical-coordinate representation of color #FDF54C: hue angle of 57.29º 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 #FDF54C is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 76 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.01 |
| HSL | 57.29º | 0.98% | 0.65% | - |
| HSV(B) | 57.29º | 0.7% | 0.99% | - |
| XYZ | 74.46 | 86.71 | 19.65 | - |
| YUV | 228.13 | 42.15 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 76 | 0 | 0.03 | 0.70 | 0.01 | 57.29 | 0.98 | 0.65 |
| Hex | FD | F5 | 4C | 0 | 3 | 46 | 1 | 39 | 62 | 41 |
| Octal | 375 | 365 | 114 | 0 | 3 | 106 | 1 | 71 | 142 | 101 |
| Binary | 11111101 | 11110101 | 1001100 | 0 | 11 | 1000110 | 1 | 111001 | 1100010 | 1000001 |
Color Harmonies of #FDF54C
Complementary color
Monochromatic Colors of #FDF54C
Black with #FDF54C
Text Example
Text Example
White with #FDF54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF54C; }
p { color: rgb(253,245,76); }
H1.HeaderClassName
{
color: #FDF54C;
}
.AnyTagClassName
{
color: #FDF54C;
}
</style>
background-color css
<style>
a { background-color: #FDF54C; }
a { background-color: rgb(253,245,76); }
div.DivClassName
{
background-color: #FDF54C;
}
.BgClassName
{
background-color: #FDF54C;
}
</style>
border-color css
<style>
span { border-color: #FDF54C; }
span { border-color: rgb(253,245,76); }
td.TdClassName
{
border-color: #FDF54C;
}
.TagClassName
{
border-color: #FDF54C;
}
</style>