Shades of Paris Daisy #F1F054
Tints of Paris Daisy #F1F054
RGB
CMYK
RGB Variations
Color information
#F1F054 (or 0xF1F054) is known color: Paris Daisy. HEX triplet: F1, F0 and 54. RGB value is (241,240,84). Sum of RGB (Red+Green+Blue) = 241+240+84=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 84 (33.20% from 255 or 14.87% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F054 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F054 is #0E0FAB. Grayscale: #DFDFDF. Windows color (decimal): -921516 or 5566705. OLE color: 5566705.
HSL color Cylindrical-coordinate representation of color #F1F054: hue angle of 59.62º 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 #F1F054 is Cyan = 0, Magento = 0.00, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 84 | - |
| CMYK | 0 | 0.00 | 0.65 | 0.05 |
| HSL | 59.62º | 0.85% | 0.64% | - |
| HSV(B) | 59.62º | 0.65% | 0.95% | - |
| XYZ | 69.04 | 81.66 | 20.51 | - |
| YUV | 222.52 | 49.83 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 84 | 0 | 0.00 | 0.65 | 0.05 | 59.62 | 0.85 | 0.64 |
| Hex | F1 | F0 | 54 | 0 | 0 | 41 | 5 | 3C | 55 | 40 |
| Octal | 361 | 360 | 124 | 0 | 0 | 101 | 5 | 74 | 125 | 100 |
| Binary | 11110001 | 11110000 | 1010100 | 0 | 0 | 1000001 | 101 | 111100 | 1010101 | 1000000 |
Color Harmonies of #F1F054
Complementary color
Monochromatic Colors of #F1F054
Black with #F1F054
Text Example
Text Example
White with #F1F054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F054; }
p { color: rgb(241,240,84); }
H1.HeaderClassName
{
color: #F1F054;
}
.AnyTagClassName
{
color: #F1F054;
}
</style>
background-color css
<style>
a { background-color: #F1F054; }
a { background-color: rgb(241,240,84); }
div.DivClassName
{
background-color: #F1F054;
}
.BgClassName
{
background-color: #F1F054;
}
</style>
border-color css
<style>
span { border-color: #F1F054; }
span { border-color: rgb(241,240,84); }
td.TdClassName
{
border-color: #F1F054;
}
.TagClassName
{
border-color: #F1F054;
}
</style>