Shades of Paris Daisy #FEFC4E
Tints of Paris Daisy #FEFC4E
RGB
CMYK
RGB Variations
Color information
#FEFC4E (or 0xFEFC4E) is known color: Paris Daisy. HEX triplet: FE, FC and 4E. RGB value is (254,252,78). Sum of RGB (Red+Green+Blue) = 254+252+78=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 78 (30.86% from 255 or 13.36% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFC4E is #0103B1. Grayscale: #E9E9E9. Windows color (decimal): -66482 or 5176574. OLE color: 5176574.
HSL color Cylindrical-coordinate representation of color #FEFC4E: hue angle of 59.32º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEFC4E is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 78 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.00 |
| HSL | 59.32º | 0.99% | 0.65% | - |
| HSV(B) | 59.32º | 0.69% | 1% | - |
| XYZ | 77.06 | 91.24 | 20.76 | - |
| YUV | 232.76 | 40.66 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 78 | 0 | 0.01 | 0.69 | 0.00 | 59.32 | 0.99 | 0.65 |
| Hex | FE | FC | 4E | 0 | 1 | 45 | 0 | 3B | 63 | 41 |
| Octal | 376 | 374 | 116 | 0 | 1 | 105 | 0 | 73 | 143 | 101 |
| Binary | 11111110 | 11111100 | 1001110 | 0 | 1 | 1000101 | 0 | 111011 | 1100011 | 1000001 |
Color Harmonies of #FEFC4E
Complementary color
Monochromatic Colors of #FEFC4E
Black with #FEFC4E
Text Example
Text Example
White with #FEFC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC4E; }
p { color: rgb(254,252,78); }
H1.HeaderClassName
{
color: #FEFC4E;
}
.AnyTagClassName
{
color: #FEFC4E;
}
</style>
background-color css
<style>
a { background-color: #FEFC4E; }
a { background-color: rgb(254,252,78); }
div.DivClassName
{
background-color: #FEFC4E;
}
.BgClassName
{
background-color: #FEFC4E;
}
</style>
border-color css
<style>
span { border-color: #FEFC4E; }
span { border-color: rgb(254,252,78); }
td.TdClassName
{
border-color: #FEFC4E;
}
.TagClassName
{
border-color: #FEFC4E;
}
</style>