Shades of Paris Daisy #FCF64E
Tints of Paris Daisy #FCF64E
RGB
CMYK
RGB Variations
Color information
#FCF64E (or 0xFCF64E) is known color: Paris Daisy. HEX triplet: FC, F6 and 4E. RGB value is (252,246,78). Sum of RGB (Red+Green+Blue) = 252+246+78=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 246 (96.48% from 255 or 42.71% from 576); Blue value is 78 (30.86% from 255 or 13.54% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF64E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF64E is #0309B1. Grayscale: #E5E5E5. Windows color (decimal): -199090 or 5175036. OLE color: 5175036.
HSL color Cylindrical-coordinate representation of color #FCF64E: hue angle of 57.93º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCF64E is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 78 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.01 |
| HSL | 57.93º | 0.97% | 0.65% | - |
| HSV(B) | 57.93º | 0.69% | 0.99% | - |
| XYZ | 74.48 | 87.16 | 20.11 | - |
| YUV | 228.64 | 42.99 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 78 | 0 | 0.02 | 0.69 | 0.01 | 57.93 | 0.97 | 0.65 |
| Hex | FC | F6 | 4E | 0 | 2 | 45 | 1 | 3A | 61 | 41 |
| Octal | 374 | 366 | 116 | 0 | 2 | 105 | 1 | 72 | 141 | 101 |
| Binary | 11111100 | 11110110 | 1001110 | 0 | 10 | 1000101 | 1 | 111010 | 1100001 | 1000001 |
Color Harmonies of #FCF64E
Complementary color
Monochromatic Colors of #FCF64E
Black with #FCF64E
Text Example
Text Example
White with #FCF64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF64E; }
p { color: rgb(252,246,78); }
H1.HeaderClassName
{
color: #FCF64E;
}
.AnyTagClassName
{
color: #FCF64E;
}
</style>
background-color css
<style>
a { background-color: #FCF64E; }
a { background-color: rgb(252,246,78); }
div.DivClassName
{
background-color: #FCF64E;
}
.BgClassName
{
background-color: #FCF64E;
}
</style>
border-color css
<style>
span { border-color: #FCF64E; }
span { border-color: rgb(252,246,78); }
td.TdClassName
{
border-color: #FCF64E;
}
.TagClassName
{
border-color: #FCF64E;
}
</style>