Shades of Paris Daisy #F2E355
Tints of Paris Daisy #F2E355
RGB
CMYK
RGB Variations
Color information
#F2E355 (or 0xF2E355) is known color: Paris Daisy. HEX triplet: F2, E3 and 55. RGB value is (242,227,85). Sum of RGB (Red+Green+Blue) = 242+227+85=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 227 (89.06% from 255 or 40.97% from 554); Blue value is 85 (33.59% from 255 or 15.34% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E355 is #0D1CAA. Grayscale: #D7D7D7. Windows color (decimal): -859307 or 5628914. OLE color: 5628914.
HSL color Cylindrical-coordinate representation of color #F2E355: hue angle of 54.27º degrees, saturation: 0.86, 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 #F2E355 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 85 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.05 |
| HSL | 54.27º | 0.86% | 0.64% | - |
| HSV(B) | 54.27º | 0.65% | 0.95% | - |
| XYZ | 65.73 | 74.47 | 19.5 | - |
| YUV | 215.3 | 54.47 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 85 | 0 | 0.06 | 0.65 | 0.05 | 54.27 | 0.86 | 0.64 |
| Hex | F2 | E3 | 55 | 0 | 6 | 41 | 5 | 36 | 56 | 40 |
| Octal | 362 | 343 | 125 | 0 | 6 | 101 | 5 | 66 | 126 | 100 |
| Binary | 11110010 | 11100011 | 1010101 | 0 | 110 | 1000001 | 101 | 110110 | 1010110 | 1000000 |
Color Harmonies of #F2E355
Complementary color
Monochromatic Colors of #F2E355
Black with #F2E355
Text Example
Text Example
White with #F2E355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E355; }
p { color: rgb(242,227,85); }
H1.HeaderClassName
{
color: #F2E355;
}
.AnyTagClassName
{
color: #F2E355;
}
</style>
background-color css
<style>
a { background-color: #F2E355; }
a { background-color: rgb(242,227,85); }
div.DivClassName
{
background-color: #F2E355;
}
.BgClassName
{
background-color: #F2E355;
}
</style>
border-color css
<style>
span { border-color: #F2E355; }
span { border-color: rgb(242,227,85); }
td.TdClassName
{
border-color: #F2E355;
}
.TagClassName
{
border-color: #F2E355;
}
</style>