Shades of Paris Daisy #F2E553
Tints of Paris Daisy #F2E553
RGB
CMYK
RGB Variations
Color information
#F2E553 (or 0xF2E553) is known color: Paris Daisy. HEX triplet: F2, E5 and 53. RGB value is (242,229,83). Sum of RGB (Red+Green+Blue) = 242+229+83=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 83 (32.81% from 255 or 14.98% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E553 is #0D1AAC. Grayscale: #D8D8D8. Windows color (decimal): -858797 or 5498354. OLE color: 5498354.
HSL color Cylindrical-coordinate representation of color #F2E553: hue angle of 55.09º degrees, saturation: 0.86, 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 #F2E553 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 83 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.05 |
| HSL | 55.09º | 0.86% | 0.64% | - |
| HSV(B) | 55.09º | 0.66% | 0.95% | - |
| XYZ | 66.2 | 75.54 | 19.28 | - |
| YUV | 216.24 | 52.81 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 83 | 0 | 0.05 | 0.66 | 0.05 | 55.09 | 0.86 | 0.64 |
| Hex | F2 | E5 | 53 | 0 | 5 | 42 | 5 | 37 | 56 | 40 |
| Octal | 362 | 345 | 123 | 0 | 5 | 102 | 5 | 67 | 126 | 100 |
| Binary | 11110010 | 11100101 | 1010011 | 0 | 101 | 1000010 | 101 | 110111 | 1010110 | 1000000 |
Color Harmonies of #F2E553
Complementary color
Monochromatic Colors of #F2E553
Black with #F2E553
Text Example
Text Example
White with #F2E553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E553; }
p { color: rgb(242,229,83); }
H1.HeaderClassName
{
color: #F2E553;
}
.AnyTagClassName
{
color: #F2E553;
}
</style>
background-color css
<style>
a { background-color: #F2E553; }
a { background-color: rgb(242,229,83); }
div.DivClassName
{
background-color: #F2E553;
}
.BgClassName
{
background-color: #F2E553;
}
</style>
border-color css
<style>
span { border-color: #F2E553; }
span { border-color: rgb(242,229,83); }
td.TdClassName
{
border-color: #F2E553;
}
.TagClassName
{
border-color: #F2E553;
}
</style>