Shades of Paris Daisy #FCF24E
Tints of Paris Daisy #FCF24E
RGB
CMYK
RGB Variations
Color information
#FCF24E (or 0xFCF24E) is known color: Paris Daisy. HEX triplet: FC, F2 and 4E. RGB value is (252,242,78). Sum of RGB (Red+Green+Blue) = 252+242+78=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 78 (30.86% from 255 or 13.64% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF24E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF24E is #030DB1. Grayscale: #E2E2E2. Windows color (decimal): -200114 or 5174012. OLE color: 5174012.
HSL color Cylindrical-coordinate representation of color #FCF24E: hue angle of 56.55º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCF24E is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 78 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.01 |
| HSL | 56.55º | 0.97% | 0.65% | - |
| HSV(B) | 56.55º | 0.69% | 0.99% | - |
| XYZ | 73.27 | 84.75 | 19.7 | - |
| YUV | 226.29 | 44.31 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 78 | 0 | 0.04 | 0.69 | 0.01 | 56.55 | 0.97 | 0.65 |
| Hex | FC | F2 | 4E | 0 | 4 | 45 | 1 | 39 | 61 | 41 |
| Octal | 374 | 362 | 116 | 0 | 4 | 105 | 1 | 71 | 141 | 101 |
| Binary | 11111100 | 11110010 | 1001110 | 0 | 100 | 1000101 | 1 | 111001 | 1100001 | 1000001 |
Color Harmonies of #FCF24E
Complementary color
Monochromatic Colors of #FCF24E
Black with #FCF24E
Text Example
Text Example
White with #FCF24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF24E; }
p { color: rgb(252,242,78); }
H1.HeaderClassName
{
color: #FCF24E;
}
.AnyTagClassName
{
color: #FCF24E;
}
</style>
background-color css
<style>
a { background-color: #FCF24E; }
a { background-color: rgb(252,242,78); }
div.DivClassName
{
background-color: #FCF24E;
}
.BgClassName
{
background-color: #FCF24E;
}
</style>
border-color css
<style>
span { border-color: #FCF24E; }
span { border-color: rgb(252,242,78); }
td.TdClassName
{
border-color: #FCF24E;
}
.TagClassName
{
border-color: #FCF24E;
}
</style>