Shades of Paris Daisy #F2F04D
Tints of Paris Daisy #F2F04D
RGB
CMYK
RGB Variations
Color information
#F2F04D (or 0xF2F04D) is known color: Paris Daisy. HEX triplet: F2, F0 and 4D. RGB value is (242,240,77). Sum of RGB (Red+Green+Blue) = 242+240+77=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 77 (30.47% from 255 or 13.77% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F04D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F04D is #0D0FB2. Grayscale: #DEDEDE. Windows color (decimal): -855987 or 5107954. OLE color: 5107954.
HSL color Cylindrical-coordinate representation of color #F2F04D: hue angle of 59.27º 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 #F2F04D is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 77 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.05 |
| HSL | 59.27º | 0.86% | 0.63% | - |
| HSV(B) | 59.27º | 0.68% | 0.95% | - |
| XYZ | 69.12 | 81.73 | 19.15 | - |
| YUV | 222.02 | 46.16 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 77 | 0 | 0.01 | 0.68 | 0.05 | 59.27 | 0.86 | 0.63 |
| Hex | F2 | F0 | 4D | 0 | 1 | 44 | 5 | 3B | 56 | 3F |
| Octal | 362 | 360 | 115 | 0 | 1 | 104 | 5 | 73 | 126 | 77 |
| Binary | 11110010 | 11110000 | 1001101 | 0 | 1 | 1000100 | 101 | 111011 | 1010110 | 111111 |
Color Harmonies of #F2F04D
Complementary color
Monochromatic Colors of #F2F04D
Black with #F2F04D
Text Example
Text Example
White with #F2F04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F04D; }
p { color: rgb(242,240,77); }
H1.HeaderClassName
{
color: #F2F04D;
}
.AnyTagClassName
{
color: #F2F04D;
}
</style>
background-color css
<style>
a { background-color: #F2F04D; }
a { background-color: rgb(242,240,77); }
div.DivClassName
{
background-color: #F2F04D;
}
.BgClassName
{
background-color: #F2F04D;
}
</style>
border-color css
<style>
span { border-color: #F2F04D; }
span { border-color: rgb(242,240,77); }
td.TdClassName
{
border-color: #F2F04D;
}
.TagClassName
{
border-color: #F2F04D;
}
</style>