Shades of Paris Daisy #F1ED55
Tints of Paris Daisy #F1ED55
RGB
CMYK
RGB Variations
Color information
#F1ED55 (or 0xF1ED55) is known color: Paris Daisy. HEX triplet: F1, ED and 55. RGB value is (241,237,85). Sum of RGB (Red+Green+Blue) = 241+237+85=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 85 (33.59% from 255 or 15.10% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1ED55 is #0E12AA. Grayscale: #DDDDDD. Windows color (decimal): -922283 or 5631473. OLE color: 5631473.
HSL color Cylindrical-coordinate representation of color #F1ED55: hue angle of 58.46º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F1ED55 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 85 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.05 |
| HSL | 58.46º | 0.85% | 0.64% | - |
| HSV(B) | 58.46º | 0.65% | 0.95% | - |
| XYZ | 68.2 | 79.93 | 20.43 | - |
| YUV | 220.87 | 51.33 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 85 | 0 | 0.02 | 0.65 | 0.05 | 58.46 | 0.85 | 0.64 |
| Hex | F1 | ED | 55 | 0 | 2 | 41 | 5 | 3A | 55 | 40 |
| Octal | 361 | 355 | 125 | 0 | 2 | 101 | 5 | 72 | 125 | 100 |
| Binary | 11110001 | 11101101 | 1010101 | 0 | 10 | 1000001 | 101 | 111010 | 1010101 | 1000000 |
Color Harmonies of #F1ED55
Complementary color
Monochromatic Colors of #F1ED55
Black with #F1ED55
Text Example
Text Example
White with #F1ED55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED55; }
p { color: rgb(241,237,85); }
H1.HeaderClassName
{
color: #F1ED55;
}
.AnyTagClassName
{
color: #F1ED55;
}
</style>
background-color css
<style>
a { background-color: #F1ED55; }
a { background-color: rgb(241,237,85); }
div.DivClassName
{
background-color: #F1ED55;
}
.BgClassName
{
background-color: #F1ED55;
}
</style>
border-color css
<style>
span { border-color: #F1ED55; }
span { border-color: rgb(241,237,85); }
td.TdClassName
{
border-color: #F1ED55;
}
.TagClassName
{
border-color: #F1ED55;
}
</style>