Shades of Paris Daisy #FCF94A
Tints of Paris Daisy #FCF94A
RGB
CMYK
RGB Variations
Color information
#FCF94A (or 0xFCF94A) is known color: Paris Daisy. HEX triplet: FC, F9 and 4A. RGB value is (252,249,74). Sum of RGB (Red+Green+Blue) = 252+249+74=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 74 (29.30% from 255 or 12.87% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF94A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF94A is #0306B5. Grayscale: #E6E6E6. Windows color (decimal): -198326 or 4913660. OLE color: 4913660.
HSL color Cylindrical-coordinate representation of color #FCF94A: hue angle of 58.99º 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 #FCF94A is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 74 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.01 |
| HSL | 58.99º | 0.97% | 0.64% | - |
| HSV(B) | 58.99º | 0.71% | 0.99% | - |
| XYZ | 75.26 | 88.94 | 19.68 | - |
| YUV | 229.95 | 39.99 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 74 | 0 | 0.01 | 0.71 | 0.01 | 58.99 | 0.97 | 0.64 |
| Hex | FC | F9 | 4A | 0 | 1 | 47 | 1 | 3B | 61 | 40 |
| Octal | 374 | 371 | 112 | 0 | 1 | 107 | 1 | 73 | 141 | 100 |
| Binary | 11111100 | 11111001 | 1001010 | 0 | 1 | 1000111 | 1 | 111011 | 1100001 | 1000000 |
Color Harmonies of #FCF94A
Complementary color
Monochromatic Colors of #FCF94A
Black with #FCF94A
Text Example
Text Example
White with #FCF94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF94A; }
p { color: rgb(252,249,74); }
H1.HeaderClassName
{
color: #FCF94A;
}
.AnyTagClassName
{
color: #FCF94A;
}
</style>
background-color css
<style>
a { background-color: #FCF94A; }
a { background-color: rgb(252,249,74); }
div.DivClassName
{
background-color: #FCF94A;
}
.BgClassName
{
background-color: #FCF94A;
}
</style>
border-color css
<style>
span { border-color: #FCF94A; }
span { border-color: rgb(252,249,74); }
td.TdClassName
{
border-color: #FCF94A;
}
.TagClassName
{
border-color: #FCF94A;
}
</style>