Shades of Paris Daisy #F1E34E
Tints of Paris Daisy #F1E34E
RGB
CMYK
RGB Variations
Color information
#F1E34E (or 0xF1E34E) is known color: Paris Daisy. HEX triplet: F1, E3 and 4E. RGB value is (241,227,78). Sum of RGB (Red+Green+Blue) = 241+227+78=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 78 (30.86% from 255 or 14.29% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E34E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E34E is #0E1CB1. Grayscale: #D6D6D6. Windows color (decimal): -924850 or 5170161. OLE color: 5170161.
HSL color Cylindrical-coordinate representation of color #F1E34E: hue angle of 54.85º degrees, saturation: 0.85, 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 #F1E34E is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 227 | 78 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.05 |
| HSL | 54.85º | 0.85% | 0.63% | - |
| HSV(B) | 54.85º | 0.68% | 0.95% | - |
| XYZ | 65.12 | 74.19 | 18.1 | - |
| YUV | 214.2 | 51.14 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 227 | 78 | 0 | 0.06 | 0.68 | 0.05 | 54.85 | 0.85 | 0.63 |
| Hex | F1 | E3 | 4E | 0 | 6 | 44 | 5 | 37 | 55 | 3F |
| Octal | 361 | 343 | 116 | 0 | 6 | 104 | 5 | 67 | 125 | 77 |
| Binary | 11110001 | 11100011 | 1001110 | 0 | 110 | 1000100 | 101 | 110111 | 1010101 | 111111 |
Color Harmonies of #F1E34E
Complementary color
Monochromatic Colors of #F1E34E
Black with #F1E34E
Text Example
Text Example
White with #F1E34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E34E; }
p { color: rgb(241,227,78); }
H1.HeaderClassName
{
color: #F1E34E;
}
.AnyTagClassName
{
color: #F1E34E;
}
</style>
background-color css
<style>
a { background-color: #F1E34E; }
a { background-color: rgb(241,227,78); }
div.DivClassName
{
background-color: #F1E34E;
}
.BgClassName
{
background-color: #F1E34E;
}
</style>
border-color css
<style>
span { border-color: #F1E34E; }
span { border-color: rgb(241,227,78); }
td.TdClassName
{
border-color: #F1E34E;
}
.TagClassName
{
border-color: #F1E34E;
}
</style>