Shades of Paris Daisy #FCE950
Tints of Paris Daisy #FCE950
RGB
CMYK
RGB Variations
Color information
#FCE950 (or 0xFCE950) is known color: Paris Daisy. HEX triplet: FC, E9 and 50. RGB value is (252,233,80). Sum of RGB (Red+Green+Blue) = 252+233+80=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 80 (31.64% from 255 or 14.16% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE950 is #0316AF. Grayscale: #DDDDDD. Windows color (decimal): -202416 or 5302780. OLE color: 5302780.
HSL color Cylindrical-coordinate representation of color #FCE950: hue angle of 53.37º 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 #FCE950 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 80 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.01 |
| HSL | 53.37º | 0.97% | 0.65% | - |
| HSV(B) | 53.37º | 0.68% | 0.99% | - |
| XYZ | 70.73 | 79.55 | 19.22 | - |
| YUV | 221.24 | 48.29 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 80 | 0 | 0.08 | 0.68 | 0.01 | 53.37 | 0.97 | 0.65 |
| Hex | FC | E9 | 50 | 0 | 8 | 44 | 1 | 35 | 61 | 41 |
| Octal | 374 | 351 | 120 | 0 | 10 | 104 | 1 | 65 | 141 | 101 |
| Binary | 11111100 | 11101001 | 1010000 | 0 | 1000 | 1000100 | 1 | 110101 | 1100001 | 1000001 |
Color Harmonies of #FCE950
Complementary color
Monochromatic Colors of #FCE950
Black with #FCE950
Text Example
Text Example
White with #FCE950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE950; }
p { color: rgb(252,233,80); }
H1.HeaderClassName
{
color: #FCE950;
}
.AnyTagClassName
{
color: #FCE950;
}
</style>
background-color css
<style>
a { background-color: #FCE950; }
a { background-color: rgb(252,233,80); }
div.DivClassName
{
background-color: #FCE950;
}
.BgClassName
{
background-color: #FCE950;
}
</style>
border-color css
<style>
span { border-color: #FCE950; }
span { border-color: rgb(252,233,80); }
td.TdClassName
{
border-color: #FCE950;
}
.TagClassName
{
border-color: #FCE950;
}
</style>