Shades of Paris Daisy #F2E64F
Tints of Paris Daisy #F2E64F
RGB
CMYK
RGB Variations
Color information
#F2E64F (or 0xF2E64F) is known color: Paris Daisy. HEX triplet: F2, E6 and 4F. RGB value is (242,230,79). Sum of RGB (Red+Green+Blue) = 242+230+79=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 230 (90.23% from 255 or 41.74% from 551); Blue value is 79 (31.25% from 255 or 14.34% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E64F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E64F is #0D19B0. Grayscale: #D8D8D8. Windows color (decimal): -858545 or 5236466. OLE color: 5236466.
HSL color Cylindrical-coordinate representation of color #F2E64F: hue angle of 55.58º 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 #F2E64F is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 79 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.05 |
| HSL | 55.58º | 0.86% | 0.63% | - |
| HSV(B) | 55.58º | 0.67% | 0.95% | - |
| XYZ | 66.33 | 76.04 | 18.58 | - |
| YUV | 216.37 | 50.48 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 79 | 0 | 0.05 | 0.67 | 0.05 | 55.58 | 0.86 | 0.63 |
| Hex | F2 | E6 | 4F | 0 | 5 | 43 | 5 | 38 | 56 | 3F |
| Octal | 362 | 346 | 117 | 0 | 5 | 103 | 5 | 70 | 126 | 77 |
| Binary | 11110010 | 11100110 | 1001111 | 0 | 101 | 1000011 | 101 | 111000 | 1010110 | 111111 |
Color Harmonies of #F2E64F
Complementary color
Monochromatic Colors of #F2E64F
Black with #F2E64F
Text Example
Text Example
White with #F2E64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E64F; }
p { color: rgb(242,230,79); }
H1.HeaderClassName
{
color: #F2E64F;
}
.AnyTagClassName
{
color: #F2E64F;
}
</style>
background-color css
<style>
a { background-color: #F2E64F; }
a { background-color: rgb(242,230,79); }
div.DivClassName
{
background-color: #F2E64F;
}
.BgClassName
{
background-color: #F2E64F;
}
</style>
border-color css
<style>
span { border-color: #F2E64F; }
span { border-color: rgb(242,230,79); }
td.TdClassName
{
border-color: #F2E64F;
}
.TagClassName
{
border-color: #F2E64F;
}
</style>