Shades of Paris Daisy #FCF24A
Tints of Paris Daisy #FCF24A
RGB
CMYK
RGB Variations
Color information
#FCF24A (or 0xFCF24A) is known color: Paris Daisy. HEX triplet: FC, F2 and 4A. RGB value is (252,242,74). Sum of RGB (Red+Green+Blue) = 252+242+74=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 74 (29.30% from 255 or 13.03% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF24A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF24A is #030DB5. Grayscale: #E2E2E2. Windows color (decimal): -200118 or 4911868. OLE color: 4911868.
HSL color Cylindrical-coordinate representation of color #FCF24A: hue angle of 56.63º 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 #FCF24A is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 74 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.01 |
| HSL | 56.63º | 0.97% | 0.64% | - |
| HSV(B) | 56.63º | 0.71% | 0.99% | - |
| XYZ | 73.13 | 84.69 | 18.97 | - |
| YUV | 225.84 | 42.31 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 74 | 0 | 0.04 | 0.71 | 0.01 | 56.63 | 0.97 | 0.64 |
| Hex | FC | F2 | 4A | 0 | 4 | 47 | 1 | 39 | 61 | 40 |
| Octal | 374 | 362 | 112 | 0 | 4 | 107 | 1 | 71 | 141 | 100 |
| Binary | 11111100 | 11110010 | 1001010 | 0 | 100 | 1000111 | 1 | 111001 | 1100001 | 1000000 |
Color Harmonies of #FCF24A
Complementary color
Monochromatic Colors of #FCF24A
Black with #FCF24A
Text Example
Text Example
White with #FCF24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF24A; }
p { color: rgb(252,242,74); }
H1.HeaderClassName
{
color: #FCF24A;
}
.AnyTagClassName
{
color: #FCF24A;
}
</style>
background-color css
<style>
a { background-color: #FCF24A; }
a { background-color: rgb(252,242,74); }
div.DivClassName
{
background-color: #FCF24A;
}
.BgClassName
{
background-color: #FCF24A;
}
</style>
border-color css
<style>
span { border-color: #FCF24A; }
span { border-color: rgb(252,242,74); }
td.TdClassName
{
border-color: #FCF24A;
}
.TagClassName
{
border-color: #FCF24A;
}
</style>