Shades of Paris Daisy #FCFF4E
Tints of Paris Daisy #FCFF4E
RGB
CMYK
RGB Variations
Color information
#FCFF4E (or 0xFCFF4E) is known color: Paris Daisy. HEX triplet: FC, FF and 4E. RGB value is (252,255,78). Sum of RGB (Red+Green+Blue) = 252+255+78=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 78 (30.86% from 255 or 13.33% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF4E is #0300B1. Grayscale: #EAEAEA. Windows color (decimal): -196786 or 5177340. OLE color: 5177340.
HSL color Cylindrical-coordinate representation of color #FCFF4E: hue angle of 61.02º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCFF4E is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 78 | - |
| CMYK | 0.01 | 0 | 0.69 | 0 |
| HSL | 61.02º | 1% | 0.65% | - |
| HSV(B) | 61.02º | 0.69% | 1% | - |
| XYZ | 77.28 | 92.77 | 21.04 | - |
| YUV | 233.93 | 40.01 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 78 | 0.01 | 0 | 0.69 | 0 | 61.02 | 1 | 0.65 |
| Hex | FC | FF | 4E | 1 | 0 | 45 | 0 | 3D | 64 | 41 |
| Octal | 374 | 377 | 116 | 1 | 0 | 105 | 0 | 75 | 144 | 101 |
| Binary | 11111100 | 11111111 | 1001110 | 1 | 0 | 1000101 | 0 | 111101 | 1100100 | 1000001 |
Color Harmonies of #FCFF4E
Complementary color
Monochromatic Colors of #FCFF4E
Black with #FCFF4E
Text Example
Text Example
White with #FCFF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF4E; }
p { color: rgb(252,255,78); }
H1.HeaderClassName
{
color: #FCFF4E;
}
.AnyTagClassName
{
color: #FCFF4E;
}
</style>
background-color css
<style>
a { background-color: #FCFF4E; }
a { background-color: rgb(252,255,78); }
div.DivClassName
{
background-color: #FCFF4E;
}
.BgClassName
{
background-color: #FCFF4E;
}
</style>
border-color css
<style>
span { border-color: #FCFF4E; }
span { border-color: rgb(252,255,78); }
td.TdClassName
{
border-color: #FCFF4E;
}
.TagClassName
{
border-color: #FCFF4E;
}
</style>