Shades of Paris Daisy #FDFC44
Tints of Paris Daisy #FDFC44
RGB
CMYK
RGB Variations
Color information
#FDFC44 (or 0xFDFC44) is known color: Paris Daisy. HEX triplet: FD, FC and 44. RGB value is (253,252,68). Sum of RGB (Red+Green+Blue) = 253+252+68=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 252 (98.83% from 255 or 43.98% from 573); Blue value is 68 (26.95% from 255 or 11.87% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFC44 is #0203BB. Grayscale: #E8E8E8. Windows color (decimal): -132028 or 4521213. OLE color: 4521213.
HSL color Cylindrical-coordinate representation of color #FDFC44: hue angle of 59.68º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FDFC44 is Cyan = 0, Magento = 0.00, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 68 | - |
| CMYK | 0 | 0.00 | 0.73 | 0.01 |
| HSL | 59.68º | 0.98% | 0.63% | - |
| HSV(B) | 59.68º | 0.73% | 0.99% | - |
| XYZ | 76.36 | 90.92 | 18.99 | - |
| YUV | 231.32 | 35.83 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 68 | 0 | 0.00 | 0.73 | 0.01 | 59.68 | 0.98 | 0.63 |
| Hex | FD | FC | 44 | 0 | 0 | 49 | 1 | 3C | 62 | 3F |
| Octal | 375 | 374 | 104 | 0 | 0 | 111 | 1 | 74 | 142 | 77 |
| Binary | 11111101 | 11111100 | 1000100 | 0 | 0 | 1001001 | 1 | 111100 | 1100010 | 111111 |
Color Harmonies of #FDFC44
Complementary color
Monochromatic Colors of #FDFC44
Black with #FDFC44
Text Example
Text Example
White with #FDFC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFC44; }
p { color: rgb(253,252,68); }
H1.HeaderClassName
{
color: #FDFC44;
}
.AnyTagClassName
{
color: #FDFC44;
}
</style>
background-color css
<style>
a { background-color: #FDFC44; }
a { background-color: rgb(253,252,68); }
div.DivClassName
{
background-color: #FDFC44;
}
.BgClassName
{
background-color: #FDFC44;
}
</style>
border-color css
<style>
span { border-color: #FDFC44; }
span { border-color: rgb(253,252,68); }
td.TdClassName
{
border-color: #FDFC44;
}
.TagClassName
{
border-color: #FDFC44;
}
</style>