Shades of Paris Daisy #FCF044
Tints of Paris Daisy #FCF044
RGB
CMYK
RGB Variations
Color information
#FCF044 (or 0xFCF044) is known color: Paris Daisy. HEX triplet: FC, F0 and 44. RGB value is (252,240,68). Sum of RGB (Red+Green+Blue) = 252+240+68=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 68 (26.95% from 255 or 12.14% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF044 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF044 is #030FBB. Grayscale: #E0E0E0. Windows color (decimal): -200636 or 4518140. OLE color: 4518140.
HSL color Cylindrical-coordinate representation of color #FCF044: hue angle of 56.09º 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 #FCF044 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 68 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.01 |
| HSL | 56.09º | 0.97% | 0.63% | - |
| HSV(B) | 56.09º | 0.73% | 0.99% | - |
| XYZ | 72.35 | 83.43 | 17.76 | - |
| YUV | 223.98 | 39.98 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 68 | 0 | 0.05 | 0.73 | 0.01 | 56.09 | 0.97 | 0.63 |
| Hex | FC | F0 | 44 | 0 | 5 | 49 | 1 | 38 | 61 | 3F |
| Octal | 374 | 360 | 104 | 0 | 5 | 111 | 1 | 70 | 141 | 77 |
| Binary | 11111100 | 11110000 | 1000100 | 0 | 101 | 1001001 | 1 | 111000 | 1100001 | 111111 |
Color Harmonies of #FCF044
Complementary color
Monochromatic Colors of #FCF044
Black with #FCF044
Text Example
Text Example
White with #FCF044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF044; }
p { color: rgb(252,240,68); }
H1.HeaderClassName
{
color: #FCF044;
}
.AnyTagClassName
{
color: #FCF044;
}
</style>
background-color css
<style>
a { background-color: #FCF044; }
a { background-color: rgb(252,240,68); }
div.DivClassName
{
background-color: #FCF044;
}
.BgClassName
{
background-color: #FCF044;
}
</style>
border-color css
<style>
span { border-color: #FCF044; }
span { border-color: rgb(252,240,68); }
td.TdClassName
{
border-color: #FCF044;
}
.TagClassName
{
border-color: #FCF044;
}
</style>