Shades of Paris Daisy #FCF240
Tints of Paris Daisy #FCF240
RGB
CMYK
RGB Variations
Color information
#FCF240 (or 0xFCF240) is known color: Paris Daisy. HEX triplet: FC, F2 and 40. RGB value is (252,242,64). Sum of RGB (Red+Green+Blue) = 252+242+64=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 64 (25.39% from 255 or 11.47% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF240 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF240 is #030DBF. Grayscale: #E1E1E1. Windows color (decimal): -200128 or 4256508. OLE color: 4256508.
HSL color Cylindrical-coordinate representation of color #FCF240: hue angle of 56.81º 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 #FCF240 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 64 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.01 |
| HSL | 56.81º | 0.97% | 0.62% | - |
| HSV(B) | 56.81º | 0.75% | 0.99% | - |
| XYZ | 72.82 | 84.57 | 17.34 | - |
| YUV | 224.7 | 37.31 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 64 | 0 | 0.04 | 0.75 | 0.01 | 56.81 | 0.97 | 0.62 |
| Hex | FC | F2 | 40 | 0 | 4 | 4B | 1 | 39 | 61 | 3E |
| Octal | 374 | 362 | 100 | 0 | 4 | 113 | 1 | 71 | 141 | 76 |
| Binary | 11111100 | 11110010 | 1000000 | 0 | 100 | 1001011 | 1 | 111001 | 1100001 | 111110 |
Color Harmonies of #FCF240
Complementary color
Monochromatic Colors of #FCF240
Black with #FCF240
Text Example
Text Example
White with #FCF240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF240; }
p { color: rgb(252,242,64); }
H1.HeaderClassName
{
color: #FCF240;
}
.AnyTagClassName
{
color: #FCF240;
}
</style>
background-color css
<style>
a { background-color: #FCF240; }
a { background-color: rgb(252,242,64); }
div.DivClassName
{
background-color: #FCF240;
}
.BgClassName
{
background-color: #FCF240;
}
</style>
border-color css
<style>
span { border-color: #FCF240; }
span { border-color: rgb(252,242,64); }
td.TdClassName
{
border-color: #FCF240;
}
.TagClassName
{
border-color: #FCF240;
}
</style>