Shades of Paris Daisy #F2EE4A
Tints of Paris Daisy #F2EE4A
RGB
CMYK
RGB Variations
Color information
#F2EE4A (or 0xF2EE4A) is known color: Paris Daisy. HEX triplet: F2, EE and 4A. RGB value is (242,238,74). Sum of RGB (Red+Green+Blue) = 242+238+74=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 74 (29.30% from 255 or 13.36% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EE4A is #0D11B5. Grayscale: #DDDDDD. Windows color (decimal): -856502 or 4910834. OLE color: 4910834.
HSL color Cylindrical-coordinate representation of color #F2EE4A: hue angle of 58.57º 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 #F2EE4A is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 74 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.05 |
| HSL | 58.57º | 0.87% | 0.62% | - |
| HSV(B) | 58.57º | 0.69% | 0.95% | - |
| XYZ | 68.43 | 80.52 | 18.41 | - |
| YUV | 220.5 | 45.33 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 74 | 0 | 0.02 | 0.69 | 0.05 | 58.57 | 0.87 | 0.62 |
| Hex | F2 | EE | 4A | 0 | 2 | 45 | 5 | 3B | 57 | 3E |
| Octal | 362 | 356 | 112 | 0 | 2 | 105 | 5 | 73 | 127 | 76 |
| Binary | 11110010 | 11101110 | 1001010 | 0 | 10 | 1000101 | 101 | 111011 | 1010111 | 111110 |
Color Harmonies of #F2EE4A
Complementary color
Monochromatic Colors of #F2EE4A
Black with #F2EE4A
Text Example
Text Example
White with #F2EE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE4A; }
p { color: rgb(242,238,74); }
H1.HeaderClassName
{
color: #F2EE4A;
}
.AnyTagClassName
{
color: #F2EE4A;
}
</style>
background-color css
<style>
a { background-color: #F2EE4A; }
a { background-color: rgb(242,238,74); }
div.DivClassName
{
background-color: #F2EE4A;
}
.BgClassName
{
background-color: #F2EE4A;
}
</style>
border-color css
<style>
span { border-color: #F2EE4A; }
span { border-color: rgb(242,238,74); }
td.TdClassName
{
border-color: #F2EE4A;
}
.TagClassName
{
border-color: #F2EE4A;
}
</style>