Shades of Paris Daisy #FCE851
Tints of Paris Daisy #FCE851
RGB
CMYK
RGB Variations
Color information
#FCE851 (or 0xFCE851) is known color: Paris Daisy. HEX triplet: FC, E8 and 51. RGB value is (252,232,81). Sum of RGB (Red+Green+Blue) = 252+232+81=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 81 (32.03% from 255 or 14.34% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE851 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE851 is #0317AE. Grayscale: #DDDDDD. Windows color (decimal): -202671 or 5368060. OLE color: 5368060.
HSL color Cylindrical-coordinate representation of color #FCE851: hue angle of 52.98º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCE851 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 81 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.01 |
| HSL | 52.98º | 0.97% | 0.65% | - |
| HSV(B) | 52.98º | 0.68% | 0.99% | - |
| XYZ | 70.49 | 79 | 19.32 | - |
| YUV | 220.77 | 49.13 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 81 | 0 | 0.08 | 0.68 | 0.01 | 52.98 | 0.97 | 0.65 |
| Hex | FC | E8 | 51 | 0 | 8 | 44 | 1 | 35 | 61 | 41 |
| Octal | 374 | 350 | 121 | 0 | 10 | 104 | 1 | 65 | 141 | 101 |
| Binary | 11111100 | 11101000 | 1010001 | 0 | 1000 | 1000100 | 1 | 110101 | 1100001 | 1000001 |
Color Harmonies of #FCE851
Complementary color
Monochromatic Colors of #FCE851
Black with #FCE851
Text Example
Text Example
White with #FCE851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE851; }
p { color: rgb(252,232,81); }
H1.HeaderClassName
{
color: #FCE851;
}
.AnyTagClassName
{
color: #FCE851;
}
</style>
background-color css
<style>
a { background-color: #FCE851; }
a { background-color: rgb(252,232,81); }
div.DivClassName
{
background-color: #FCE851;
}
.BgClassName
{
background-color: #FCE851;
}
</style>
border-color css
<style>
span { border-color: #FCE851; }
span { border-color: rgb(252,232,81); }
td.TdClassName
{
border-color: #FCE851;
}
.TagClassName
{
border-color: #FCE851;
}
</style>