Shades of Paris Daisy #F2EC43
Tints of Paris Daisy #F2EC43
RGB
CMYK
RGB Variations
Color information
#F2EC43 (or 0xF2EC43) is known color: Paris Daisy. HEX triplet: F2, EC and 43. RGB value is (242,236,67). Sum of RGB (Red+Green+Blue) = 242+236+67=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 67 (26.56% from 255 or 12.29% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC43 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EC43 is #0D13BC. Grayscale: #DBDBDB. Windows color (decimal): -857021 or 4451570. OLE color: 4451570.
HSL color Cylindrical-coordinate representation of color #F2EC43: hue angle of 57.94º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F2EC43 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 67 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.05 |
| HSL | 57.94º | 0.87% | 0.61% | - |
| HSV(B) | 57.94º | 0.72% | 0.95% | - |
| XYZ | 67.63 | 79.27 | 17.05 | - |
| YUV | 218.53 | 42.49 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 67 | 0 | 0.02 | 0.72 | 0.05 | 57.94 | 0.87 | 0.61 |
| Hex | F2 | EC | 43 | 0 | 2 | 48 | 5 | 3A | 57 | 3D |
| Octal | 362 | 354 | 103 | 0 | 2 | 110 | 5 | 72 | 127 | 75 |
| Binary | 11110010 | 11101100 | 1000011 | 0 | 10 | 1001000 | 101 | 111010 | 1010111 | 111101 |
Color Harmonies of #F2EC43
Complementary color
Monochromatic Colors of #F2EC43
Black with #F2EC43
Text Example
Text Example
White with #F2EC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC43; }
p { color: rgb(242,236,67); }
H1.HeaderClassName
{
color: #F2EC43;
}
.AnyTagClassName
{
color: #F2EC43;
}
</style>
background-color css
<style>
a { background-color: #F2EC43; }
a { background-color: rgb(242,236,67); }
div.DivClassName
{
background-color: #F2EC43;
}
.BgClassName
{
background-color: #F2EC43;
}
</style>
border-color css
<style>
span { border-color: #F2EC43; }
span { border-color: rgb(242,236,67); }
td.TdClassName
{
border-color: #F2EC43;
}
.TagClassName
{
border-color: #F2EC43;
}
</style>