Shades of Paris Daisy #F2EE45
Tints of Paris Daisy #F2EE45
RGB
CMYK
RGB Variations
Color information
#F2EE45 (or 0xF2EE45) is known color: Paris Daisy. HEX triplet: F2, EE and 45. RGB value is (242,238,69). Sum of RGB (Red+Green+Blue) = 242+238+69=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 238 (93.36% from 255 or 43.35% from 549); Blue value is 69 (27.34% from 255 or 12.57% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EE45 is #0D11BA. Grayscale: #DCDCDC. Windows color (decimal): -856507 or 4583154. OLE color: 4583154.
HSL color Cylindrical-coordinate representation of color #F2EE45: hue angle of 58.61º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2EE45 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 69 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.05 |
| HSL | 58.61º | 0.87% | 0.61% | - |
| HSV(B) | 58.61º | 0.71% | 0.95% | - |
| XYZ | 68.27 | 80.46 | 17.56 | - |
| YUV | 219.93 | 42.83 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 69 | 0 | 0.02 | 0.71 | 0.05 | 58.61 | 0.87 | 0.61 |
| Hex | F2 | EE | 45 | 0 | 2 | 47 | 5 | 3B | 57 | 3D |
| Octal | 362 | 356 | 105 | 0 | 2 | 107 | 5 | 73 | 127 | 75 |
| Binary | 11110010 | 11101110 | 1000101 | 0 | 10 | 1000111 | 101 | 111011 | 1010111 | 111101 |
Color Harmonies of #F2EE45
Complementary color
Monochromatic Colors of #F2EE45
Black with #F2EE45
Text Example
Text Example
White with #F2EE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE45; }
p { color: rgb(242,238,69); }
H1.HeaderClassName
{
color: #F2EE45;
}
.AnyTagClassName
{
color: #F2EE45;
}
</style>
background-color css
<style>
a { background-color: #F2EE45; }
a { background-color: rgb(242,238,69); }
div.DivClassName
{
background-color: #F2EE45;
}
.BgClassName
{
background-color: #F2EE45;
}
</style>
border-color css
<style>
span { border-color: #F2EE45; }
span { border-color: rgb(242,238,69); }
td.TdClassName
{
border-color: #F2EE45;
}
.TagClassName
{
border-color: #F2EE45;
}
</style>