Shades of Paris Daisy #F2E148
Tints of Paris Daisy #F2E148
RGB
CMYK
RGB Variations
Color information
#F2E148 (or 0xF2E148) is known color: Paris Daisy. HEX triplet: F2, E1 and 48. RGB value is (242,225,72). Sum of RGB (Red+Green+Blue) = 242+225+72=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 72 (28.52% from 255 or 13.36% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E148 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E148 is #0D1EB7. Grayscale: #D5D5D5. Windows color (decimal): -859832 or 4776434. OLE color: 4776434.
HSL color Cylindrical-coordinate representation of color #F2E148: hue angle of 54º 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 #F2E148 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 72 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.05 |
| HSL | 54º | 0.87% | 0.62% | - |
| HSV(B) | 54º | 0.7% | 0.95% | - |
| XYZ | 64.71 | 73.2 | 16.85 | - |
| YUV | 212.64 | 48.63 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 72 | 0 | 0.07 | 0.70 | 0.05 | 54 | 0.87 | 0.62 |
| Hex | F2 | E1 | 48 | 0 | 7 | 46 | 5 | 36 | 57 | 3E |
| Octal | 362 | 341 | 110 | 0 | 7 | 106 | 5 | 66 | 127 | 76 |
| Binary | 11110010 | 11100001 | 1001000 | 0 | 111 | 1000110 | 101 | 110110 | 1010111 | 111110 |
Color Harmonies of #F2E148
Complementary color
Monochromatic Colors of #F2E148
Black with #F2E148
Text Example
Text Example
White with #F2E148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E148; }
p { color: rgb(242,225,72); }
H1.HeaderClassName
{
color: #F2E148;
}
.AnyTagClassName
{
color: #F2E148;
}
</style>
background-color css
<style>
a { background-color: #F2E148; }
a { background-color: rgb(242,225,72); }
div.DivClassName
{
background-color: #F2E148;
}
.BgClassName
{
background-color: #F2E148;
}
</style>
border-color css
<style>
span { border-color: #F2E148; }
span { border-color: rgb(242,225,72); }
td.TdClassName
{
border-color: #F2E148;
}
.TagClassName
{
border-color: #F2E148;
}
</style>