Shades of Paris Daisy #FCF64A
Tints of Paris Daisy #FCF64A
RGB
CMYK
RGB Variations
Color information
#FCF64A (or 0xFCF64A) is known color: Paris Daisy. HEX triplet: FC, F6 and 4A. RGB value is (252,246,74). Sum of RGB (Red+Green+Blue) = 252+246+74=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 246 (96.48% from 255 or 43.01% from 572); Blue value is 74 (29.30% from 255 or 12.94% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF64A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF64A is #0309B5. Grayscale: #E4E4E4. Windows color (decimal): -199094 or 4912892. OLE color: 4912892.
HSL color Cylindrical-coordinate representation of color #FCF64A: hue angle of 57.98º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCF64A is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 74 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.01 |
| HSL | 57.98º | 0.97% | 0.64% | - |
| HSV(B) | 57.98º | 0.71% | 0.99% | - |
| XYZ | 74.34 | 87.1 | 19.37 | - |
| YUV | 228.19 | 40.99 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 74 | 0 | 0.02 | 0.71 | 0.01 | 57.98 | 0.97 | 0.64 |
| Hex | FC | F6 | 4A | 0 | 2 | 47 | 1 | 3A | 61 | 40 |
| Octal | 374 | 366 | 112 | 0 | 2 | 107 | 1 | 72 | 141 | 100 |
| Binary | 11111100 | 11110110 | 1001010 | 0 | 10 | 1000111 | 1 | 111010 | 1100001 | 1000000 |
Color Harmonies of #FCF64A
Complementary color
Monochromatic Colors of #FCF64A
Black with #FCF64A
Text Example
Text Example
White with #FCF64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF64A; }
p { color: rgb(252,246,74); }
H1.HeaderClassName
{
color: #FCF64A;
}
.AnyTagClassName
{
color: #FCF64A;
}
</style>
background-color css
<style>
a { background-color: #FCF64A; }
a { background-color: rgb(252,246,74); }
div.DivClassName
{
background-color: #FCF64A;
}
.BgClassName
{
background-color: #FCF64A;
}
</style>
border-color css
<style>
span { border-color: #FCF64A; }
span { border-color: rgb(252,246,74); }
td.TdClassName
{
border-color: #FCF64A;
}
.TagClassName
{
border-color: #FCF64A;
}
</style>