Shades of Paris Daisy #FDFC45
Tints of Paris Daisy #FDFC45
RGB
CMYK
RGB Variations
Color information
#FDFC45 (or 0xFDFC45) is known color: Paris Daisy. HEX triplet: FD, FC and 45. RGB value is (253,252,69). Sum of RGB (Red+Green+Blue) = 253+252+69=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 69 (27.34% from 255 or 12.02% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFC45 is #0203BA. Grayscale: #E8E8E8. Windows color (decimal): -132027 or 4586749. OLE color: 4586749.
HSL color Cylindrical-coordinate representation of color #FDFC45: hue angle of 59.67º 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 #FDFC45 is Cyan = 0, Magento = 0.00, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 69 | - |
| CMYK | 0 | 0.00 | 0.73 | 0.01 |
| HSL | 59.67º | 0.98% | 0.63% | - |
| HSV(B) | 59.67º | 0.73% | 0.99% | - |
| XYZ | 76.39 | 90.93 | 19.16 | - |
| YUV | 231.44 | 36.33 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 69 | 0 | 0.00 | 0.73 | 0.01 | 59.67 | 0.98 | 0.63 |
| Hex | FD | FC | 45 | 0 | 0 | 49 | 1 | 3C | 62 | 3F |
| Octal | 375 | 374 | 105 | 0 | 0 | 111 | 1 | 74 | 142 | 77 |
| Binary | 11111101 | 11111100 | 1000101 | 0 | 0 | 1001001 | 1 | 111100 | 1100010 | 111111 |
Color Harmonies of #FDFC45
Complementary color
Monochromatic Colors of #FDFC45
Black with #FDFC45
Text Example
Text Example
White with #FDFC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFC45; }
p { color: rgb(253,252,69); }
H1.HeaderClassName
{
color: #FDFC45;
}
.AnyTagClassName
{
color: #FDFC45;
}
</style>
background-color css
<style>
a { background-color: #FDFC45; }
a { background-color: rgb(253,252,69); }
div.DivClassName
{
background-color: #FDFC45;
}
.BgClassName
{
background-color: #FDFC45;
}
</style>
border-color css
<style>
span { border-color: #FDFC45; }
span { border-color: rgb(253,252,69); }
td.TdClassName
{
border-color: #FDFC45;
}
.TagClassName
{
border-color: #FDFC45;
}
</style>