Shades of Paris Daisy #F2F34F
Tints of Paris Daisy #F2F34F
RGB
CMYK
RGB Variations
Color information
#F2F34F (or 0xF2F34F) is known color: Paris Daisy. HEX triplet: F2, F3 and 4F. RGB value is (242,243,79). Sum of RGB (Red+Green+Blue) = 242+243+79=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 243 (95.31% from 255 or 43.09% from 564); Blue value is 79 (31.25% from 255 or 14.01% from 564); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F34F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F34F is #0D0CB0. Grayscale: #E0E0E0. Windows color (decimal): -855217 or 5239794. OLE color: 5239794.
HSL color Cylindrical-coordinate representation of color #F2F34F: hue angle of 60.37º degrees, saturation: 0.87, 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 #F2F34F is Cyan = 0.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 79 | - |
| CMYK | 0.00 | 0 | 0.67 | 0.05 |
| HSL | 60.37º | 0.87% | 0.63% | - |
| HSV(B) | 60.37º | 0.67% | 0.95% | - |
| XYZ | 70.08 | 83.54 | 19.83 | - |
| YUV | 224.01 | 46.17 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 79 | 0.00 | 0 | 0.67 | 0.05 | 60.37 | 0.87 | 0.63 |
| Hex | F2 | F3 | 4F | 0 | 0 | 43 | 5 | 3C | 57 | 3F |
| Octal | 362 | 363 | 117 | 0 | 0 | 103 | 5 | 74 | 127 | 77 |
| Binary | 11110010 | 11110011 | 1001111 | 0 | 0 | 1000011 | 101 | 111100 | 1010111 | 111111 |
Color Harmonies of #F2F34F
Complementary color
Monochromatic Colors of #F2F34F
Black with #F2F34F
Text Example
Text Example
White with #F2F34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F34F; }
p { color: rgb(242,243,79); }
H1.HeaderClassName
{
color: #F2F34F;
}
.AnyTagClassName
{
color: #F2F34F;
}
</style>
background-color css
<style>
a { background-color: #F2F34F; }
a { background-color: rgb(242,243,79); }
div.DivClassName
{
background-color: #F2F34F;
}
.BgClassName
{
background-color: #F2F34F;
}
</style>
border-color css
<style>
span { border-color: #F2F34F; }
span { border-color: rgb(242,243,79); }
td.TdClassName
{
border-color: #F2F34F;
}
.TagClassName
{
border-color: #F2F34F;
}
</style>