Shades of Paris Daisy #FCE549
Tints of Paris Daisy #FCE549
RGB
CMYK
RGB Variations
Color information
#FCE549 (or 0xFCE549) is known color: Paris Daisy. HEX triplet: FC, E5 and 49. RGB value is (252,229,73). Sum of RGB (Red+Green+Blue) = 252+229+73=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 73 (28.91% from 255 or 13.18% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE549 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE549 is #031AB6. Grayscale: #DADADA. Windows color (decimal): -203447 or 4843004. OLE color: 4843004.
HSL color Cylindrical-coordinate representation of color #FCE549: hue angle of 52.29º 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 #FCE549 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 73 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.01 |
| HSL | 52.29º | 0.97% | 0.64% | - |
| HSV(B) | 52.29º | 0.71% | 0.99% | - |
| XYZ | 69.37 | 77.22 | 17.55 | - |
| YUV | 218.09 | 46.12 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 73 | 0 | 0.09 | 0.71 | 0.01 | 52.29 | 0.97 | 0.64 |
| Hex | FC | E5 | 49 | 0 | 9 | 47 | 1 | 34 | 61 | 40 |
| Octal | 374 | 345 | 111 | 0 | 11 | 107 | 1 | 64 | 141 | 100 |
| Binary | 11111100 | 11100101 | 1001001 | 0 | 1001 | 1000111 | 1 | 110100 | 1100001 | 1000000 |
Color Harmonies of #FCE549
Complementary color
Monochromatic Colors of #FCE549
Black with #FCE549
Text Example
Text Example
White with #FCE549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE549; }
p { color: rgb(252,229,73); }
H1.HeaderClassName
{
color: #FCE549;
}
.AnyTagClassName
{
color: #FCE549;
}
</style>
background-color css
<style>
a { background-color: #FCE549; }
a { background-color: rgb(252,229,73); }
div.DivClassName
{
background-color: #FCE549;
}
.BgClassName
{
background-color: #FCE549;
}
</style>
border-color css
<style>
span { border-color: #FCE549; }
span { border-color: rgb(252,229,73); }
td.TdClassName
{
border-color: #FCE549;
}
.TagClassName
{
border-color: #FCE549;
}
</style>