Shades of Paris Daisy #FEED49
Tints of Paris Daisy #FEED49
RGB
CMYK
RGB Variations
Color information
#FEED49 (or 0xFEED49) is known color: Paris Daisy. HEX triplet: FE, ED and 49. RGB value is (254,237,73). Sum of RGB (Red+Green+Blue) = 254+237+73=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 73 (28.91% from 255 or 12.94% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEED49 is #0112B6. Grayscale: #E0E0E0. Windows color (decimal): -70327 or 4845054. OLE color: 4845054.
HSL color Cylindrical-coordinate representation of color #FEED49: hue angle of 54.36º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FEED49 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 73 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.00 |
| HSL | 54.36º | 0.99% | 0.64% | - |
| HSV(B) | 54.36º | 0.71% | 1% | - |
| XYZ | 72.36 | 82.12 | 18.34 | - |
| YUV | 223.39 | 43.13 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 73 | 0 | 0.07 | 0.71 | 0.00 | 54.36 | 0.99 | 0.64 |
| Hex | FE | ED | 49 | 0 | 7 | 47 | 0 | 36 | 63 | 40 |
| Octal | 376 | 355 | 111 | 0 | 7 | 107 | 0 | 66 | 143 | 100 |
| Binary | 11111110 | 11101101 | 1001001 | 0 | 111 | 1000111 | 0 | 110110 | 1100011 | 1000000 |
Color Harmonies of #FEED49
Complementary color
Monochromatic Colors of #FEED49
Black with #FEED49
Text Example
Text Example
White with #FEED49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED49; }
p { color: rgb(254,237,73); }
H1.HeaderClassName
{
color: #FEED49;
}
.AnyTagClassName
{
color: #FEED49;
}
</style>
background-color css
<style>
a { background-color: #FEED49; }
a { background-color: rgb(254,237,73); }
div.DivClassName
{
background-color: #FEED49;
}
.BgClassName
{
background-color: #FEED49;
}
</style>
border-color css
<style>
span { border-color: #FEED49; }
span { border-color: rgb(254,237,73); }
td.TdClassName
{
border-color: #FEED49;
}
.TagClassName
{
border-color: #FEED49;
}
</style>