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