Shades of Paris Daisy #F2EE40
Tints of Paris Daisy #F2EE40
RGB
CMYK
RGB Variations
Color information
#F2EE40 (or 0xF2EE40) is known color: Paris Daisy. HEX triplet: F2, EE and 40. RGB value is (242,238,64). Sum of RGB (Red+Green+Blue) = 242+238+64=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 238 (93.36% from 255 or 43.75% from 544); Blue value is 64 (25.39% from 255 or 11.76% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EE40 is #0D11BF. Grayscale: #DCDCDC. Windows color (decimal): -856512 or 4255474. OLE color: 4255474.
HSL color Cylindrical-coordinate representation of color #F2EE40: hue angle of 58.65º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2EE40 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 64 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.05 |
| HSL | 58.65º | 0.87% | 0.6% | - |
| HSV(B) | 58.65º | 0.74% | 0.95% | - |
| XYZ | 68.12 | 80.4 | 16.78 | - |
| YUV | 219.36 | 40.33 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 64 | 0 | 0.02 | 0.74 | 0.05 | 58.65 | 0.87 | 0.6 |
| Hex | F2 | EE | 40 | 0 | 2 | 4A | 5 | 3B | 57 | 3C |
| Octal | 362 | 356 | 100 | 0 | 2 | 112 | 5 | 73 | 127 | 74 |
| Binary | 11110010 | 11101110 | 1000000 | 0 | 10 | 1001010 | 101 | 111011 | 1010111 | 111100 |
Color Harmonies of #F2EE40
Complementary color
Monochromatic Colors of #F2EE40
Black with #F2EE40
Text Example
Text Example
White with #F2EE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE40; }
p { color: rgb(242,238,64); }
H1.HeaderClassName
{
color: #F2EE40;
}
.AnyTagClassName
{
color: #F2EE40;
}
</style>
background-color css
<style>
a { background-color: #F2EE40; }
a { background-color: rgb(242,238,64); }
div.DivClassName
{
background-color: #F2EE40;
}
.BgClassName
{
background-color: #F2EE40;
}
</style>
border-color css
<style>
span { border-color: #F2EE40; }
span { border-color: rgb(242,238,64); }
td.TdClassName
{
border-color: #F2EE40;
}
.TagClassName
{
border-color: #F2EE40;
}
</style>