Shades of Paris Daisy #FCE44A
Tints of Paris Daisy #FCE44A
RGB
CMYK
RGB Variations
Color information
#FCE44A (or 0xFCE44A) is known color: Paris Daisy. HEX triplet: FC, E4 and 4A. RGB value is (252,228,74). Sum of RGB (Red+Green+Blue) = 252+228+74=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 228 (89.45% from 255 or 41.16% from 554); Blue value is 74 (29.30% from 255 or 13.36% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE44A is #031BB5. Grayscale: #DADADA. Windows color (decimal): -203702 or 4908284. OLE color: 4908284.
HSL color Cylindrical-coordinate representation of color #FCE44A: hue angle of 51.91º 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 #FCE44A is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 74 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.01 |
| HSL | 51.91º | 0.97% | 0.64% | - |
| HSV(B) | 51.91º | 0.71% | 0.99% | - |
| XYZ | 69.12 | 76.68 | 17.64 | - |
| YUV | 217.62 | 46.95 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 74 | 0 | 0.10 | 0.71 | 0.01 | 51.91 | 0.97 | 0.64 |
| Hex | FC | E4 | 4A | 0 | A | 47 | 1 | 34 | 61 | 40 |
| Octal | 374 | 344 | 112 | 0 | 12 | 107 | 1 | 64 | 141 | 100 |
| Binary | 11111100 | 11100100 | 1001010 | 0 | 1010 | 1000111 | 1 | 110100 | 1100001 | 1000000 |
Color Harmonies of #FCE44A
Complementary color
Monochromatic Colors of #FCE44A
Black with #FCE44A
Text Example
Text Example
White with #FCE44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE44A; }
p { color: rgb(252,228,74); }
H1.HeaderClassName
{
color: #FCE44A;
}
.AnyTagClassName
{
color: #FCE44A;
}
</style>
background-color css
<style>
a { background-color: #FCE44A; }
a { background-color: rgb(252,228,74); }
div.DivClassName
{
background-color: #FCE44A;
}
.BgClassName
{
background-color: #FCE44A;
}
</style>
border-color css
<style>
span { border-color: #FCE44A; }
span { border-color: rgb(252,228,74); }
td.TdClassName
{
border-color: #FCE44A;
}
.TagClassName
{
border-color: #FCE44A;
}
</style>