Shades of Paris Daisy #F2EE4C
Tints of Paris Daisy #F2EE4C
RGB
CMYK
RGB Variations
Color information
#F2EE4C (or 0xF2EE4C) is known color: Paris Daisy. HEX triplet: F2, EE and 4C. RGB value is (242,238,76). Sum of RGB (Red+Green+Blue) = 242+238+76=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 238 (93.36% from 255 or 42.81% from 556); Blue value is 76 (30.08% from 255 or 13.67% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EE4C is #0D11B3. Grayscale: #DDDDDD. Windows color (decimal): -856500 or 5041906. OLE color: 5041906.
HSL color Cylindrical-coordinate representation of color #F2EE4C: hue angle of 58.55º degrees, saturation: 0.86, 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 #F2EE4C is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 76 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.05 |
| HSL | 58.55º | 0.86% | 0.62% | - |
| HSV(B) | 58.55º | 0.69% | 0.95% | - |
| XYZ | 68.5 | 80.55 | 18.77 | - |
| YUV | 220.73 | 46.33 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 76 | 0 | 0.02 | 0.69 | 0.05 | 58.55 | 0.86 | 0.62 |
| Hex | F2 | EE | 4C | 0 | 2 | 45 | 5 | 3B | 56 | 3E |
| Octal | 362 | 356 | 114 | 0 | 2 | 105 | 5 | 73 | 126 | 76 |
| Binary | 11110010 | 11101110 | 1001100 | 0 | 10 | 1000101 | 101 | 111011 | 1010110 | 111110 |
Color Harmonies of #F2EE4C
Complementary color
Monochromatic Colors of #F2EE4C
Black with #F2EE4C
Text Example
Text Example
White with #F2EE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE4C; }
p { color: rgb(242,238,76); }
H1.HeaderClassName
{
color: #F2EE4C;
}
.AnyTagClassName
{
color: #F2EE4C;
}
</style>
background-color css
<style>
a { background-color: #F2EE4C; }
a { background-color: rgb(242,238,76); }
div.DivClassName
{
background-color: #F2EE4C;
}
.BgClassName
{
background-color: #F2EE4C;
}
</style>
border-color css
<style>
span { border-color: #F2EE4C; }
span { border-color: rgb(242,238,76); }
td.TdClassName
{
border-color: #F2EE4C;
}
.TagClassName
{
border-color: #F2EE4C;
}
</style>