Shades of Paris Daisy #F1ED4E
Tints of Paris Daisy #F1ED4E
RGB
CMYK
RGB Variations
Color information
#F1ED4E (or 0xF1ED4E) is known color: Paris Daisy. HEX triplet: F1, ED and 4E. RGB value is (241,237,78). Sum of RGB (Red+Green+Blue) = 241+237+78=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 78 (30.86% from 255 or 14.03% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1ED4E is #0E12B1. Grayscale: #DCDCDC. Windows color (decimal): -922290 or 5172721. OLE color: 5172721.
HSL color Cylindrical-coordinate representation of color #F1ED4E: hue angle of 58.53º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1ED4E is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 78 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.05 |
| HSL | 58.53º | 0.85% | 0.63% | - |
| HSV(B) | 58.53º | 0.68% | 0.95% | - |
| XYZ | 67.93 | 79.82 | 19.03 | - |
| YUV | 220.07 | 47.83 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 78 | 0 | 0.02 | 0.68 | 0.05 | 58.53 | 0.85 | 0.63 |
| Hex | F1 | ED | 4E | 0 | 2 | 44 | 5 | 3B | 55 | 3F |
| Octal | 361 | 355 | 116 | 0 | 2 | 104 | 5 | 73 | 125 | 77 |
| Binary | 11110001 | 11101101 | 1001110 | 0 | 10 | 1000100 | 101 | 111011 | 1010101 | 111111 |
Color Harmonies of #F1ED4E
Complementary color
Monochromatic Colors of #F1ED4E
Black with #F1ED4E
Text Example
Text Example
White with #F1ED4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED4E; }
p { color: rgb(241,237,78); }
H1.HeaderClassName
{
color: #F1ED4E;
}
.AnyTagClassName
{
color: #F1ED4E;
}
</style>
background-color css
<style>
a { background-color: #F1ED4E; }
a { background-color: rgb(241,237,78); }
div.DivClassName
{
background-color: #F1ED4E;
}
.BgClassName
{
background-color: #F1ED4E;
}
</style>
border-color css
<style>
span { border-color: #F1ED4E; }
span { border-color: rgb(241,237,78); }
td.TdClassName
{
border-color: #F1ED4E;
}
.TagClassName
{
border-color: #F1ED4E;
}
</style>