Shades of Paris Daisy #FCE949
Tints of Paris Daisy #FCE949
RGB
CMYK
RGB Variations
Color information
#FCE949 (or 0xFCE949) is known color: Paris Daisy. HEX triplet: FC, E9 and 49. RGB value is (252,233,73). Sum of RGB (Red+Green+Blue) = 252+233+73=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 233 (91.41% from 255 or 41.76% from 558); Blue value is 73 (28.91% from 255 or 13.08% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE949 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE949 is #0316B6. Grayscale: #DDDDDD. Windows color (decimal): -202423 or 4844028. OLE color: 4844028.
HSL color Cylindrical-coordinate representation of color #FCE949: hue angle of 53.63º 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 #FCE949 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 73 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.01 |
| HSL | 53.63º | 0.97% | 0.64% | - |
| HSV(B) | 53.63º | 0.71% | 0.99% | - |
| XYZ | 70.49 | 79.45 | 17.92 | - |
| YUV | 220.44 | 44.79 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 73 | 0 | 0.08 | 0.71 | 0.01 | 53.63 | 0.97 | 0.64 |
| Hex | FC | E9 | 49 | 0 | 8 | 47 | 1 | 36 | 61 | 40 |
| Octal | 374 | 351 | 111 | 0 | 10 | 107 | 1 | 66 | 141 | 100 |
| Binary | 11111100 | 11101001 | 1001001 | 0 | 1000 | 1000111 | 1 | 110110 | 1100001 | 1000000 |
Color Harmonies of #FCE949
Complementary color
Monochromatic Colors of #FCE949
Black with #FCE949
Text Example
Text Example
White with #FCE949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE949; }
p { color: rgb(252,233,73); }
H1.HeaderClassName
{
color: #FCE949;
}
.AnyTagClassName
{
color: #FCE949;
}
</style>
background-color css
<style>
a { background-color: #FCE949; }
a { background-color: rgb(252,233,73); }
div.DivClassName
{
background-color: #FCE949;
}
.BgClassName
{
background-color: #FCE949;
}
</style>
border-color css
<style>
span { border-color: #FCE949; }
span { border-color: rgb(252,233,73); }
td.TdClassName
{
border-color: #FCE949;
}
.TagClassName
{
border-color: #FCE949;
}
</style>