Shades of Paris Daisy #F1F24D
Tints of Paris Daisy #F1F24D
RGB
CMYK
RGB Variations
Color information
#F1F24D (or 0xF1F24D) is known color: Paris Daisy. HEX triplet: F1, F2 and 4D. RGB value is (241,242,77). Sum of RGB (Red+Green+Blue) = 241+242+77=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 77 (30.47% from 255 or 13.75% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F24D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F24D is #0E0DB2. Grayscale: #DFDFDF. Windows color (decimal): -921011 or 5108465. OLE color: 5108465.
HSL color Cylindrical-coordinate representation of color #F1F24D: hue angle of 60.36º degrees, saturation: 0.86, 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 #F1F24D is Cyan = 0.00, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 77 | - |
| CMYK | 0.00 | 0 | 0.68 | 0.05 |
| HSL | 60.36º | 0.86% | 0.63% | - |
| HSV(B) | 60.36º | 0.68% | 0.95% | - |
| XYZ | 69.37 | 82.74 | 19.34 | - |
| YUV | 222.89 | 45.67 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 77 | 0.00 | 0 | 0.68 | 0.05 | 60.36 | 0.86 | 0.63 |
| Hex | F1 | F2 | 4D | 0 | 0 | 44 | 5 | 3C | 56 | 3F |
| Octal | 361 | 362 | 115 | 0 | 0 | 104 | 5 | 74 | 126 | 77 |
| Binary | 11110001 | 11110010 | 1001101 | 0 | 0 | 1000100 | 101 | 111100 | 1010110 | 111111 |
Color Harmonies of #F1F24D
Complementary color
Monochromatic Colors of #F1F24D
Black with #F1F24D
Text Example
Text Example
White with #F1F24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F24D; }
p { color: rgb(241,242,77); }
H1.HeaderClassName
{
color: #F1F24D;
}
.AnyTagClassName
{
color: #F1F24D;
}
</style>
background-color css
<style>
a { background-color: #F1F24D; }
a { background-color: rgb(241,242,77); }
div.DivClassName
{
background-color: #F1F24D;
}
.BgClassName
{
background-color: #F1F24D;
}
</style>
border-color css
<style>
span { border-color: #F1F24D; }
span { border-color: rgb(241,242,77); }
td.TdClassName
{
border-color: #F1F24D;
}
.TagClassName
{
border-color: #F1F24D;
}
</style>