Shades of Paris Daisy #FCEA45
Tints of Paris Daisy #FCEA45
RGB
CMYK
RGB Variations
Color information
#FCEA45 (or 0xFCEA45) is known color: Paris Daisy. HEX triplet: FC, EA and 45. RGB value is (252,234,69). Sum of RGB (Red+Green+Blue) = 252+234+69=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 69 (27.34% from 255 or 12.43% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEA45 is #0315BA. Grayscale: #DDDDDD. Windows color (decimal): -202171 or 4582140. OLE color: 4582140.
HSL color Cylindrical-coordinate representation of color #FCEA45: hue angle of 54.1º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCEA45 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 69 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.01 |
| HSL | 54.1º | 0.97% | 0.63% | - |
| HSV(B) | 54.1º | 0.73% | 0.99% | - |
| XYZ | 70.64 | 79.97 | 17.34 | - |
| YUV | 220.57 | 42.46 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 69 | 0 | 0.07 | 0.73 | 0.01 | 54.1 | 0.97 | 0.63 |
| Hex | FC | EA | 45 | 0 | 7 | 49 | 1 | 36 | 61 | 3F |
| Octal | 374 | 352 | 105 | 0 | 7 | 111 | 1 | 66 | 141 | 77 |
| Binary | 11111100 | 11101010 | 1000101 | 0 | 111 | 1001001 | 1 | 110110 | 1100001 | 111111 |
Color Harmonies of #FCEA45
Complementary color
Monochromatic Colors of #FCEA45
Black with #FCEA45
Text Example
Text Example
White with #FCEA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA45; }
p { color: rgb(252,234,69); }
H1.HeaderClassName
{
color: #FCEA45;
}
.AnyTagClassName
{
color: #FCEA45;
}
</style>
background-color css
<style>
a { background-color: #FCEA45; }
a { background-color: rgb(252,234,69); }
div.DivClassName
{
background-color: #FCEA45;
}
.BgClassName
{
background-color: #FCEA45;
}
</style>
border-color css
<style>
span { border-color: #FCEA45; }
span { border-color: rgb(252,234,69); }
td.TdClassName
{
border-color: #FCEA45;
}
.TagClassName
{
border-color: #FCEA45;
}
</style>