Shades of Paris Daisy #FDFD41
Tints of Paris Daisy #FDFD41
RGB
CMYK
RGB Variations
Color information
#FDFD41 (or 0xFDFD41) is known color: Paris Daisy. HEX triplet: FD, FD and 41. RGB value is (253,253,65). Sum of RGB (Red+Green+Blue) = 253+253+65=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 253 (99.22% from 255 or 44.31% from 571); Blue value is 65 (25.78% from 255 or 11.38% from 571); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFD41 is #0202BE. Grayscale: #E8E8E8. Windows color (decimal): -131775 or 4324861. OLE color: 4324861.
HSL color Cylindrical-coordinate representation of color #FDFD41: hue angle of 60º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FDFD41 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 253 | 65 | - |
| CMYK | 0 | 0 | 0.74 | 0.01 |
| HSL | 60º | 0.98% | 0.62% | - |
| HSV(B) | 60º | 0.74% | 0.99% | - |
| XYZ | 76.59 | 91.51 | 18.63 | - |
| YUV | 231.57 | 34 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 253 | 65 | 0 | 0 | 0.74 | 0.01 | 60 | 0.98 | 0.62 |
| Hex | FD | FD | 41 | 0 | 0 | 4A | 1 | 3C | 62 | 3E |
| Octal | 375 | 375 | 101 | 0 | 0 | 112 | 1 | 74 | 142 | 76 |
| Binary | 11111101 | 11111101 | 1000001 | 0 | 0 | 1001010 | 1 | 111100 | 1100010 | 111110 |
Color Harmonies of #FDFD41
Complementary color
Monochromatic Colors of #FDFD41
Black with #FDFD41
Text Example
Text Example
White with #FDFD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFD41; }
p { color: rgb(253,253,65); }
H1.HeaderClassName
{
color: #FDFD41;
}
.AnyTagClassName
{
color: #FDFD41;
}
</style>
background-color css
<style>
a { background-color: #FDFD41; }
a { background-color: rgb(253,253,65); }
div.DivClassName
{
background-color: #FDFD41;
}
.BgClassName
{
background-color: #FDFD41;
}
</style>
border-color css
<style>
span { border-color: #FDFD41; }
span { border-color: rgb(253,253,65); }
td.TdClassName
{
border-color: #FDFD41;
}
.TagClassName
{
border-color: #FDFD41;
}
</style>