Shades of Paris Daisy #FEE949
Tints of Paris Daisy #FEE949
RGB
CMYK
RGB Variations
Color information
#FEE949 (or 0xFEE949) is known color: Paris Daisy. HEX triplet: FE, E9 and 49. RGB value is (254,233,73). Sum of RGB (Red+Green+Blue) = 254+233+73=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 233 (91.41% from 255 or 41.61% from 560); Blue value is 73 (28.91% from 255 or 13.04% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE949 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE949 is #0116B6. Grayscale: #DDDDDD. Windows color (decimal): -71351 or 4844030. OLE color: 4844030.
HSL color Cylindrical-coordinate representation of color #FEE949: hue angle of 53.04º 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 #FEE949 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 73 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.00 |
| HSL | 53.04º | 0.99% | 0.64% | - |
| HSV(B) | 53.04º | 0.71% | 1% | - |
| XYZ | 71.21 | 79.83 | 17.96 | - |
| YUV | 221.04 | 44.46 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 73 | 0 | 0.08 | 0.71 | 0.00 | 53.04 | 0.99 | 0.64 |
| Hex | FE | E9 | 49 | 0 | 8 | 47 | 0 | 35 | 63 | 40 |
| Octal | 376 | 351 | 111 | 0 | 10 | 107 | 0 | 65 | 143 | 100 |
| Binary | 11111110 | 11101001 | 1001001 | 0 | 1000 | 1000111 | 0 | 110101 | 1100011 | 1000000 |
Color Harmonies of #FEE949
Complementary color
Monochromatic Colors of #FEE949
Black with #FEE949
Text Example
Text Example
White with #FEE949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE949; }
p { color: rgb(254,233,73); }
H1.HeaderClassName
{
color: #FEE949;
}
.AnyTagClassName
{
color: #FEE949;
}
</style>
background-color css
<style>
a { background-color: #FEE949; }
a { background-color: rgb(254,233,73); }
div.DivClassName
{
background-color: #FEE949;
}
.BgClassName
{
background-color: #FEE949;
}
</style>
border-color css
<style>
span { border-color: #FEE949; }
span { border-color: rgb(254,233,73); }
td.TdClassName
{
border-color: #FEE949;
}
.TagClassName
{
border-color: #FEE949;
}
</style>