Shades of Paris Daisy #FCFD41
Tints of Paris Daisy #FCFD41
RGB
CMYK
RGB Variations
Color information
#FCFD41 (or 0xFCFD41) is known color: Paris Daisy. HEX triplet: FC, FD and 41. RGB value is (252,253,65). Sum of RGB (Red+Green+Blue) = 252+253+65=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 253 (99.22% from 255 or 44.39% from 570); Blue value is 65 (25.78% from 255 or 11.40% from 570); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFD41 is #0302BE. Grayscale: #E8E8E8. Windows color (decimal): -197311 or 4324860. OLE color: 4324860.
HSL color Cylindrical-coordinate representation of color #FCFD41: 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.74%. Process color model (Four color, CMYK) of #FCFD41 is Cyan = 0.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 65 | - |
| CMYK | 0.00 | 0 | 0.74 | 0.01 |
| HSL | 60.32º | 0.98% | 0.62% | - |
| HSV(B) | 60.32º | 0.74% | 0.99% | - |
| XYZ | 76.22 | 91.33 | 18.61 | - |
| YUV | 231.27 | 34.17 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 65 | 0.00 | 0 | 0.74 | 0.01 | 60.32 | 0.98 | 0.62 |
| Hex | FC | FD | 41 | 0 | 0 | 4A | 1 | 3C | 62 | 3E |
| Octal | 374 | 375 | 101 | 0 | 0 | 112 | 1 | 74 | 142 | 76 |
| Binary | 11111100 | 11111101 | 1000001 | 0 | 0 | 1001010 | 1 | 111100 | 1100010 | 111110 |
Color Harmonies of #FCFD41
Complementary color
Monochromatic Colors of #FCFD41
Black with #FCFD41
Text Example
Text Example
White with #FCFD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFD41; }
p { color: rgb(252,253,65); }
H1.HeaderClassName
{
color: #FCFD41;
}
.AnyTagClassName
{
color: #FCFD41;
}
</style>
background-color css
<style>
a { background-color: #FCFD41; }
a { background-color: rgb(252,253,65); }
div.DivClassName
{
background-color: #FCFD41;
}
.BgClassName
{
background-color: #FCFD41;
}
</style>
border-color css
<style>
span { border-color: #FCFD41; }
span { border-color: rgb(252,253,65); }
td.TdClassName
{
border-color: #FCFD41;
}
.TagClassName
{
border-color: #FCFD41;
}
</style>