Shades of Paris Daisy #F1F04D
Tints of Paris Daisy #F1F04D
RGB
CMYK
RGB Variations
Color information
#F1F04D (or 0xF1F04D) is known color: Paris Daisy. HEX triplet: F1, F0 and 4D. RGB value is (241,240,77). Sum of RGB (Red+Green+Blue) = 241+240+77=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 77 (30.47% from 255 or 13.80% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F04D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F04D is #0E0FB2. Grayscale: #DEDEDE. Windows color (decimal): -921523 or 5107953. OLE color: 5107953.
HSL color Cylindrical-coordinate representation of color #F1F04D: hue angle of 59.63º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1F04D is Cyan = 0, Magento = 0.00, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 77 | - |
| CMYK | 0 | 0.00 | 0.68 | 0.05 |
| HSL | 59.63º | 0.85% | 0.62% | - |
| HSV(B) | 59.63º | 0.68% | 0.95% | - |
| XYZ | 68.78 | 81.56 | 19.14 | - |
| YUV | 221.72 | 46.33 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 77 | 0 | 0.00 | 0.68 | 0.05 | 59.63 | 0.85 | 0.62 |
| Hex | F1 | F0 | 4D | 0 | 0 | 44 | 5 | 3C | 55 | 3E |
| Octal | 361 | 360 | 115 | 0 | 0 | 104 | 5 | 74 | 125 | 76 |
| Binary | 11110001 | 11110000 | 1001101 | 0 | 0 | 1000100 | 101 | 111100 | 1010101 | 111110 |
Color Harmonies of #F1F04D
Complementary color
Monochromatic Colors of #F1F04D
Black with #F1F04D
Text Example
Text Example
White with #F1F04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F04D; }
p { color: rgb(241,240,77); }
H1.HeaderClassName
{
color: #F1F04D;
}
.AnyTagClassName
{
color: #F1F04D;
}
</style>
background-color css
<style>
a { background-color: #F1F04D; }
a { background-color: rgb(241,240,77); }
div.DivClassName
{
background-color: #F1F04D;
}
.BgClassName
{
background-color: #F1F04D;
}
</style>
border-color css
<style>
span { border-color: #F1F04D; }
span { border-color: rgb(241,240,77); }
td.TdClassName
{
border-color: #F1F04D;
}
.TagClassName
{
border-color: #F1F04D;
}
</style>