Shades of Paris Daisy #F1E353
Tints of Paris Daisy #F1E353
RGB
CMYK
RGB Variations
Color information
#F1E353 (or 0xF1E353) is known color: Paris Daisy. HEX triplet: F1, E3 and 53. RGB value is (241,227,83). Sum of RGB (Red+Green+Blue) = 241+227+83=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 227 (89.06% from 255 or 41.20% from 551); Blue value is 83 (32.81% from 255 or 15.06% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E353 is #0E1CAC. Grayscale: #D7D7D7. Windows color (decimal): -924845 or 5497841. OLE color: 5497841.
HSL color Cylindrical-coordinate representation of color #F1E353: hue angle of 54.68º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F1E353 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 227 | 83 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.05 |
| HSL | 54.68º | 0.85% | 0.64% | - |
| HSV(B) | 54.68º | 0.66% | 0.95% | - |
| XYZ | 65.31 | 74.26 | 19.08 | - |
| YUV | 214.77 | 53.64 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 227 | 83 | 0 | 0.06 | 0.66 | 0.05 | 54.68 | 0.85 | 0.64 |
| Hex | F1 | E3 | 53 | 0 | 6 | 42 | 5 | 37 | 55 | 40 |
| Octal | 361 | 343 | 123 | 0 | 6 | 102 | 5 | 67 | 125 | 100 |
| Binary | 11110001 | 11100011 | 1010011 | 0 | 110 | 1000010 | 101 | 110111 | 1010101 | 1000000 |
Color Harmonies of #F1E353
Complementary color
Monochromatic Colors of #F1E353
Black with #F1E353
Text Example
Text Example
White with #F1E353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E353; }
p { color: rgb(241,227,83); }
H1.HeaderClassName
{
color: #F1E353;
}
.AnyTagClassName
{
color: #F1E353;
}
</style>
background-color css
<style>
a { background-color: #F1E353; }
a { background-color: rgb(241,227,83); }
div.DivClassName
{
background-color: #F1E353;
}
.BgClassName
{
background-color: #F1E353;
}
</style>
border-color css
<style>
span { border-color: #F1E353; }
span { border-color: rgb(241,227,83); }
td.TdClassName
{
border-color: #F1E353;
}
.TagClassName
{
border-color: #F1E353;
}
</style>