Shades of Paris Daisy #FCF449
Tints of Paris Daisy #FCF449
RGB
CMYK
RGB Variations
Color information
#FCF449 (or 0xFCF449) is known color: Paris Daisy. HEX triplet: FC, F4 and 49. RGB value is (252,244,73). Sum of RGB (Red+Green+Blue) = 252+244+73=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 244 (95.70% from 255 or 42.88% from 569); Blue value is 73 (28.91% from 255 or 12.83% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF449 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF449 is #030BB6. Grayscale: #E3E3E3. Windows color (decimal): -199607 or 4846844. OLE color: 4846844.
HSL color Cylindrical-coordinate representation of color #FCF449: hue angle of 57.32º 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 #FCF449 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 244 | 73 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.01 |
| HSL | 57.32º | 0.97% | 0.64% | - |
| HSV(B) | 57.32º | 0.71% | 0.99% | - |
| XYZ | 73.7 | 85.88 | 19 | - |
| YUV | 226.9 | 41.15 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 244 | 73 | 0 | 0.03 | 0.71 | 0.01 | 57.32 | 0.97 | 0.64 |
| Hex | FC | F4 | 49 | 0 | 3 | 47 | 1 | 39 | 61 | 40 |
| Octal | 374 | 364 | 111 | 0 | 3 | 107 | 1 | 71 | 141 | 100 |
| Binary | 11111100 | 11110100 | 1001001 | 0 | 11 | 1000111 | 1 | 111001 | 1100001 | 1000000 |
Color Harmonies of #FCF449
Complementary color
Monochromatic Colors of #FCF449
Black with #FCF449
Text Example
Text Example
White with #FCF449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF449; }
p { color: rgb(252,244,73); }
H1.HeaderClassName
{
color: #FCF449;
}
.AnyTagClassName
{
color: #FCF449;
}
</style>
background-color css
<style>
a { background-color: #FCF449; }
a { background-color: rgb(252,244,73); }
div.DivClassName
{
background-color: #FCF449;
}
.BgClassName
{
background-color: #FCF449;
}
</style>
border-color css
<style>
span { border-color: #FCF449; }
span { border-color: rgb(252,244,73); }
td.TdClassName
{
border-color: #FCF449;
}
.TagClassName
{
border-color: #FCF449;
}
</style>