Shades of Paris Daisy #FCE34C
Tints of Paris Daisy #FCE34C
RGB
CMYK
RGB Variations
Color information
#FCE34C (or 0xFCE34C) is known color: Paris Daisy. HEX triplet: FC, E3 and 4C. RGB value is (252,227,76). Sum of RGB (Red+Green+Blue) = 252+227+76=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 76 (30.08% from 255 or 13.69% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE34C is #031CB3. Grayscale: #D9D9D9. Windows color (decimal): -203956 or 5039100. OLE color: 5039100.
HSL color Cylindrical-coordinate representation of color #FCE34C: hue angle of 51.48º 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 #FCE34C is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 76 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.01 |
| HSL | 51.48º | 0.97% | 0.64% | - |
| HSV(B) | 51.48º | 0.7% | 0.99% | - |
| XYZ | 68.92 | 76.16 | 17.9 | - |
| YUV | 217.26 | 48.28 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 76 | 0 | 0.10 | 0.70 | 0.01 | 51.48 | 0.97 | 0.64 |
| Hex | FC | E3 | 4C | 0 | A | 46 | 1 | 33 | 61 | 40 |
| Octal | 374 | 343 | 114 | 0 | 12 | 106 | 1 | 63 | 141 | 100 |
| Binary | 11111100 | 11100011 | 1001100 | 0 | 1010 | 1000110 | 1 | 110011 | 1100001 | 1000000 |
Color Harmonies of #FCE34C
Complementary color
Monochromatic Colors of #FCE34C
Black with #FCE34C
Text Example
Text Example
White with #FCE34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE34C; }
p { color: rgb(252,227,76); }
H1.HeaderClassName
{
color: #FCE34C;
}
.AnyTagClassName
{
color: #FCE34C;
}
</style>
background-color css
<style>
a { background-color: #FCE34C; }
a { background-color: rgb(252,227,76); }
div.DivClassName
{
background-color: #FCE34C;
}
.BgClassName
{
background-color: #FCE34C;
}
</style>
border-color css
<style>
span { border-color: #FCE34C; }
span { border-color: rgb(252,227,76); }
td.TdClassName
{
border-color: #FCE34C;
}
.TagClassName
{
border-color: #FCE34C;
}
</style>