Shades of Paris Daisy #FCEA4A
Tints of Paris Daisy #FCEA4A
RGB
CMYK
RGB Variations
Color information
#FCEA4A (or 0xFCEA4A) is known color: Paris Daisy. HEX triplet: FC, EA and 4A. RGB value is (252,234,74). Sum of RGB (Red+Green+Blue) = 252+234+74=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 74 (29.30% from 255 or 13.21% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEA4A is #0315B5. Grayscale: #DDDDDD. Windows color (decimal): -202166 or 4909820. OLE color: 4909820.
HSL color Cylindrical-coordinate representation of color #FCEA4A: hue angle of 53.93º 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 #FCEA4A is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 74 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.01 |
| HSL | 53.93º | 0.97% | 0.64% | - |
| HSV(B) | 53.93º | 0.71% | 0.99% | - |
| XYZ | 70.8 | 80.04 | 18.2 | - |
| YUV | 221.14 | 44.96 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 74 | 0 | 0.07 | 0.71 | 0.01 | 53.93 | 0.97 | 0.64 |
| Hex | FC | EA | 4A | 0 | 7 | 47 | 1 | 36 | 61 | 40 |
| Octal | 374 | 352 | 112 | 0 | 7 | 107 | 1 | 66 | 141 | 100 |
| Binary | 11111100 | 11101010 | 1001010 | 0 | 111 | 1000111 | 1 | 110110 | 1100001 | 1000000 |
Color Harmonies of #FCEA4A
Complementary color
Monochromatic Colors of #FCEA4A
Black with #FCEA4A
Text Example
Text Example
White with #FCEA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA4A; }
p { color: rgb(252,234,74); }
H1.HeaderClassName
{
color: #FCEA4A;
}
.AnyTagClassName
{
color: #FCEA4A;
}
</style>
background-color css
<style>
a { background-color: #FCEA4A; }
a { background-color: rgb(252,234,74); }
div.DivClassName
{
background-color: #FCEA4A;
}
.BgClassName
{
background-color: #FCEA4A;
}
</style>
border-color css
<style>
span { border-color: #FCEA4A; }
span { border-color: rgb(252,234,74); }
td.TdClassName
{
border-color: #FCEA4A;
}
.TagClassName
{
border-color: #FCEA4A;
}
</style>