Shades of Paris Daisy #F2E24A
Tints of Paris Daisy #F2E24A
RGB
CMYK
RGB Variations
Color information
#F2E24A (or 0xF2E24A) is known color: Paris Daisy. HEX triplet: F2, E2 and 4A. RGB value is (242,226,74). Sum of RGB (Red+Green+Blue) = 242+226+74=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 226 (88.67% from 255 or 41.70% from 542); Blue value is 74 (29.30% from 255 or 13.65% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E24A is #0D1DB5. Grayscale: #D6D6D6. Windows color (decimal): -859574 or 4907762. OLE color: 4907762.
HSL color Cylindrical-coordinate representation of color #F2E24A: hue angle of 54.29º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2E24A is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 74 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.05 |
| HSL | 54.29º | 0.87% | 0.62% | - |
| HSV(B) | 54.29º | 0.69% | 0.95% | - |
| XYZ | 65.05 | 73.76 | 17.29 | - |
| YUV | 213.46 | 49.3 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 74 | 0 | 0.07 | 0.69 | 0.05 | 54.29 | 0.87 | 0.62 |
| Hex | F2 | E2 | 4A | 0 | 7 | 45 | 5 | 36 | 57 | 3E |
| Octal | 362 | 342 | 112 | 0 | 7 | 105 | 5 | 66 | 127 | 76 |
| Binary | 11110010 | 11100010 | 1001010 | 0 | 111 | 1000101 | 101 | 110110 | 1010111 | 111110 |
Color Harmonies of #F2E24A
Complementary color
Monochromatic Colors of #F2E24A
Black with #F2E24A
Text Example
Text Example
White with #F2E24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E24A; }
p { color: rgb(242,226,74); }
H1.HeaderClassName
{
color: #F2E24A;
}
.AnyTagClassName
{
color: #F2E24A;
}
</style>
background-color css
<style>
a { background-color: #F2E24A; }
a { background-color: rgb(242,226,74); }
div.DivClassName
{
background-color: #F2E24A;
}
.BgClassName
{
background-color: #F2E24A;
}
</style>
border-color css
<style>
span { border-color: #F2E24A; }
span { border-color: rgb(242,226,74); }
td.TdClassName
{
border-color: #F2E24A;
}
.TagClassName
{
border-color: #F2E24A;
}
</style>