Shades of Paris Daisy #FCE146
Tints of Paris Daisy #FCE146
RGB
CMYK
RGB Variations
Color information
#FCE146 (or 0xFCE146) is known color: Paris Daisy. HEX triplet: FC, E1 and 46. RGB value is (252,225,70). Sum of RGB (Red+Green+Blue) = 252+225+70=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 70 (27.73% from 255 or 12.80% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE146 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE146 is #031EB9. Grayscale: #D8D8D8. Windows color (decimal): -204474 or 4645372. OLE color: 4645372.
HSL color Cylindrical-coordinate representation of color #FCE146: hue angle of 51.1º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FCE146 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 70 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.01 |
| HSL | 51.1º | 0.97% | 0.63% | - |
| HSV(B) | 51.1º | 0.72% | 0.99% | - |
| XYZ | 68.18 | 74.99 | 16.68 | - |
| YUV | 215.4 | 45.95 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 70 | 0 | 0.11 | 0.72 | 0.01 | 51.1 | 0.97 | 0.63 |
| Hex | FC | E1 | 46 | 0 | B | 48 | 1 | 33 | 61 | 3F |
| Octal | 374 | 341 | 106 | 0 | 13 | 110 | 1 | 63 | 141 | 77 |
| Binary | 11111100 | 11100001 | 1000110 | 0 | 1011 | 1001000 | 1 | 110011 | 1100001 | 111111 |
Color Harmonies of #FCE146
Complementary color
Monochromatic Colors of #FCE146
Black with #FCE146
Text Example
Text Example
White with #FCE146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE146; }
p { color: rgb(252,225,70); }
H1.HeaderClassName
{
color: #FCE146;
}
.AnyTagClassName
{
color: #FCE146;
}
</style>
background-color css
<style>
a { background-color: #FCE146; }
a { background-color: rgb(252,225,70); }
div.DivClassName
{
background-color: #FCE146;
}
.BgClassName
{
background-color: #FCE146;
}
</style>
border-color css
<style>
span { border-color: #FCE146; }
span { border-color: rgb(252,225,70); }
td.TdClassName
{
border-color: #FCE146;
}
.TagClassName
{
border-color: #FCE146;
}
</style>