Shades of Paris Daisy #FCEA55
Tints of Paris Daisy #FCEA55
RGB
CMYK
RGB Variations
Color information
#FCEA55 (or 0xFCEA55) is known color: Paris Daisy. HEX triplet: FC, EA and 55. RGB value is (252,234,85). Sum of RGB (Red+Green+Blue) = 252+234+85=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 85 (33.59% from 255 or 14.89% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA55 is #0315AA. Grayscale: #DFDFDF. Windows color (decimal): -202155 or 5630716. OLE color: 5630716.
HSL color Cylindrical-coordinate representation of color #FCEA55: hue angle of 53.53º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCEA55 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 85 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.01 |
| HSL | 53.53º | 0.97% | 0.66% | - |
| HSV(B) | 53.53º | 0.66% | 0.99% | - |
| XYZ | 71.21 | 80.2 | 20.32 | - |
| YUV | 222.4 | 50.46 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 85 | 0 | 0.07 | 0.66 | 0.01 | 53.53 | 0.97 | 0.66 |
| Hex | FC | EA | 55 | 0 | 7 | 42 | 1 | 36 | 61 | 42 |
| Octal | 374 | 352 | 125 | 0 | 7 | 102 | 1 | 66 | 141 | 102 |
| Binary | 11111100 | 11101010 | 1010101 | 0 | 111 | 1000010 | 1 | 110110 | 1100001 | 1000010 |
Color Harmonies of #FCEA55
Complementary color
Monochromatic Colors of #FCEA55
Black with #FCEA55
Text Example
Text Example
White with #FCEA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA55; }
p { color: rgb(252,234,85); }
H1.HeaderClassName
{
color: #FCEA55;
}
.AnyTagClassName
{
color: #FCEA55;
}
</style>
background-color css
<style>
a { background-color: #FCEA55; }
a { background-color: rgb(252,234,85); }
div.DivClassName
{
background-color: #FCEA55;
}
.BgClassName
{
background-color: #FCEA55;
}
</style>
border-color css
<style>
span { border-color: #FCEA55; }
span { border-color: rgb(252,234,85); }
td.TdClassName
{
border-color: #FCEA55;
}
.TagClassName
{
border-color: #FCEA55;
}
</style>