Shades of Paris Daisy #FCE148
Tints of Paris Daisy #FCE148
RGB
CMYK
RGB Variations
Color information
#FCE148 (or 0xFCE148) is known color: Paris Daisy. HEX triplet: FC, E1 and 48. RGB value is (252,225,72). Sum of RGB (Red+Green+Blue) = 252+225+72=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 72 (28.52% from 255 or 13.11% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE148 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE148 is #031EB7. Grayscale: #D8D8D8. Windows color (decimal): -204472 or 4776444. OLE color: 4776444.
HSL color Cylindrical-coordinate representation of color #FCE148: hue angle of 51º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCE148 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 72 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.01 |
| HSL | 51º | 0.97% | 0.64% | - |
| HSV(B) | 51º | 0.71% | 0.99% | - |
| XYZ | 68.24 | 75.01 | 17.01 | - |
| YUV | 215.63 | 46.95 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 72 | 0 | 0.11 | 0.71 | 0.01 | 51 | 0.97 | 0.64 |
| Hex | FC | E1 | 48 | 0 | B | 47 | 1 | 33 | 61 | 40 |
| Octal | 374 | 341 | 110 | 0 | 13 | 107 | 1 | 63 | 141 | 100 |
| Binary | 11111100 | 11100001 | 1001000 | 0 | 1011 | 1000111 | 1 | 110011 | 1100001 | 1000000 |
Color Harmonies of #FCE148
Complementary color
Monochromatic Colors of #FCE148
Black with #FCE148
Text Example
Text Example
White with #FCE148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE148; }
p { color: rgb(252,225,72); }
H1.HeaderClassName
{
color: #FCE148;
}
.AnyTagClassName
{
color: #FCE148;
}
</style>
background-color css
<style>
a { background-color: #FCE148; }
a { background-color: rgb(252,225,72); }
div.DivClassName
{
background-color: #FCE148;
}
.BgClassName
{
background-color: #FCE148;
}
</style>
border-color css
<style>
span { border-color: #FCE148; }
span { border-color: rgb(252,225,72); }
td.TdClassName
{
border-color: #FCE148;
}
.TagClassName
{
border-color: #FCE148;
}
</style>