Shades of Paris Daisy #FFFE4D
Tints of Paris Daisy #FFFE4D
RGB
CMYK
RGB Variations
Color information
#FFFE4D (or 0xFFFE4D) is known color: Paris Daisy. HEX triplet: FF, FE and 4D. RGB value is (255,254,77). Sum of RGB (Red+Green+Blue) = 255+254+77=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 77 (30.47% from 255 or 13.14% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFE4D is #0001B2. Grayscale: #EAEAEA. Windows color (decimal): -435 or 5111551. OLE color: 5111551.
HSL color Cylindrical-coordinate representation of color #FFFE4D: hue angle of 59.66º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFFE4D is Cyan = 0, Magento = 0.00, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 77 | - |
| CMYK | 0 | 0.00 | 0.70 | 0 |
| HSL | 59.66º | 1% | 0.65% | - |
| HSV(B) | 59.66º | 0.7% | 1% | - |
| XYZ | 78.02 | 92.68 | 20.8 | - |
| YUV | 234.12 | 39.33 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 77 | 0 | 0.00 | 0.70 | 0 | 59.66 | 1 | 0.65 |
| Hex | FF | FE | 4D | 0 | 0 | 46 | 0 | 3C | 64 | 41 |
| Octal | 377 | 376 | 115 | 0 | 0 | 106 | 0 | 74 | 144 | 101 |
| Binary | 11111111 | 11111110 | 1001101 | 0 | 0 | 1000110 | 0 | 111100 | 1100100 | 1000001 |
Color Harmonies of #FFFE4D
Complementary color
Monochromatic Colors of #FFFE4D
Black with #FFFE4D
Text Example
Text Example
White with #FFFE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE4D; }
p { color: rgb(255,254,77); }
H1.HeaderClassName
{
color: #FFFE4D;
}
.AnyTagClassName
{
color: #FFFE4D;
}
</style>
background-color css
<style>
a { background-color: #FFFE4D; }
a { background-color: rgb(255,254,77); }
div.DivClassName
{
background-color: #FFFE4D;
}
.BgClassName
{
background-color: #FFFE4D;
}
</style>
border-color css
<style>
span { border-color: #FFFE4D; }
span { border-color: rgb(255,254,77); }
td.TdClassName
{
border-color: #FFFE4D;
}
.TagClassName
{
border-color: #FFFE4D;
}
</style>