Shades of Paris Daisy #FDFC52
Tints of Paris Daisy #FDFC52
RGB
CMYK
RGB Variations
Color information
#FDFC52 (or 0xFDFC52) is known color: Paris Daisy. HEX triplet: FD, FC and 52. RGB value is (253,252,82). Sum of RGB (Red+Green+Blue) = 253+252+82=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 82 (32.42% from 255 or 13.97% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFC52 is #0203AD. Grayscale: #E9E9E9. Windows color (decimal): -132014 or 5438717. OLE color: 5438717.
HSL color Cylindrical-coordinate representation of color #FDFC52: hue angle of 59.65º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDFC52 is Cyan = 0, Magento = 0.00, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 82 | - |
| CMYK | 0 | 0.00 | 0.68 | 0.01 |
| HSL | 59.65º | 0.98% | 0.66% | - |
| HSV(B) | 59.65º | 0.68% | 0.99% | - |
| XYZ | 76.84 | 91.11 | 21.52 | - |
| YUV | 232.92 | 42.83 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 82 | 0 | 0.00 | 0.68 | 0.01 | 59.65 | 0.98 | 0.66 |
| Hex | FD | FC | 52 | 0 | 0 | 44 | 1 | 3C | 62 | 42 |
| Octal | 375 | 374 | 122 | 0 | 0 | 104 | 1 | 74 | 142 | 102 |
| Binary | 11111101 | 11111100 | 1010010 | 0 | 0 | 1000100 | 1 | 111100 | 1100010 | 1000010 |
Color Harmonies of #FDFC52
Complementary color
Monochromatic Colors of #FDFC52
Black with #FDFC52
Text Example
Text Example
White with #FDFC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFC52; }
p { color: rgb(253,252,82); }
H1.HeaderClassName
{
color: #FDFC52;
}
.AnyTagClassName
{
color: #FDFC52;
}
</style>
background-color css
<style>
a { background-color: #FDFC52; }
a { background-color: rgb(253,252,82); }
div.DivClassName
{
background-color: #FDFC52;
}
.BgClassName
{
background-color: #FDFC52;
}
</style>
border-color css
<style>
span { border-color: #FDFC52; }
span { border-color: rgb(253,252,82); }
td.TdClassName
{
border-color: #FDFC52;
}
.TagClassName
{
border-color: #FDFC52;
}
</style>