Shades of Paris Daisy #FCF648
Tints of Paris Daisy #FCF648
RGB
CMYK
RGB Variations
Color information
#FCF648 (or 0xFCF648) is known color: Paris Daisy. HEX triplet: FC, F6 and 48. RGB value is (252,246,72). Sum of RGB (Red+Green+Blue) = 252+246+72=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 246 (96.48% from 255 or 43.16% from 570); Blue value is 72 (28.52% from 255 or 12.63% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF648 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF648 is #0309B7. Grayscale: #E4E4E4. Windows color (decimal): -199096 or 4781820. OLE color: 4781820.
HSL color Cylindrical-coordinate representation of color #FCF648: hue angle of 58º 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 #FCF648 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 72 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.01 |
| HSL | 58º | 0.97% | 0.64% | - |
| HSV(B) | 58º | 0.71% | 0.99% | - |
| XYZ | 74.27 | 87.07 | 19.02 | - |
| YUV | 227.96 | 39.99 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 72 | 0 | 0.02 | 0.71 | 0.01 | 58 | 0.97 | 0.64 |
| Hex | FC | F6 | 48 | 0 | 2 | 47 | 1 | 3A | 61 | 40 |
| Octal | 374 | 366 | 110 | 0 | 2 | 107 | 1 | 72 | 141 | 100 |
| Binary | 11111100 | 11110110 | 1001000 | 0 | 10 | 1000111 | 1 | 111010 | 1100001 | 1000000 |
Color Harmonies of #FCF648
Complementary color
Monochromatic Colors of #FCF648
Black with #FCF648
Text Example
Text Example
White with #FCF648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF648; }
p { color: rgb(252,246,72); }
H1.HeaderClassName
{
color: #FCF648;
}
.AnyTagClassName
{
color: #FCF648;
}
</style>
background-color css
<style>
a { background-color: #FCF648; }
a { background-color: rgb(252,246,72); }
div.DivClassName
{
background-color: #FCF648;
}
.BgClassName
{
background-color: #FCF648;
}
</style>
border-color css
<style>
span { border-color: #FCF648; }
span { border-color: rgb(252,246,72); }
td.TdClassName
{
border-color: #FCF648;
}
.TagClassName
{
border-color: #FCF648;
}
</style>