Shades of Paris Daisy #F2EF4D
Tints of Paris Daisy #F2EF4D
RGB
CMYK
RGB Variations
Color information
#F2EF4D (or 0xF2EF4D) is known color: Paris Daisy. HEX triplet: F2, EF and 4D. RGB value is (242,239,77). Sum of RGB (Red+Green+Blue) = 242+239+77=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 77 (30.47% from 255 or 13.80% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EF4D is #0D10B2. Grayscale: #DEDEDE. Windows color (decimal): -856243 or 5107698. OLE color: 5107698.
HSL color Cylindrical-coordinate representation of color #F2EF4D: hue angle of 58.91º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2EF4D is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 77 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.05 |
| HSL | 58.91º | 0.86% | 0.63% | - |
| HSV(B) | 58.91º | 0.68% | 0.95% | - |
| XYZ | 68.82 | 81.15 | 19.06 | - |
| YUV | 221.43 | 46.49 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 77 | 0 | 0.01 | 0.68 | 0.05 | 58.91 | 0.86 | 0.63 |
| Hex | F2 | EF | 4D | 0 | 1 | 44 | 5 | 3B | 56 | 3F |
| Octal | 362 | 357 | 115 | 0 | 1 | 104 | 5 | 73 | 126 | 77 |
| Binary | 11110010 | 11101111 | 1001101 | 0 | 1 | 1000100 | 101 | 111011 | 1010110 | 111111 |
Color Harmonies of #F2EF4D
Complementary color
Monochromatic Colors of #F2EF4D
Black with #F2EF4D
Text Example
Text Example
White with #F2EF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EF4D; }
p { color: rgb(242,239,77); }
H1.HeaderClassName
{
color: #F2EF4D;
}
.AnyTagClassName
{
color: #F2EF4D;
}
</style>
background-color css
<style>
a { background-color: #F2EF4D; }
a { background-color: rgb(242,239,77); }
div.DivClassName
{
background-color: #F2EF4D;
}
.BgClassName
{
background-color: #F2EF4D;
}
</style>
border-color css
<style>
span { border-color: #F2EF4D; }
span { border-color: rgb(242,239,77); }
td.TdClassName
{
border-color: #F2EF4D;
}
.TagClassName
{
border-color: #F2EF4D;
}
</style>