Shades of Paris Daisy #F2EB4A
Tints of Paris Daisy #F2EB4A
RGB
CMYK
RGB Variations
Color information
#F2EB4A (or 0xF2EB4A) is known color: Paris Daisy. HEX triplet: F2, EB and 4A. RGB value is (242,235,74). Sum of RGB (Red+Green+Blue) = 242+235+74=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 74 (29.30% from 255 or 13.43% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EB4A is #0D14B5. Grayscale: #DBDBDB. Windows color (decimal): -857270 or 4910066. OLE color: 4910066.
HSL color Cylindrical-coordinate representation of color #F2EB4A: hue angle of 57.5º 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 #F2EB4A is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 74 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.05 |
| HSL | 57.5º | 0.87% | 0.62% | - |
| HSV(B) | 57.5º | 0.69% | 0.95% | - |
| XYZ | 67.56 | 78.79 | 18.13 | - |
| YUV | 218.74 | 46.32 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 74 | 0 | 0.03 | 0.69 | 0.05 | 57.5 | 0.87 | 0.62 |
| Hex | F2 | EB | 4A | 0 | 3 | 45 | 5 | 3A | 57 | 3E |
| Octal | 362 | 353 | 112 | 0 | 3 | 105 | 5 | 72 | 127 | 76 |
| Binary | 11110010 | 11101011 | 1001010 | 0 | 11 | 1000101 | 101 | 111010 | 1010111 | 111110 |
Color Harmonies of #F2EB4A
Complementary color
Monochromatic Colors of #F2EB4A
Black with #F2EB4A
Text Example
Text Example
White with #F2EB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EB4A; }
p { color: rgb(242,235,74); }
H1.HeaderClassName
{
color: #F2EB4A;
}
.AnyTagClassName
{
color: #F2EB4A;
}
</style>
background-color css
<style>
a { background-color: #F2EB4A; }
a { background-color: rgb(242,235,74); }
div.DivClassName
{
background-color: #F2EB4A;
}
.BgClassName
{
background-color: #F2EB4A;
}
</style>
border-color css
<style>
span { border-color: #F2EB4A; }
span { border-color: rgb(242,235,74); }
td.TdClassName
{
border-color: #F2EB4A;
}
.TagClassName
{
border-color: #F2EB4A;
}
</style>