Shades of Paris Daisy #F1EC40
Tints of Paris Daisy #F1EC40
RGB
CMYK
RGB Variations
Color information
#F1EC40 (or 0xF1EC40) is known color: Paris Daisy. HEX triplet: F1, EC and 40. RGB value is (241,236,64). Sum of RGB (Red+Green+Blue) = 241+236+64=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 64 (25.39% from 255 or 11.83% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EC40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1EC40 is #0E13BF. Grayscale: #DADADA. Windows color (decimal): -922560 or 4254961. OLE color: 4254961.
HSL color Cylindrical-coordinate representation of color #F1EC40: hue angle of 58.31º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F1EC40 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 236 | 64 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.05 |
| HSL | 58.31º | 0.86% | 0.6% | - |
| HSV(B) | 58.31º | 0.73% | 0.95% | - |
| XYZ | 67.2 | 79.06 | 16.57 | - |
| YUV | 217.89 | 41.16 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 236 | 64 | 0 | 0.02 | 0.73 | 0.05 | 58.31 | 0.86 | 0.6 |
| Hex | F1 | EC | 40 | 0 | 2 | 49 | 5 | 3A | 56 | 3C |
| Octal | 361 | 354 | 100 | 0 | 2 | 111 | 5 | 72 | 126 | 74 |
| Binary | 11110001 | 11101100 | 1000000 | 0 | 10 | 1001001 | 101 | 111010 | 1010110 | 111100 |
Color Harmonies of #F1EC40
Complementary color
Monochromatic Colors of #F1EC40
Black with #F1EC40
Text Example
Text Example
White with #F1EC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EC40; }
p { color: rgb(241,236,64); }
H1.HeaderClassName
{
color: #F1EC40;
}
.AnyTagClassName
{
color: #F1EC40;
}
</style>
background-color css
<style>
a { background-color: #F1EC40; }
a { background-color: rgb(241,236,64); }
div.DivClassName
{
background-color: #F1EC40;
}
.BgClassName
{
background-color: #F1EC40;
}
</style>
border-color css
<style>
span { border-color: #F1EC40; }
span { border-color: rgb(241,236,64); }
td.TdClassName
{
border-color: #F1EC40;
}
.TagClassName
{
border-color: #F1EC40;
}
</style>