Shades of Paris Daisy #FCF048
Tints of Paris Daisy #FCF048
RGB
CMYK
RGB Variations
Color information
#FCF048 (or 0xFCF048) is known color: Paris Daisy. HEX triplet: FC, F0 and 48. RGB value is (252,240,72). Sum of RGB (Red+Green+Blue) = 252+240+72=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 72 (28.52% from 255 or 12.77% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF048 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF048 is #030FB7. Grayscale: #E1E1E1. Windows color (decimal): -200632 or 4780284. OLE color: 4780284.
HSL color Cylindrical-coordinate representation of color #FCF048: hue angle of 56º 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 #FCF048 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 72 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.01 |
| HSL | 56º | 0.97% | 0.64% | - |
| HSV(B) | 56º | 0.71% | 0.99% | - |
| XYZ | 72.47 | 83.48 | 18.43 | - |
| YUV | 224.44 | 41.98 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 72 | 0 | 0.05 | 0.71 | 0.01 | 56 | 0.97 | 0.64 |
| Hex | FC | F0 | 48 | 0 | 5 | 47 | 1 | 38 | 61 | 40 |
| Octal | 374 | 360 | 110 | 0 | 5 | 107 | 1 | 70 | 141 | 100 |
| Binary | 11111100 | 11110000 | 1001000 | 0 | 101 | 1000111 | 1 | 111000 | 1100001 | 1000000 |
Color Harmonies of #FCF048
Complementary color
Monochromatic Colors of #FCF048
Black with #FCF048
Text Example
Text Example
White with #FCF048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF048; }
p { color: rgb(252,240,72); }
H1.HeaderClassName
{
color: #FCF048;
}
.AnyTagClassName
{
color: #FCF048;
}
</style>
background-color css
<style>
a { background-color: #FCF048; }
a { background-color: rgb(252,240,72); }
div.DivClassName
{
background-color: #FCF048;
}
.BgClassName
{
background-color: #FCF048;
}
</style>
border-color css
<style>
span { border-color: #FCF048; }
span { border-color: rgb(252,240,72); }
td.TdClassName
{
border-color: #FCF048;
}
.TagClassName
{
border-color: #FCF048;
}
</style>