Shades of Paris Daisy #F2F242
Tints of Paris Daisy #F2F242
RGB
CMYK
RGB Variations
Color information
#F2F242 (or 0xF2F242) is known color: Paris Daisy. HEX triplet: F2, F2 and 42. RGB value is (242,242,66). Sum of RGB (Red+Green+Blue) = 242+242+66=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 66 (26.17% from 255 or 12% from 550); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F242 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F242 is #0D0DBD. Grayscale: #DEDEDE. Windows color (decimal): -855486 or 4387570. OLE color: 4387570.
HSL color Cylindrical-coordinate representation of color #F2F242: hue angle of 60º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F2F242 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 66 | - |
| CMYK | 0 | 0 | 0.73 | 0.05 |
| HSL | 60º | 0.87% | 0.6% | - |
| HSV(B) | 60º | 0.73% | 0.95% | - |
| XYZ | 69.35 | 82.77 | 17.48 | - |
| YUV | 221.94 | 40 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 66 | 0 | 0 | 0.73 | 0.05 | 60 | 0.87 | 0.6 |
| Hex | F2 | F2 | 42 | 0 | 0 | 49 | 5 | 3C | 57 | 3C |
| Octal | 362 | 362 | 102 | 0 | 0 | 111 | 5 | 74 | 127 | 74 |
| Binary | 11110010 | 11110010 | 1000010 | 0 | 0 | 1001001 | 101 | 111100 | 1010111 | 111100 |
Color Harmonies of #F2F242
Complementary color
Monochromatic Colors of #F2F242
Black with #F2F242
Text Example
Text Example
White with #F2F242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F242; }
p { color: rgb(242,242,66); }
H1.HeaderClassName
{
color: #F2F242;
}
.AnyTagClassName
{
color: #F2F242;
}
</style>
background-color css
<style>
a { background-color: #F2F242; }
a { background-color: rgb(242,242,66); }
div.DivClassName
{
background-color: #F2F242;
}
.BgClassName
{
background-color: #F2F242;
}
</style>
border-color css
<style>
span { border-color: #F2F242; }
span { border-color: rgb(242,242,66); }
td.TdClassName
{
border-color: #F2F242;
}
.TagClassName
{
border-color: #F2F242;
}
</style>