Shades of Paris Daisy #FCE749
Tints of Paris Daisy #FCE749
RGB
CMYK
RGB Variations
Color information
#FCE749 (or 0xFCE749) is known color: Paris Daisy. HEX triplet: FC, E7 and 49. RGB value is (252,231,73). Sum of RGB (Red+Green+Blue) = 252+231+73=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 231 (90.62% from 255 or 41.55% from 556); Blue value is 73 (28.91% from 255 or 13.13% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE749 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE749 is #0318B6. Grayscale: #DBDBDB. Windows color (decimal): -202935 or 4843516. OLE color: 4843516.
HSL color Cylindrical-coordinate representation of color #FCE749: hue angle of 52.96º 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 #FCE749 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 73 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.01 |
| HSL | 52.96º | 0.97% | 0.64% | - |
| HSV(B) | 52.96º | 0.71% | 0.99% | - |
| XYZ | 69.92 | 78.33 | 17.74 | - |
| YUV | 219.27 | 45.46 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 73 | 0 | 0.08 | 0.71 | 0.01 | 52.96 | 0.97 | 0.64 |
| Hex | FC | E7 | 49 | 0 | 8 | 47 | 1 | 35 | 61 | 40 |
| Octal | 374 | 347 | 111 | 0 | 10 | 107 | 1 | 65 | 141 | 100 |
| Binary | 11111100 | 11100111 | 1001001 | 0 | 1000 | 1000111 | 1 | 110101 | 1100001 | 1000000 |
Color Harmonies of #FCE749
Complementary color
Monochromatic Colors of #FCE749
Black with #FCE749
Text Example
Text Example
White with #FCE749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE749; }
p { color: rgb(252,231,73); }
H1.HeaderClassName
{
color: #FCE749;
}
.AnyTagClassName
{
color: #FCE749;
}
</style>
background-color css
<style>
a { background-color: #FCE749; }
a { background-color: rgb(252,231,73); }
div.DivClassName
{
background-color: #FCE749;
}
.BgClassName
{
background-color: #FCE749;
}
</style>
border-color css
<style>
span { border-color: #FCE749; }
span { border-color: rgb(252,231,73); }
td.TdClassName
{
border-color: #FCE749;
}
.TagClassName
{
border-color: #FCE749;
}
</style>