Shades of Paris Daisy #FDFC3F
Tints of Paris Daisy #FDFC3F
RGB
CMYK
RGB Variations
Color information
#FDFC3F (or 0xFDFC3F) is known color: Paris Daisy. HEX triplet: FD, FC and 3F. RGB value is (253,252,63). Sum of RGB (Red+Green+Blue) = 253+252+63=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 63 (25% from 255 or 11.09% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFC3F is #0203C0. Grayscale: #E7E7E7. Windows color (decimal): -132033 or 4193533. OLE color: 4193533.
HSL color Cylindrical-coordinate representation of color #FDFC3F: hue angle of 59.68º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDFC3F is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 63 | - |
| CMYK | 0 | 0.00 | 0.75 | 0.01 |
| HSL | 59.68º | 0.98% | 0.62% | - |
| HSV(B) | 59.68º | 0.75% | 0.99% | - |
| XYZ | 76.22 | 90.86 | 18.22 | - |
| YUV | 230.75 | 33.33 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 63 | 0 | 0.00 | 0.75 | 0.01 | 59.68 | 0.98 | 0.62 |
| Hex | FD | FC | 3F | 0 | 0 | 4B | 1 | 3C | 62 | 3E |
| Octal | 375 | 374 | 77 | 0 | 0 | 113 | 1 | 74 | 142 | 76 |
| Binary | 11111101 | 11111100 | 111111 | 0 | 0 | 1001011 | 1 | 111100 | 1100010 | 111110 |
Color Harmonies of #FDFC3F
Complementary color
Monochromatic Colors of #FDFC3F
Black with #FDFC3F
Text Example
Text Example
White with #FDFC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFC3F; }
p { color: rgb(253,252,63); }
H1.HeaderClassName
{
color: #FDFC3F;
}
.AnyTagClassName
{
color: #FDFC3F;
}
</style>
background-color css
<style>
a { background-color: #FDFC3F; }
a { background-color: rgb(253,252,63); }
div.DivClassName
{
background-color: #FDFC3F;
}
.BgClassName
{
background-color: #FDFC3F;
}
</style>
border-color css
<style>
span { border-color: #FDFC3F; }
span { border-color: rgb(253,252,63); }
td.TdClassName
{
border-color: #FDFC3F;
}
.TagClassName
{
border-color: #FDFC3F;
}
</style>