Shades of Paris Daisy #FEFF4E
Tints of Paris Daisy #FEFF4E
RGB
CMYK
RGB Variations
Color information
#FEFF4E (or 0xFEFF4E) is known color: Paris Daisy. HEX triplet: FE, FF and 4E. RGB value is (254,255,78). Sum of RGB (Red+Green+Blue) = 254+255+78=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 78 (30.86% from 255 or 13.29% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFF4E is #0100B1. Grayscale: #EBEBEB. Windows color (decimal): -65714 or 5177342. OLE color: 5177342.
HSL color Cylindrical-coordinate representation of color #FEFF4E: hue angle of 60.34º 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 #FEFF4E is Cyan = 0.00, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 78 | - |
| CMYK | 0.00 | 0 | 0.69 | 0 |
| HSL | 60.34º | 1% | 0.65% | - |
| HSV(B) | 60.34º | 0.69% | 1% | - |
| XYZ | 78.01 | 93.14 | 21.07 | - |
| YUV | 234.52 | 39.67 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 78 | 0.00 | 0 | 0.69 | 0 | 60.34 | 1 | 0.65 |
| Hex | FE | FF | 4E | 0 | 0 | 45 | 0 | 3C | 64 | 41 |
| Octal | 376 | 377 | 116 | 0 | 0 | 105 | 0 | 74 | 144 | 101 |
| Binary | 11111110 | 11111111 | 1001110 | 0 | 0 | 1000101 | 0 | 111100 | 1100100 | 1000001 |
Color Harmonies of #FEFF4E
Complementary color
Monochromatic Colors of #FEFF4E
Black with #FEFF4E
Text Example
Text Example
White with #FEFF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF4E; }
p { color: rgb(254,255,78); }
H1.HeaderClassName
{
color: #FEFF4E;
}
.AnyTagClassName
{
color: #FEFF4E;
}
</style>
background-color css
<style>
a { background-color: #FEFF4E; }
a { background-color: rgb(254,255,78); }
div.DivClassName
{
background-color: #FEFF4E;
}
.BgClassName
{
background-color: #FEFF4E;
}
</style>
border-color css
<style>
span { border-color: #FEFF4E; }
span { border-color: rgb(254,255,78); }
td.TdClassName
{
border-color: #FEFF4E;
}
.TagClassName
{
border-color: #FEFF4E;
}
</style>