Shades of Paris Daisy #FCEA4B
Tints of Paris Daisy #FCEA4B
RGB
CMYK
RGB Variations
Color information
#FCEA4B (or 0xFCEA4B) is known color: Paris Daisy. HEX triplet: FC, EA and 4B. RGB value is (252,234,75). Sum of RGB (Red+Green+Blue) = 252+234+75=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 75 (29.69% from 255 or 13.37% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEA4B is #0315B4. Grayscale: #DDDDDD. Windows color (decimal): -202165 or 4975356. OLE color: 4975356.
HSL color Cylindrical-coordinate representation of color #FCEA4B: hue angle of 53.9º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCEA4B is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 75 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.01 |
| HSL | 53.9º | 0.97% | 0.64% | - |
| HSV(B) | 53.9º | 0.7% | 0.99% | - |
| XYZ | 70.84 | 80.05 | 18.37 | - |
| YUV | 221.26 | 45.46 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 75 | 0 | 0.07 | 0.70 | 0.01 | 53.9 | 0.97 | 0.64 |
| Hex | FC | EA | 4B | 0 | 7 | 46 | 1 | 36 | 61 | 40 |
| Octal | 374 | 352 | 113 | 0 | 7 | 106 | 1 | 66 | 141 | 100 |
| Binary | 11111100 | 11101010 | 1001011 | 0 | 111 | 1000110 | 1 | 110110 | 1100001 | 1000000 |
Color Harmonies of #FCEA4B
Complementary color
Monochromatic Colors of #FCEA4B
Black with #FCEA4B
Text Example
Text Example
White with #FCEA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA4B; }
p { color: rgb(252,234,75); }
H1.HeaderClassName
{
color: #FCEA4B;
}
.AnyTagClassName
{
color: #FCEA4B;
}
</style>
background-color css
<style>
a { background-color: #FCEA4B; }
a { background-color: rgb(252,234,75); }
div.DivClassName
{
background-color: #FCEA4B;
}
.BgClassName
{
background-color: #FCEA4B;
}
</style>
border-color css
<style>
span { border-color: #FCEA4B; }
span { border-color: rgb(252,234,75); }
td.TdClassName
{
border-color: #FCEA4B;
}
.TagClassName
{
border-color: #FCEA4B;
}
</style>