Shades of Paris Daisy #FCF84D
Tints of Paris Daisy #FCF84D
RGB
CMYK
RGB Variations
Color information
#FCF84D (or 0xFCF84D) is known color: Paris Daisy. HEX triplet: FC, F8 and 4D. RGB value is (252,248,77). Sum of RGB (Red+Green+Blue) = 252+248+77=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 248 (97.27% from 255 or 42.98% from 577); Blue value is 77 (30.47% from 255 or 13.34% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF84D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF84D is #0307B2. Grayscale: #E6E6E6. Windows color (decimal): -198579 or 5110012. OLE color: 5110012.
HSL color Cylindrical-coordinate representation of color #FCF84D: hue angle of 58.63º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCF84D is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 77 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.01 |
| HSL | 58.63º | 0.97% | 0.65% | - |
| HSV(B) | 58.63º | 0.69% | 0.99% | - |
| XYZ | 75.05 | 88.37 | 20.12 | - |
| YUV | 229.7 | 41.83 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 77 | 0 | 0.02 | 0.69 | 0.01 | 58.63 | 0.97 | 0.65 |
| Hex | FC | F8 | 4D | 0 | 2 | 45 | 1 | 3B | 61 | 41 |
| Octal | 374 | 370 | 115 | 0 | 2 | 105 | 1 | 73 | 141 | 101 |
| Binary | 11111100 | 11111000 | 1001101 | 0 | 10 | 1000101 | 1 | 111011 | 1100001 | 1000001 |
Color Harmonies of #FCF84D
Complementary color
Monochromatic Colors of #FCF84D
Black with #FCF84D
Text Example
Text Example
White with #FCF84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF84D; }
p { color: rgb(252,248,77); }
H1.HeaderClassName
{
color: #FCF84D;
}
.AnyTagClassName
{
color: #FCF84D;
}
</style>
background-color css
<style>
a { background-color: #FCF84D; }
a { background-color: rgb(252,248,77); }
div.DivClassName
{
background-color: #FCF84D;
}
.BgClassName
{
background-color: #FCF84D;
}
</style>
border-color css
<style>
span { border-color: #FCF84D; }
span { border-color: rgb(252,248,77); }
td.TdClassName
{
border-color: #FCF84D;
}
.TagClassName
{
border-color: #FCF84D;
}
</style>