Shades of Paris Daisy #FCE04A
Tints of Paris Daisy #FCE04A
RGB
CMYK
RGB Variations
Color information
#FCE04A (or 0xFCE04A) is known color: Paris Daisy. HEX triplet: FC, E0 and 4A. RGB value is (252,224,74). Sum of RGB (Red+Green+Blue) = 252+224+74=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 74 (29.30% from 255 or 13.45% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE04A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE04A is #031FB5. Grayscale: #D7D7D7. Windows color (decimal): -204726 or 4907260. OLE color: 4907260.
HSL color Cylindrical-coordinate representation of color #FCE04A: hue angle of 50.56º 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 #FCE04A is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 74 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.01 |
| HSL | 50.56º | 0.97% | 0.64% | - |
| HSV(B) | 50.56º | 0.71% | 0.99% | - |
| XYZ | 68.04 | 74.5 | 17.27 | - |
| YUV | 215.27 | 48.28 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 74 | 0 | 0.11 | 0.71 | 0.01 | 50.56 | 0.97 | 0.64 |
| Hex | FC | E0 | 4A | 0 | B | 47 | 1 | 33 | 61 | 40 |
| Octal | 374 | 340 | 112 | 0 | 13 | 107 | 1 | 63 | 141 | 100 |
| Binary | 11111100 | 11100000 | 1001010 | 0 | 1011 | 1000111 | 1 | 110011 | 1100001 | 1000000 |
Color Harmonies of #FCE04A
Complementary color
Monochromatic Colors of #FCE04A
Black with #FCE04A
Text Example
Text Example
White with #FCE04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE04A; }
p { color: rgb(252,224,74); }
H1.HeaderClassName
{
color: #FCE04A;
}
.AnyTagClassName
{
color: #FCE04A;
}
</style>
background-color css
<style>
a { background-color: #FCE04A; }
a { background-color: rgb(252,224,74); }
div.DivClassName
{
background-color: #FCE04A;
}
.BgClassName
{
background-color: #FCE04A;
}
</style>
border-color css
<style>
span { border-color: #FCE04A; }
span { border-color: rgb(252,224,74); }
td.TdClassName
{
border-color: #FCE04A;
}
.TagClassName
{
border-color: #FCE04A;
}
</style>