Shades of Paris Daisy #FCF040
Tints of Paris Daisy #FCF040
RGB
CMYK
RGB Variations
Color information
#FCF040 (or 0xFCF040) is known color: Paris Daisy. HEX triplet: FC, F0 and 40. RGB value is (252,240,64). Sum of RGB (Red+Green+Blue) = 252+240+64=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 64 (25.39% from 255 or 11.51% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF040 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF040 is #030FBF. Grayscale: #E0E0E0. Windows color (decimal): -200640 or 4255996. OLE color: 4255996.
HSL color Cylindrical-coordinate representation of color #FCF040: hue angle of 56.17º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCF040 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 64 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.01 |
| HSL | 56.17º | 0.97% | 0.62% | - |
| HSV(B) | 56.17º | 0.75% | 0.99% | - |
| XYZ | 72.23 | 83.39 | 17.14 | - |
| YUV | 223.52 | 37.98 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 64 | 0 | 0.05 | 0.75 | 0.01 | 56.17 | 0.97 | 0.62 |
| Hex | FC | F0 | 40 | 0 | 5 | 4B | 1 | 38 | 61 | 3E |
| Octal | 374 | 360 | 100 | 0 | 5 | 113 | 1 | 70 | 141 | 76 |
| Binary | 11111100 | 11110000 | 1000000 | 0 | 101 | 1001011 | 1 | 111000 | 1100001 | 111110 |
Color Harmonies of #FCF040
Complementary color
Monochromatic Colors of #FCF040
Black with #FCF040
Text Example
Text Example
White with #FCF040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF040; }
p { color: rgb(252,240,64); }
H1.HeaderClassName
{
color: #FCF040;
}
.AnyTagClassName
{
color: #FCF040;
}
</style>
background-color css
<style>
a { background-color: #FCF040; }
a { background-color: rgb(252,240,64); }
div.DivClassName
{
background-color: #FCF040;
}
.BgClassName
{
background-color: #FCF040;
}
</style>
border-color css
<style>
span { border-color: #FCF040; }
span { border-color: rgb(252,240,64); }
td.TdClassName
{
border-color: #FCF040;
}
.TagClassName
{
border-color: #FCF040;
}
</style>