Shades of Paris Daisy #FEE049
Tints of Paris Daisy #FEE049
RGB
CMYK
RGB Variations
Color information
#FEE049 (or 0xFEE049) is known color: Paris Daisy. HEX triplet: FE, E0 and 49. RGB value is (254,224,73). Sum of RGB (Red+Green+Blue) = 254+224+73=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 73 (28.91% from 255 or 13.25% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE049 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE049 is #011FB6. Grayscale: #D8D8D8. Windows color (decimal): -73655 or 4841726. OLE color: 4841726.
HSL color Cylindrical-coordinate representation of color #FEE049: hue angle of 50.06º 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 #FEE049 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 73 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.00 |
| HSL | 50.06º | 0.99% | 0.64% | - |
| HSV(B) | 50.06º | 0.71% | 1% | - |
| XYZ | 68.73 | 74.86 | 17.13 | - |
| YUV | 215.76 | 47.44 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 73 | 0 | 0.12 | 0.71 | 0.00 | 50.06 | 0.99 | 0.64 |
| Hex | FE | E0 | 49 | 0 | C | 47 | 0 | 32 | 63 | 40 |
| Octal | 376 | 340 | 111 | 0 | 14 | 107 | 0 | 62 | 143 | 100 |
| Binary | 11111110 | 11100000 | 1001001 | 0 | 1100 | 1000111 | 0 | 110010 | 1100011 | 1000000 |
Color Harmonies of #FEE049
Complementary color
Monochromatic Colors of #FEE049
Black with #FEE049
Text Example
Text Example
White with #FEE049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE049; }
p { color: rgb(254,224,73); }
H1.HeaderClassName
{
color: #FEE049;
}
.AnyTagClassName
{
color: #FEE049;
}
</style>
background-color css
<style>
a { background-color: #FEE049; }
a { background-color: rgb(254,224,73); }
div.DivClassName
{
background-color: #FEE049;
}
.BgClassName
{
background-color: #FEE049;
}
</style>
border-color css
<style>
span { border-color: #FEE049; }
span { border-color: rgb(254,224,73); }
td.TdClassName
{
border-color: #FEE049;
}
.TagClassName
{
border-color: #FEE049;
}
</style>