Shades of Paris Daisy #FFE149
Tints of Paris Daisy #FFE149
RGB
CMYK
RGB Variations
Color information
#FFE149 (or 0xFFE149) is known color: Paris Daisy. HEX triplet: FF, E1 and 49. RGB value is (255,225,73). Sum of RGB (Red+Green+Blue) = 255+225+73=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 73 (28.91% from 255 or 13.20% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE149 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE149 is #001EB6. Grayscale: #D9D9D9. Windows color (decimal): -7863 or 4841983. OLE color: 4841983.
HSL color Cylindrical-coordinate representation of color #FFE149: hue angle of 50.11º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFE149 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 73 | - |
| CMYK | 0 | 0.12 | 0.71 | 0 |
| HSL | 50.11º | 1% | 0.64% | - |
| HSV(B) | 50.11º | 0.71% | 1% | - |
| XYZ | 69.37 | 75.59 | 17.24 | - |
| YUV | 216.64 | 46.94 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 73 | 0 | 0.12 | 0.71 | 0 | 50.11 | 1 | 0.64 |
| Hex | FF | E1 | 49 | 0 | C | 47 | 0 | 32 | 64 | 40 |
| Octal | 377 | 341 | 111 | 0 | 14 | 107 | 0 | 62 | 144 | 100 |
| Binary | 11111111 | 11100001 | 1001001 | 0 | 1100 | 1000111 | 0 | 110010 | 1100100 | 1000000 |
Color Harmonies of #FFE149
Complementary color
Monochromatic Colors of #FFE149
Black with #FFE149
Text Example
Text Example
White with #FFE149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE149; }
p { color: rgb(255,225,73); }
H1.HeaderClassName
{
color: #FFE149;
}
.AnyTagClassName
{
color: #FFE149;
}
</style>
background-color css
<style>
a { background-color: #FFE149; }
a { background-color: rgb(255,225,73); }
div.DivClassName
{
background-color: #FFE149;
}
.BgClassName
{
background-color: #FFE149;
}
</style>
border-color css
<style>
span { border-color: #FFE149; }
span { border-color: rgb(255,225,73); }
td.TdClassName
{
border-color: #FFE149;
}
.TagClassName
{
border-color: #FFE149;
}
</style>