Shades of Paris Daisy #FFE148
Tints of Paris Daisy #FFE148
RGB
CMYK
RGB Variations
Color information
#FFE148 (or 0xFFE148) is known color: Paris Daisy. HEX triplet: FF, E1 and 48. RGB value is (255,225,72). Sum of RGB (Red+Green+Blue) = 255+225+72=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 72 (28.52% from 255 or 13.04% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE148 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE148 is #001EB7. Grayscale: #D9D9D9. Windows color (decimal): -7864 or 4776447. OLE color: 4776447.
HSL color Cylindrical-coordinate representation of color #FFE148: hue angle of 50.16º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFE148 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 72 | - |
| CMYK | 0 | 0.12 | 0.72 | 0 |
| HSL | 50.16º | 1% | 0.64% | - |
| HSV(B) | 50.16º | 0.72% | 1% | - |
| XYZ | 69.33 | 75.58 | 17.06 | - |
| YUV | 216.53 | 46.44 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 72 | 0 | 0.12 | 0.72 | 0 | 50.16 | 1 | 0.64 |
| Hex | FF | E1 | 48 | 0 | C | 48 | 0 | 32 | 64 | 40 |
| Octal | 377 | 341 | 110 | 0 | 14 | 110 | 0 | 62 | 144 | 100 |
| Binary | 11111111 | 11100001 | 1001000 | 0 | 1100 | 1001000 | 0 | 110010 | 1100100 | 1000000 |
Color Harmonies of #FFE148
Complementary color
Monochromatic Colors of #FFE148
Black with #FFE148
Text Example
Text Example
White with #FFE148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE148; }
p { color: rgb(255,225,72); }
H1.HeaderClassName
{
color: #FFE148;
}
.AnyTagClassName
{
color: #FFE148;
}
</style>
background-color css
<style>
a { background-color: #FFE148; }
a { background-color: rgb(255,225,72); }
div.DivClassName
{
background-color: #FFE148;
}
.BgClassName
{
background-color: #FFE148;
}
</style>
border-color css
<style>
span { border-color: #FFE148; }
span { border-color: rgb(255,225,72); }
td.TdClassName
{
border-color: #FFE148;
}
.TagClassName
{
border-color: #FFE148;
}
</style>