Shades of Paris Daisy #FCEB49
Tints of Paris Daisy #FCEB49
RGB
CMYK
RGB Variations
Color information
#FCEB49 (or 0xFCEB49) is known color: Paris Daisy. HEX triplet: FC, EB and 49. RGB value is (252,235,73). Sum of RGB (Red+Green+Blue) = 252+235+73=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 73 (28.91% from 255 or 13.04% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEB49 is #0314B6. Grayscale: #DEDEDE. Windows color (decimal): -201911 or 4844540. OLE color: 4844540.
HSL color Cylindrical-coordinate representation of color #FCEB49: hue angle of 54.3º 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 #FCEB49 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 73 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.01 |
| HSL | 54.3º | 0.97% | 0.64% | - |
| HSV(B) | 54.3º | 0.71% | 0.99% | - |
| XYZ | 71.06 | 80.59 | 18.11 | - |
| YUV | 221.62 | 44.13 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 73 | 0 | 0.07 | 0.71 | 0.01 | 54.3 | 0.97 | 0.64 |
| Hex | FC | EB | 49 | 0 | 7 | 47 | 1 | 36 | 61 | 40 |
| Octal | 374 | 353 | 111 | 0 | 7 | 107 | 1 | 66 | 141 | 100 |
| Binary | 11111100 | 11101011 | 1001001 | 0 | 111 | 1000111 | 1 | 110110 | 1100001 | 1000000 |
Color Harmonies of #FCEB49
Complementary color
Monochromatic Colors of #FCEB49
Black with #FCEB49
Text Example
Text Example
White with #FCEB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEB49; }
p { color: rgb(252,235,73); }
H1.HeaderClassName
{
color: #FCEB49;
}
.AnyTagClassName
{
color: #FCEB49;
}
</style>
background-color css
<style>
a { background-color: #FCEB49; }
a { background-color: rgb(252,235,73); }
div.DivClassName
{
background-color: #FCEB49;
}
.BgClassName
{
background-color: #FCEB49;
}
</style>
border-color css
<style>
span { border-color: #FCEB49; }
span { border-color: rgb(252,235,73); }
td.TdClassName
{
border-color: #FCEB49;
}
.TagClassName
{
border-color: #FCEB49;
}
</style>