Shades of Paris Daisy #F2E249
Tints of Paris Daisy #F2E249
RGB
CMYK
RGB Variations
Color information
#F2E249 (or 0xF2E249) is known color: Paris Daisy. HEX triplet: F2, E2 and 49. RGB value is (242,226,73). Sum of RGB (Red+Green+Blue) = 242+226+73=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 73 (28.91% from 255 or 13.49% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E249 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E249 is #0D1DB6. Grayscale: #D5D5D5. Windows color (decimal): -859575 or 4842226. OLE color: 4842226.
HSL color Cylindrical-coordinate representation of color #F2E249: hue angle of 54.32º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2E249 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 73 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.05 |
| HSL | 54.32º | 0.87% | 0.62% | - |
| HSV(B) | 54.32º | 0.7% | 0.95% | - |
| XYZ | 65.02 | 73.75 | 17.11 | - |
| YUV | 213.34 | 48.8 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 73 | 0 | 0.07 | 0.70 | 0.05 | 54.32 | 0.87 | 0.62 |
| Hex | F2 | E2 | 49 | 0 | 7 | 46 | 5 | 36 | 57 | 3E |
| Octal | 362 | 342 | 111 | 0 | 7 | 106 | 5 | 66 | 127 | 76 |
| Binary | 11110010 | 11100010 | 1001001 | 0 | 111 | 1000110 | 101 | 110110 | 1010111 | 111110 |
Color Harmonies of #F2E249
Complementary color
Monochromatic Colors of #F2E249
Black with #F2E249
Text Example
Text Example
White with #F2E249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E249; }
p { color: rgb(242,226,73); }
H1.HeaderClassName
{
color: #F2E249;
}
.AnyTagClassName
{
color: #F2E249;
}
</style>
background-color css
<style>
a { background-color: #F2E249; }
a { background-color: rgb(242,226,73); }
div.DivClassName
{
background-color: #F2E249;
}
.BgClassName
{
background-color: #F2E249;
}
</style>
border-color css
<style>
span { border-color: #F2E249; }
span { border-color: rgb(242,226,73); }
td.TdClassName
{
border-color: #F2E249;
}
.TagClassName
{
border-color: #F2E249;
}
</style>