Shades of Paris Daisy #FEEF4D
Tints of Paris Daisy #FEEF4D
RGB
CMYK
RGB Variations
Color information
#FEEF4D (or 0xFEEF4D) is known color: Paris Daisy. HEX triplet: FE, EF and 4D. RGB value is (254,239,77). Sum of RGB (Red+Green+Blue) = 254+239+77=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 77 (30.47% from 255 or 13.51% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEF4D is #0110B2. Grayscale: #E1E1E1. Windows color (decimal): -69811 or 5107710. OLE color: 5107710.
HSL color Cylindrical-coordinate representation of color #FEEF4D: hue angle of 54.92º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEEF4D is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 77 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.00 |
| HSL | 54.92º | 0.99% | 0.65% | - |
| HSV(B) | 54.92º | 0.7% | 1% | - |
| XYZ | 73.08 | 83.34 | 19.26 | - |
| YUV | 225.02 | 44.47 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 77 | 0 | 0.06 | 0.70 | 0.00 | 54.92 | 0.99 | 0.65 |
| Hex | FE | EF | 4D | 0 | 6 | 46 | 0 | 37 | 63 | 41 |
| Octal | 376 | 357 | 115 | 0 | 6 | 106 | 0 | 67 | 143 | 101 |
| Binary | 11111110 | 11101111 | 1001101 | 0 | 110 | 1000110 | 0 | 110111 | 1100011 | 1000001 |
Color Harmonies of #FEEF4D
Complementary color
Monochromatic Colors of #FEEF4D
Black with #FEEF4D
Text Example
Text Example
White with #FEEF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF4D; }
p { color: rgb(254,239,77); }
H1.HeaderClassName
{
color: #FEEF4D;
}
.AnyTagClassName
{
color: #FEEF4D;
}
</style>
background-color css
<style>
a { background-color: #FEEF4D; }
a { background-color: rgb(254,239,77); }
div.DivClassName
{
background-color: #FEEF4D;
}
.BgClassName
{
background-color: #FEEF4D;
}
</style>
border-color css
<style>
span { border-color: #FEEF4D; }
span { border-color: rgb(254,239,77); }
td.TdClassName
{
border-color: #FEEF4D;
}
.TagClassName
{
border-color: #FEEF4D;
}
</style>