Shades of Paris Daisy #FCF24D
Tints of Paris Daisy #FCF24D
RGB
CMYK
RGB Variations
Color information
#FCF24D (or 0xFCF24D) is known color: Paris Daisy. HEX triplet: FC, F2 and 4D. RGB value is (252,242,77). Sum of RGB (Red+Green+Blue) = 252+242+77=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 77 (30.47% from 255 or 13.49% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF24D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF24D is #030DB2. Grayscale: #E2E2E2. Windows color (decimal): -200115 or 5108476. OLE color: 5108476.
HSL color Cylindrical-coordinate representation of color #FCF24D: hue angle of 56.57º 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 #FCF24D is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 77 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.01 |
| HSL | 56.57º | 0.97% | 0.65% | - |
| HSV(B) | 56.57º | 0.69% | 0.99% | - |
| XYZ | 73.24 | 84.74 | 19.52 | - |
| YUV | 226.18 | 43.81 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 77 | 0 | 0.04 | 0.69 | 0.01 | 56.57 | 0.97 | 0.65 |
| Hex | FC | F2 | 4D | 0 | 4 | 45 | 1 | 39 | 61 | 41 |
| Octal | 374 | 362 | 115 | 0 | 4 | 105 | 1 | 71 | 141 | 101 |
| Binary | 11111100 | 11110010 | 1001101 | 0 | 100 | 1000101 | 1 | 111001 | 1100001 | 1000001 |
Color Harmonies of #FCF24D
Complementary color
Monochromatic Colors of #FCF24D
Black with #FCF24D
Text Example
Text Example
White with #FCF24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF24D; }
p { color: rgb(252,242,77); }
H1.HeaderClassName
{
color: #FCF24D;
}
.AnyTagClassName
{
color: #FCF24D;
}
</style>
background-color css
<style>
a { background-color: #FCF24D; }
a { background-color: rgb(252,242,77); }
div.DivClassName
{
background-color: #FCF24D;
}
.BgClassName
{
background-color: #FCF24D;
}
</style>
border-color css
<style>
span { border-color: #FCF24D; }
span { border-color: rgb(252,242,77); }
td.TdClassName
{
border-color: #FCF24D;
}
.TagClassName
{
border-color: #FCF24D;
}
</style>