Shades of Paris Daisy #FCF84B
Tints of Paris Daisy #FCF84B
RGB
CMYK
RGB Variations
Color information
#FCF84B (or 0xFCF84B) is known color: Paris Daisy. HEX triplet: FC, F8 and 4B. RGB value is (252,248,75). Sum of RGB (Red+Green+Blue) = 252+248+75=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 248 (97.27% from 255 or 43.13% from 575); Blue value is 75 (29.69% from 255 or 13.04% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF84B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF84B is #0307B4. Grayscale: #E6E6E6. Windows color (decimal): -198581 or 4978940. OLE color: 4978940.
HSL color Cylindrical-coordinate representation of color #FCF84B: hue angle of 58.64º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCF84B is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 75 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.01 |
| HSL | 58.64º | 0.97% | 0.64% | - |
| HSV(B) | 58.64º | 0.7% | 0.99% | - |
| XYZ | 74.98 | 88.34 | 19.76 | - |
| YUV | 229.47 | 40.83 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 75 | 0 | 0.02 | 0.70 | 0.01 | 58.64 | 0.97 | 0.64 |
| Hex | FC | F8 | 4B | 0 | 2 | 46 | 1 | 3B | 61 | 40 |
| Octal | 374 | 370 | 113 | 0 | 2 | 106 | 1 | 73 | 141 | 100 |
| Binary | 11111100 | 11111000 | 1001011 | 0 | 10 | 1000110 | 1 | 111011 | 1100001 | 1000000 |
Color Harmonies of #FCF84B
Complementary color
Monochromatic Colors of #FCF84B
Black with #FCF84B
Text Example
Text Example
White with #FCF84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF84B; }
p { color: rgb(252,248,75); }
H1.HeaderClassName
{
color: #FCF84B;
}
.AnyTagClassName
{
color: #FCF84B;
}
</style>
background-color css
<style>
a { background-color: #FCF84B; }
a { background-color: rgb(252,248,75); }
div.DivClassName
{
background-color: #FCF84B;
}
.BgClassName
{
background-color: #FCF84B;
}
</style>
border-color css
<style>
span { border-color: #FCF84B; }
span { border-color: rgb(252,248,75); }
td.TdClassName
{
border-color: #FCF84B;
}
.TagClassName
{
border-color: #FCF84B;
}
</style>