Shades of Paris Daisy #F1E254
Tints of Paris Daisy #F1E254
RGB
CMYK
RGB Variations
Color information
#F1E254 (or 0xF1E254) is known color: Paris Daisy. HEX triplet: F1, E2 and 54. RGB value is (241,226,84). Sum of RGB (Red+Green+Blue) = 241+226+84=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 226 (88.67% from 255 or 41.02% from 551); Blue value is 84 (33.20% from 255 or 15.25% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E254 is #0E1DAB. Grayscale: #D6D6D6. Windows color (decimal): -925100 or 5563121. OLE color: 5563121.
HSL color Cylindrical-coordinate representation of color #F1E254: hue angle of 54.27º 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 #F1E254 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 226 | 84 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.05 |
| HSL | 54.27º | 0.85% | 0.64% | - |
| HSV(B) | 54.27º | 0.65% | 0.95% | - |
| XYZ | 65.07 | 73.73 | 19.19 | - |
| YUV | 214.3 | 54.47 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 226 | 84 | 0 | 0.06 | 0.65 | 0.05 | 54.27 | 0.85 | 0.64 |
| Hex | F1 | E2 | 54 | 0 | 6 | 41 | 5 | 36 | 55 | 40 |
| Octal | 361 | 342 | 124 | 0 | 6 | 101 | 5 | 66 | 125 | 100 |
| Binary | 11110001 | 11100010 | 1010100 | 0 | 110 | 1000001 | 101 | 110110 | 1010101 | 1000000 |
Color Harmonies of #F1E254
Complementary color
Monochromatic Colors of #F1E254
Black with #F1E254
Text Example
Text Example
White with #F1E254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E254; }
p { color: rgb(241,226,84); }
H1.HeaderClassName
{
color: #F1E254;
}
.AnyTagClassName
{
color: #F1E254;
}
</style>
background-color css
<style>
a { background-color: #F1E254; }
a { background-color: rgb(241,226,84); }
div.DivClassName
{
background-color: #F1E254;
}
.BgClassName
{
background-color: #F1E254;
}
</style>
border-color css
<style>
span { border-color: #F1E254; }
span { border-color: rgb(241,226,84); }
td.TdClassName
{
border-color: #F1E254;
}
.TagClassName
{
border-color: #F1E254;
}
</style>