Shades of Paris Daisy #FEE249
Tints of Paris Daisy #FEE249
RGB
CMYK
RGB Variations
Color information
#FEE249 (or 0xFEE249) is known color: Paris Daisy. HEX triplet: FE, E2 and 49. RGB value is (254,226,73). Sum of RGB (Red+Green+Blue) = 254+226+73=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 226 (88.67% from 255 or 40.87% from 553); Blue value is 73 (28.91% from 255 or 13.20% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE249 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE249 is #011DB6. Grayscale: #D9D9D9. Windows color (decimal): -73143 or 4842238. OLE color: 4842238.
HSL color Cylindrical-coordinate representation of color #FEE249: hue angle of 50.72º 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 #FEE249 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 73 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.00 |
| HSL | 50.72º | 0.99% | 0.64% | - |
| HSV(B) | 50.72º | 0.71% | 1% | - |
| XYZ | 69.27 | 75.94 | 17.31 | - |
| YUV | 216.93 | 46.78 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 73 | 0 | 0.11 | 0.71 | 0.00 | 50.72 | 0.99 | 0.64 |
| Hex | FE | E2 | 49 | 0 | B | 47 | 0 | 33 | 63 | 40 |
| Octal | 376 | 342 | 111 | 0 | 13 | 107 | 0 | 63 | 143 | 100 |
| Binary | 11111110 | 11100010 | 1001001 | 0 | 1011 | 1000111 | 0 | 110011 | 1100011 | 1000000 |
Color Harmonies of #FEE249
Complementary color
Monochromatic Colors of #FEE249
Black with #FEE249
Text Example
Text Example
White with #FEE249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE249; }
p { color: rgb(254,226,73); }
H1.HeaderClassName
{
color: #FEE249;
}
.AnyTagClassName
{
color: #FEE249;
}
</style>
background-color css
<style>
a { background-color: #FEE249; }
a { background-color: rgb(254,226,73); }
div.DivClassName
{
background-color: #FEE249;
}
.BgClassName
{
background-color: #FEE249;
}
</style>
border-color css
<style>
span { border-color: #FEE249; }
span { border-color: rgb(254,226,73); }
td.TdClassName
{
border-color: #FEE249;
}
.TagClassName
{
border-color: #FEE249;
}
</style>