Shades of Paris Daisy #FCF244
Tints of Paris Daisy #FCF244
RGB
CMYK
RGB Variations
Color information
#FCF244 (or 0xFCF244) is known color: Paris Daisy. HEX triplet: FC, F2 and 44. RGB value is (252,242,68). Sum of RGB (Red+Green+Blue) = 252+242+68=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 68 (26.95% from 255 or 12.10% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF244 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF244 is #030DBB. Grayscale: #E1E1E1. Windows color (decimal): -200124 or 4518652. OLE color: 4518652.
HSL color Cylindrical-coordinate representation of color #FCF244: hue angle of 56.74º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCF244 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 68 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.01 |
| HSL | 56.74º | 0.97% | 0.63% | - |
| HSV(B) | 56.74º | 0.73% | 0.99% | - |
| XYZ | 72.94 | 84.62 | 17.96 | - |
| YUV | 225.15 | 39.31 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 68 | 0 | 0.04 | 0.73 | 0.01 | 56.74 | 0.97 | 0.63 |
| Hex | FC | F2 | 44 | 0 | 4 | 49 | 1 | 39 | 61 | 3F |
| Octal | 374 | 362 | 104 | 0 | 4 | 111 | 1 | 71 | 141 | 77 |
| Binary | 11111100 | 11110010 | 1000100 | 0 | 100 | 1001001 | 1 | 111001 | 1100001 | 111111 |
Color Harmonies of #FCF244
Complementary color
Monochromatic Colors of #FCF244
Black with #FCF244
Text Example
Text Example
White with #FCF244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF244; }
p { color: rgb(252,242,68); }
H1.HeaderClassName
{
color: #FCF244;
}
.AnyTagClassName
{
color: #FCF244;
}
</style>
background-color css
<style>
a { background-color: #FCF244; }
a { background-color: rgb(252,242,68); }
div.DivClassName
{
background-color: #FCF244;
}
.BgClassName
{
background-color: #FCF244;
}
</style>
border-color css
<style>
span { border-color: #FCF244; }
span { border-color: rgb(252,242,68); }
td.TdClassName
{
border-color: #FCF244;
}
.TagClassName
{
border-color: #FCF244;
}
</style>