Shades of Paris Daisy #FCF84A
Tints of Paris Daisy #FCF84A
RGB
CMYK
RGB Variations
Color information
#FCF84A (or 0xFCF84A) is known color: Paris Daisy. HEX triplet: FC, F8 and 4A. RGB value is (252,248,74). Sum of RGB (Red+Green+Blue) = 252+248+74=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 248 (97.27% from 255 or 43.21% from 574); Blue value is 74 (29.30% from 255 or 12.89% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF84A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF84A is #0307B5. Grayscale: #E6E6E6. Windows color (decimal): -198582 or 4913404. OLE color: 4913404.
HSL color Cylindrical-coordinate representation of color #FCF84A: hue angle of 58.65º 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 #FCF84A is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 74 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.01 |
| HSL | 58.65º | 0.97% | 0.64% | - |
| HSV(B) | 58.65º | 0.71% | 0.99% | - |
| XYZ | 74.95 | 88.32 | 19.58 | - |
| YUV | 229.36 | 40.33 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 74 | 0 | 0.02 | 0.71 | 0.01 | 58.65 | 0.97 | 0.64 |
| Hex | FC | F8 | 4A | 0 | 2 | 47 | 1 | 3B | 61 | 40 |
| Octal | 374 | 370 | 112 | 0 | 2 | 107 | 1 | 73 | 141 | 100 |
| Binary | 11111100 | 11111000 | 1001010 | 0 | 10 | 1000111 | 1 | 111011 | 1100001 | 1000000 |
Color Harmonies of #FCF84A
Complementary color
Monochromatic Colors of #FCF84A
Black with #FCF84A
Text Example
Text Example
White with #FCF84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF84A; }
p { color: rgb(252,248,74); }
H1.HeaderClassName
{
color: #FCF84A;
}
.AnyTagClassName
{
color: #FCF84A;
}
</style>
background-color css
<style>
a { background-color: #FCF84A; }
a { background-color: rgb(252,248,74); }
div.DivClassName
{
background-color: #FCF84A;
}
.BgClassName
{
background-color: #FCF84A;
}
</style>
border-color css
<style>
span { border-color: #FCF84A; }
span { border-color: rgb(252,248,74); }
td.TdClassName
{
border-color: #FCF84A;
}
.TagClassName
{
border-color: #FCF84A;
}
</style>