Shades of Paris Daisy #FDF54F
Tints of Paris Daisy #FDF54F
RGB
CMYK
RGB Variations
Color information
#FDF54F (or 0xFDF54F) is known color: Paris Daisy. HEX triplet: FD, F5 and 4F. RGB value is (253,245,79). Sum of RGB (Red+Green+Blue) = 253+245+79=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 245 (96.09% from 255 or 42.46% from 577); Blue value is 79 (31.25% from 255 or 13.69% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF54F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF54F is #020AB0. Grayscale: #E5E5E5. Windows color (decimal): -133809 or 5240317. OLE color: 5240317.
HSL color Cylindrical-coordinate representation of color #FDF54F: hue angle of 57.24º 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 #FDF54F is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 79 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.01 |
| HSL | 57.24º | 0.98% | 0.65% | - |
| HSV(B) | 57.24º | 0.69% | 0.99% | - |
| XYZ | 74.57 | 86.75 | 20.21 | - |
| YUV | 228.47 | 43.65 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 79 | 0 | 0.03 | 0.69 | 0.01 | 57.24 | 0.98 | 0.65 |
| Hex | FD | F5 | 4F | 0 | 3 | 45 | 1 | 39 | 62 | 41 |
| Octal | 375 | 365 | 117 | 0 | 3 | 105 | 1 | 71 | 142 | 101 |
| Binary | 11111101 | 11110101 | 1001111 | 0 | 11 | 1000101 | 1 | 111001 | 1100010 | 1000001 |
Color Harmonies of #FDF54F
Complementary color
Monochromatic Colors of #FDF54F
Black with #FDF54F
Text Example
Text Example
White with #FDF54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF54F; }
p { color: rgb(253,245,79); }
H1.HeaderClassName
{
color: #FDF54F;
}
.AnyTagClassName
{
color: #FDF54F;
}
</style>
background-color css
<style>
a { background-color: #FDF54F; }
a { background-color: rgb(253,245,79); }
div.DivClassName
{
background-color: #FDF54F;
}
.BgClassName
{
background-color: #FDF54F;
}
</style>
border-color css
<style>
span { border-color: #FDF54F; }
span { border-color: rgb(253,245,79); }
td.TdClassName
{
border-color: #FDF54F;
}
.TagClassName
{
border-color: #FDF54F;
}
</style>