Shades of Paris Daisy #F1E356
Tints of Paris Daisy #F1E356
RGB
CMYK
RGB Variations
Color information
#F1E356 (or 0xF1E356) is known color: Paris Daisy. HEX triplet: F1, E3 and 56. RGB value is (241,227,86). Sum of RGB (Red+Green+Blue) = 241+227+86=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 227 (89.06% from 255 or 40.97% from 554); Blue value is 86 (33.98% from 255 or 15.52% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E356 is #0E1CA9. Grayscale: #D7D7D7. Windows color (decimal): -924842 or 5694449. OLE color: 5694449.
HSL color Cylindrical-coordinate representation of color #F1E356: hue angle of 54.58º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F1E356 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 227 | 86 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.05 |
| HSL | 54.58º | 0.85% | 0.64% | - |
| HSV(B) | 54.58º | 0.64% | 0.95% | - |
| XYZ | 65.42 | 74.31 | 19.7 | - |
| YUV | 215.11 | 55.14 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 227 | 86 | 0 | 0.06 | 0.64 | 0.05 | 54.58 | 0.85 | 0.64 |
| Hex | F1 | E3 | 56 | 0 | 6 | 40 | 5 | 37 | 55 | 40 |
| Octal | 361 | 343 | 126 | 0 | 6 | 100 | 5 | 67 | 125 | 100 |
| Binary | 11110001 | 11100011 | 1010110 | 0 | 110 | 1000000 | 101 | 110111 | 1010101 | 1000000 |
Color Harmonies of #F1E356
Complementary color
Monochromatic Colors of #F1E356
Black with #F1E356
Text Example
Text Example
White with #F1E356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E356; }
p { color: rgb(241,227,86); }
H1.HeaderClassName
{
color: #F1E356;
}
.AnyTagClassName
{
color: #F1E356;
}
</style>
background-color css
<style>
a { background-color: #F1E356; }
a { background-color: rgb(241,227,86); }
div.DivClassName
{
background-color: #F1E356;
}
.BgClassName
{
background-color: #F1E356;
}
</style>
border-color css
<style>
span { border-color: #F1E356; }
span { border-color: rgb(241,227,86); }
td.TdClassName
{
border-color: #F1E356;
}
.TagClassName
{
border-color: #F1E356;
}
</style>