Shades of Paris Daisy #F2E74F
Tints of Paris Daisy #F2E74F
RGB
CMYK
RGB Variations
Color information
#F2E74F (or 0xF2E74F) is known color: Paris Daisy. HEX triplet: F2, E7 and 4F. RGB value is (242,231,79). Sum of RGB (Red+Green+Blue) = 242+231+79=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 231 (90.62% from 255 or 41.85% from 552); Blue value is 79 (31.25% from 255 or 14.31% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E74F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E74F is #0D18B0. Grayscale: #D9D9D9. Windows color (decimal): -858289 or 5236722. OLE color: 5236722.
HSL color Cylindrical-coordinate representation of color #F2E74F: hue angle of 55.95º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2E74F is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 79 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.05 |
| HSL | 55.95º | 0.86% | 0.63% | - |
| HSV(B) | 55.95º | 0.67% | 0.95% | - |
| XYZ | 66.61 | 76.59 | 18.67 | - |
| YUV | 216.96 | 50.14 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 79 | 0 | 0.05 | 0.67 | 0.05 | 55.95 | 0.86 | 0.63 |
| Hex | F2 | E7 | 4F | 0 | 5 | 43 | 5 | 38 | 56 | 3F |
| Octal | 362 | 347 | 117 | 0 | 5 | 103 | 5 | 70 | 126 | 77 |
| Binary | 11110010 | 11100111 | 1001111 | 0 | 101 | 1000011 | 101 | 111000 | 1010110 | 111111 |
Color Harmonies of #F2E74F
Complementary color
Monochromatic Colors of #F2E74F
Black with #F2E74F
Text Example
Text Example
White with #F2E74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E74F; }
p { color: rgb(242,231,79); }
H1.HeaderClassName
{
color: #F2E74F;
}
.AnyTagClassName
{
color: #F2E74F;
}
</style>
background-color css
<style>
a { background-color: #F2E74F; }
a { background-color: rgb(242,231,79); }
div.DivClassName
{
background-color: #F2E74F;
}
.BgClassName
{
background-color: #F2E74F;
}
</style>
border-color css
<style>
span { border-color: #F2E74F; }
span { border-color: rgb(242,231,79); }
td.TdClassName
{
border-color: #F2E74F;
}
.TagClassName
{
border-color: #F2E74F;
}
</style>