Shades of Paris Daisy #FCE450
Tints of Paris Daisy #FCE450
RGB
CMYK
RGB Variations
Color information
#FCE450 (or 0xFCE450) is known color: Paris Daisy. HEX triplet: FC, E4 and 50. RGB value is (252,228,80). Sum of RGB (Red+Green+Blue) = 252+228+80=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 228 (89.45% from 255 or 40.71% from 560); Blue value is 80 (31.64% from 255 or 14.29% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE450 is #031BAF. Grayscale: #DADADA. Windows color (decimal): -203696 or 5301500. OLE color: 5301500.
HSL color Cylindrical-coordinate representation of color #FCE450: hue angle of 51.63º 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 #FCE450 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 80 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.01 |
| HSL | 51.63º | 0.97% | 0.65% | - |
| HSV(B) | 51.63º | 0.68% | 0.99% | - |
| XYZ | 69.34 | 76.76 | 18.75 | - |
| YUV | 218.3 | 49.95 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 80 | 0 | 0.10 | 0.68 | 0.01 | 51.63 | 0.97 | 0.65 |
| Hex | FC | E4 | 50 | 0 | A | 44 | 1 | 34 | 61 | 41 |
| Octal | 374 | 344 | 120 | 0 | 12 | 104 | 1 | 64 | 141 | 101 |
| Binary | 11111100 | 11100100 | 1010000 | 0 | 1010 | 1000100 | 1 | 110100 | 1100001 | 1000001 |
Color Harmonies of #FCE450
Complementary color
Monochromatic Colors of #FCE450
Black with #FCE450
Text Example
Text Example
White with #FCE450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE450; }
p { color: rgb(252,228,80); }
H1.HeaderClassName
{
color: #FCE450;
}
.AnyTagClassName
{
color: #FCE450;
}
</style>
background-color css
<style>
a { background-color: #FCE450; }
a { background-color: rgb(252,228,80); }
div.DivClassName
{
background-color: #FCE450;
}
.BgClassName
{
background-color: #FCE450;
}
</style>
border-color css
<style>
span { border-color: #FCE450; }
span { border-color: rgb(252,228,80); }
td.TdClassName
{
border-color: #FCE450;
}
.TagClassName
{
border-color: #FCE450;
}
</style>