Shades of Paris Daisy #FEEF49
Tints of Paris Daisy #FEEF49
RGB
CMYK
RGB Variations
Color information
#FEEF49 (or 0xFEEF49) is known color: Paris Daisy. HEX triplet: FE, EF and 49. RGB value is (254,239,73). Sum of RGB (Red+Green+Blue) = 254+239+73=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 73 (28.91% from 255 or 12.90% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEF49 is #0110B6. Grayscale: #E1E1E1. Windows color (decimal): -69815 or 4845566. OLE color: 4845566.
HSL color Cylindrical-coordinate representation of color #FEEF49: hue angle of 55.03º 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 #FEEF49 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 73 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.00 |
| HSL | 55.03º | 0.99% | 0.64% | - |
| HSV(B) | 55.03º | 0.71% | 1% | - |
| XYZ | 72.94 | 83.28 | 18.53 | - |
| YUV | 224.56 | 42.47 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 73 | 0 | 0.06 | 0.71 | 0.00 | 55.03 | 0.99 | 0.64 |
| Hex | FE | EF | 49 | 0 | 6 | 47 | 0 | 37 | 63 | 40 |
| Octal | 376 | 357 | 111 | 0 | 6 | 107 | 0 | 67 | 143 | 100 |
| Binary | 11111110 | 11101111 | 1001001 | 0 | 110 | 1000111 | 0 | 110111 | 1100011 | 1000000 |
Color Harmonies of #FEEF49
Complementary color
Monochromatic Colors of #FEEF49
Black with #FEEF49
Text Example
Text Example
White with #FEEF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF49; }
p { color: rgb(254,239,73); }
H1.HeaderClassName
{
color: #FEEF49;
}
.AnyTagClassName
{
color: #FEEF49;
}
</style>
background-color css
<style>
a { background-color: #FEEF49; }
a { background-color: rgb(254,239,73); }
div.DivClassName
{
background-color: #FEEF49;
}
.BgClassName
{
background-color: #FEEF49;
}
</style>
border-color css
<style>
span { border-color: #FEEF49; }
span { border-color: rgb(254,239,73); }
td.TdClassName
{
border-color: #FEEF49;
}
.TagClassName
{
border-color: #FEEF49;
}
</style>