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