Shades of Paris Daisy #F2E551
Tints of Paris Daisy #F2E551
RGB
CMYK
RGB Variations
Color information
#F2E551 (or 0xF2E551) is known color: Paris Daisy. HEX triplet: F2, E5 and 51. RGB value is (242,229,81). Sum of RGB (Red+Green+Blue) = 242+229+81=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 81 (32.03% from 255 or 14.67% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E551 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E551 is #0D1AAE. Grayscale: #D8D8D8. Windows color (decimal): -858799 or 5367282. OLE color: 5367282.
HSL color Cylindrical-coordinate representation of color #F2E551: hue angle of 55.16º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2E551 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 81 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.05 |
| HSL | 55.16º | 0.86% | 0.63% | - |
| HSV(B) | 55.16º | 0.67% | 0.95% | - |
| XYZ | 66.12 | 75.51 | 18.87 | - |
| YUV | 216.02 | 51.81 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 81 | 0 | 0.05 | 0.67 | 0.05 | 55.16 | 0.86 | 0.63 |
| Hex | F2 | E5 | 51 | 0 | 5 | 43 | 5 | 37 | 56 | 3F |
| Octal | 362 | 345 | 121 | 0 | 5 | 103 | 5 | 67 | 126 | 77 |
| Binary | 11110010 | 11100101 | 1010001 | 0 | 101 | 1000011 | 101 | 110111 | 1010110 | 111111 |
Color Harmonies of #F2E551
Complementary color
Monochromatic Colors of #F2E551
Black with #F2E551
Text Example
Text Example
White with #F2E551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E551; }
p { color: rgb(242,229,81); }
H1.HeaderClassName
{
color: #F2E551;
}
.AnyTagClassName
{
color: #F2E551;
}
</style>
background-color css
<style>
a { background-color: #F2E551; }
a { background-color: rgb(242,229,81); }
div.DivClassName
{
background-color: #F2E551;
}
.BgClassName
{
background-color: #F2E551;
}
</style>
border-color css
<style>
span { border-color: #F2E551; }
span { border-color: rgb(242,229,81); }
td.TdClassName
{
border-color: #F2E551;
}
.TagClassName
{
border-color: #F2E551;
}
</style>