Shades of Paris Daisy #FCE54A
Tints of Paris Daisy #FCE54A
RGB
CMYK
RGB Variations
Color information
#FCE54A (or 0xFCE54A) is known color: Paris Daisy. HEX triplet: FC, E5 and 4A. RGB value is (252,229,74). Sum of RGB (Red+Green+Blue) = 252+229+74=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 229 (89.84% from 255 or 41.26% from 555); Blue value is 74 (29.30% from 255 or 13.33% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE54A is #031AB5. Grayscale: #DADADA. Windows color (decimal): -203446 or 4908540. OLE color: 4908540.
HSL color Cylindrical-coordinate representation of color #FCE54A: hue angle of 52.25º 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 #FCE54A is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 74 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.01 |
| HSL | 52.25º | 0.97% | 0.64% | - |
| HSV(B) | 52.25º | 0.71% | 0.99% | - |
| XYZ | 69.4 | 77.23 | 17.73 | - |
| YUV | 218.21 | 46.62 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 74 | 0 | 0.09 | 0.71 | 0.01 | 52.25 | 0.97 | 0.64 |
| Hex | FC | E5 | 4A | 0 | 9 | 47 | 1 | 34 | 61 | 40 |
| Octal | 374 | 345 | 112 | 0 | 11 | 107 | 1 | 64 | 141 | 100 |
| Binary | 11111100 | 11100101 | 1001010 | 0 | 1001 | 1000111 | 1 | 110100 | 1100001 | 1000000 |
Color Harmonies of #FCE54A
Complementary color
Monochromatic Colors of #FCE54A
Black with #FCE54A
Text Example
Text Example
White with #FCE54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE54A; }
p { color: rgb(252,229,74); }
H1.HeaderClassName
{
color: #FCE54A;
}
.AnyTagClassName
{
color: #FCE54A;
}
</style>
background-color css
<style>
a { background-color: #FCE54A; }
a { background-color: rgb(252,229,74); }
div.DivClassName
{
background-color: #FCE54A;
}
.BgClassName
{
background-color: #FCE54A;
}
</style>
border-color css
<style>
span { border-color: #FCE54A; }
span { border-color: rgb(252,229,74); }
td.TdClassName
{
border-color: #FCE54A;
}
.TagClassName
{
border-color: #FCE54A;
}
</style>