Shades of Paris Daisy #FCF64D
Tints of Paris Daisy #FCF64D
RGB
CMYK
RGB Variations
Color information
#FCF64D (or 0xFCF64D) is known color: Paris Daisy. HEX triplet: FC, F6 and 4D. RGB value is (252,246,77). Sum of RGB (Red+Green+Blue) = 252+246+77=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 246 (96.48% from 255 or 42.78% from 575); Blue value is 77 (30.47% from 255 or 13.39% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF64D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF64D is #0309B2. Grayscale: #E5E5E5. Windows color (decimal): -199091 or 5109500. OLE color: 5109500.
HSL color Cylindrical-coordinate representation of color #FCF64D: hue angle of 57.94º 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 #FCF64D is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 77 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.01 |
| HSL | 57.94º | 0.97% | 0.65% | - |
| HSV(B) | 57.94º | 0.69% | 0.99% | - |
| XYZ | 74.44 | 87.14 | 19.92 | - |
| YUV | 228.53 | 42.49 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 77 | 0 | 0.02 | 0.69 | 0.01 | 57.94 | 0.97 | 0.65 |
| Hex | FC | F6 | 4D | 0 | 2 | 45 | 1 | 3A | 61 | 41 |
| Octal | 374 | 366 | 115 | 0 | 2 | 105 | 1 | 72 | 141 | 101 |
| Binary | 11111100 | 11110110 | 1001101 | 0 | 10 | 1000101 | 1 | 111010 | 1100001 | 1000001 |
Color Harmonies of #FCF64D
Complementary color
Monochromatic Colors of #FCF64D
Black with #FCF64D
Text Example
Text Example
White with #FCF64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF64D; }
p { color: rgb(252,246,77); }
H1.HeaderClassName
{
color: #FCF64D;
}
.AnyTagClassName
{
color: #FCF64D;
}
</style>
background-color css
<style>
a { background-color: #FCF64D; }
a { background-color: rgb(252,246,77); }
div.DivClassName
{
background-color: #FCF64D;
}
.BgClassName
{
background-color: #FCF64D;
}
</style>
border-color css
<style>
span { border-color: #FCF64D; }
span { border-color: rgb(252,246,77); }
td.TdClassName
{
border-color: #FCF64D;
}
.TagClassName
{
border-color: #FCF64D;
}
</style>