Shades of Paris Daisy #FFFC4E
Tints of Paris Daisy #FFFC4E
RGB
CMYK
RGB Variations
Color information
#FFFC4E (or 0xFFFC4E) is known color: Paris Daisy. HEX triplet: FF, FC and 4E. RGB value is (255,252,78). Sum of RGB (Red+Green+Blue) = 255+252+78=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 78 (30.86% from 255 or 13.33% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC4E is #0003B1. Grayscale: #E9E9E9. Windows color (decimal): -946 or 5176575. OLE color: 5176575.
HSL color Cylindrical-coordinate representation of color #FFFC4E: hue angle of 58.98º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFFC4E is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 78 | - |
| CMYK | 0 | 0.01 | 0.69 | 0 |
| HSL | 58.98º | 1% | 0.65% | - |
| HSV(B) | 58.98º | 0.69% | 1% | - |
| XYZ | 77.43 | 91.43 | 20.77 | - |
| YUV | 233.06 | 40.49 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 78 | 0 | 0.01 | 0.69 | 0 | 58.98 | 1 | 0.65 |
| Hex | FF | FC | 4E | 0 | 1 | 45 | 0 | 3B | 64 | 41 |
| Octal | 377 | 374 | 116 | 0 | 1 | 105 | 0 | 73 | 144 | 101 |
| Binary | 11111111 | 11111100 | 1001110 | 0 | 1 | 1000101 | 0 | 111011 | 1100100 | 1000001 |
Color Harmonies of #FFFC4E
Complementary color
Monochromatic Colors of #FFFC4E
Black with #FFFC4E
Text Example
Text Example
White with #FFFC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC4E; }
p { color: rgb(255,252,78); }
H1.HeaderClassName
{
color: #FFFC4E;
}
.AnyTagClassName
{
color: #FFFC4E;
}
</style>
background-color css
<style>
a { background-color: #FFFC4E; }
a { background-color: rgb(255,252,78); }
div.DivClassName
{
background-color: #FFFC4E;
}
.BgClassName
{
background-color: #FFFC4E;
}
</style>
border-color css
<style>
span { border-color: #FFFC4E; }
span { border-color: rgb(255,252,78); }
td.TdClassName
{
border-color: #FFFC4E;
}
.TagClassName
{
border-color: #FFFC4E;
}
</style>