Shades of Paris Daisy #FEFD4E
Tints of Paris Daisy #FEFD4E
RGB
CMYK
RGB Variations
Color information
#FEFD4E (or 0xFEFD4E) is known color: Paris Daisy. HEX triplet: FE, FD and 4E. RGB value is (254,253,78). Sum of RGB (Red+Green+Blue) = 254+253+78=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 78 (30.86% from 255 or 13.33% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFD4E is #0102B1. Grayscale: #EAEAEA. Windows color (decimal): -66226 or 5176830. OLE color: 5176830.
HSL color Cylindrical-coordinate representation of color #FEFD4E: hue angle of 59.66º 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 #FEFD4E is Cyan = 0, Magento = 0.00, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 78 | - |
| CMYK | 0 | 0.00 | 0.69 | 0.00 |
| HSL | 59.66º | 0.99% | 0.65% | - |
| HSV(B) | 59.66º | 0.69% | 1% | - |
| XYZ | 77.37 | 91.87 | 20.86 | - |
| YUV | 233.35 | 40.33 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 78 | 0 | 0.00 | 0.69 | 0.00 | 59.66 | 0.99 | 0.65 |
| Hex | FE | FD | 4E | 0 | 0 | 45 | 0 | 3C | 63 | 41 |
| Octal | 376 | 375 | 116 | 0 | 0 | 105 | 0 | 74 | 143 | 101 |
| Binary | 11111110 | 11111101 | 1001110 | 0 | 0 | 1000101 | 0 | 111100 | 1100011 | 1000001 |
Color Harmonies of #FEFD4E
Complementary color
Monochromatic Colors of #FEFD4E
Black with #FEFD4E
Text Example
Text Example
White with #FEFD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD4E; }
p { color: rgb(254,253,78); }
H1.HeaderClassName
{
color: #FEFD4E;
}
.AnyTagClassName
{
color: #FEFD4E;
}
</style>
background-color css
<style>
a { background-color: #FEFD4E; }
a { background-color: rgb(254,253,78); }
div.DivClassName
{
background-color: #FEFD4E;
}
.BgClassName
{
background-color: #FEFD4E;
}
</style>
border-color css
<style>
span { border-color: #FEFD4E; }
span { border-color: rgb(254,253,78); }
td.TdClassName
{
border-color: #FEFD4E;
}
.TagClassName
{
border-color: #FEFD4E;
}
</style>