Shades of Paris Daisy #FDFC43
Tints of Paris Daisy #FDFC43
RGB
CMYK
RGB Variations
Color information
#FDFC43 (or 0xFDFC43) is known color: Paris Daisy. HEX triplet: FD, FC and 43. RGB value is (253,252,67). Sum of RGB (Red+Green+Blue) = 253+252+67=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 252 (98.83% from 255 or 44.06% from 572); Blue value is 67 (26.56% from 255 or 11.71% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC43 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFC43 is #0203BC. Grayscale: #E7E7E7. Windows color (decimal): -132029 or 4455677. OLE color: 4455677.
HSL color Cylindrical-coordinate representation of color #FDFC43: 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.74%. Process color model (Four color, CMYK) of #FDFC43 is Cyan = 0, Magento = 0.00, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 67 | - |
| CMYK | 0 | 0.00 | 0.74 | 0.01 |
| HSL | 59.68º | 0.98% | 0.63% | - |
| HSV(B) | 59.68º | 0.74% | 0.99% | - |
| XYZ | 76.33 | 90.91 | 18.83 | - |
| YUV | 231.21 | 35.33 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 67 | 0 | 0.00 | 0.74 | 0.01 | 59.68 | 0.98 | 0.63 |
| Hex | FD | FC | 43 | 0 | 0 | 4A | 1 | 3C | 62 | 3F |
| Octal | 375 | 374 | 103 | 0 | 0 | 112 | 1 | 74 | 142 | 77 |
| Binary | 11111101 | 11111100 | 1000011 | 0 | 0 | 1001010 | 1 | 111100 | 1100010 | 111111 |
Color Harmonies of #FDFC43
Complementary color
Monochromatic Colors of #FDFC43
Black with #FDFC43
Text Example
Text Example
White with #FDFC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFC43; }
p { color: rgb(253,252,67); }
H1.HeaderClassName
{
color: #FDFC43;
}
.AnyTagClassName
{
color: #FDFC43;
}
</style>
background-color css
<style>
a { background-color: #FDFC43; }
a { background-color: rgb(253,252,67); }
div.DivClassName
{
background-color: #FDFC43;
}
.BgClassName
{
background-color: #FDFC43;
}
</style>
border-color css
<style>
span { border-color: #FDFC43; }
span { border-color: rgb(253,252,67); }
td.TdClassName
{
border-color: #FDFC43;
}
.TagClassName
{
border-color: #FDFC43;
}
</style>