Shades of Paris Daisy #FCF049
Tints of Paris Daisy #FCF049
RGB
CMYK
RGB Variations
Color information
#FCF049 (or 0xFCF049) is known color: Paris Daisy. HEX triplet: FC, F0 and 49. RGB value is (252,240,73). Sum of RGB (Red+Green+Blue) = 252+240+73=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 73 (28.91% from 255 or 12.92% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF049 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF049 is #030FB6. Grayscale: #E1E1E1. Windows color (decimal): -200631 or 4845820. OLE color: 4845820.
HSL color Cylindrical-coordinate representation of color #FCF049: hue angle of 55.98º 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 #FCF049 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 73 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.01 |
| HSL | 55.98º | 0.97% | 0.64% | - |
| HSV(B) | 55.98º | 0.71% | 0.99% | - |
| XYZ | 72.51 | 83.5 | 18.6 | - |
| YUV | 224.55 | 42.48 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 73 | 0 | 0.05 | 0.71 | 0.01 | 55.98 | 0.97 | 0.64 |
| Hex | FC | F0 | 49 | 0 | 5 | 47 | 1 | 38 | 61 | 40 |
| Octal | 374 | 360 | 111 | 0 | 5 | 107 | 1 | 70 | 141 | 100 |
| Binary | 11111100 | 11110000 | 1001001 | 0 | 101 | 1000111 | 1 | 111000 | 1100001 | 1000000 |
Color Harmonies of #FCF049
Complementary color
Monochromatic Colors of #FCF049
Black with #FCF049
Text Example
Text Example
White with #FCF049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF049; }
p { color: rgb(252,240,73); }
H1.HeaderClassName
{
color: #FCF049;
}
.AnyTagClassName
{
color: #FCF049;
}
</style>
background-color css
<style>
a { background-color: #FCF049; }
a { background-color: rgb(252,240,73); }
div.DivClassName
{
background-color: #FCF049;
}
.BgClassName
{
background-color: #FCF049;
}
</style>
border-color css
<style>
span { border-color: #FCF049; }
span { border-color: rgb(252,240,73); }
td.TdClassName
{
border-color: #FCF049;
}
.TagClassName
{
border-color: #FCF049;
}
</style>