Shades of Paris Daisy #FCE74A
Tints of Paris Daisy #FCE74A
RGB
CMYK
RGB Variations
Color information
#FCE74A (or 0xFCE74A) is known color: Paris Daisy. HEX triplet: FC, E7 and 4A. RGB value is (252,231,74). Sum of RGB (Red+Green+Blue) = 252+231+74=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 231 (90.62% from 255 or 41.47% from 557); Blue value is 74 (29.30% from 255 or 13.29% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE74A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE74A is #0318B5. Grayscale: #DCDCDC. Windows color (decimal): -202934 or 4909052. OLE color: 4909052.
HSL color Cylindrical-coordinate representation of color #FCE74A: hue angle of 52.92º 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 #FCE74A is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 74 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.01 |
| HSL | 52.92º | 0.97% | 0.64% | - |
| HSV(B) | 52.92º | 0.71% | 0.99% | - |
| XYZ | 69.96 | 78.34 | 17.91 | - |
| YUV | 219.38 | 45.96 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 74 | 0 | 0.08 | 0.71 | 0.01 | 52.92 | 0.97 | 0.64 |
| Hex | FC | E7 | 4A | 0 | 8 | 47 | 1 | 35 | 61 | 40 |
| Octal | 374 | 347 | 112 | 0 | 10 | 107 | 1 | 65 | 141 | 100 |
| Binary | 11111100 | 11100111 | 1001010 | 0 | 1000 | 1000111 | 1 | 110101 | 1100001 | 1000000 |
Color Harmonies of #FCE74A
Complementary color
Monochromatic Colors of #FCE74A
Black with #FCE74A
Text Example
Text Example
White with #FCE74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE74A; }
p { color: rgb(252,231,74); }
H1.HeaderClassName
{
color: #FCE74A;
}
.AnyTagClassName
{
color: #FCE74A;
}
</style>
background-color css
<style>
a { background-color: #FCE74A; }
a { background-color: rgb(252,231,74); }
div.DivClassName
{
background-color: #FCE74A;
}
.BgClassName
{
background-color: #FCE74A;
}
</style>
border-color css
<style>
span { border-color: #FCE74A; }
span { border-color: rgb(252,231,74); }
td.TdClassName
{
border-color: #FCE74A;
}
.TagClassName
{
border-color: #FCE74A;
}
</style>