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