Shades of Paris Daisy #F2F34E
Tints of Paris Daisy #F2F34E
RGB
CMYK
RGB Variations
Color information
#F2F34E (or 0xF2F34E) is known color: Paris Daisy. HEX triplet: F2, F3 and 4E. RGB value is (242,243,78). Sum of RGB (Red+Green+Blue) = 242+243+78=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 243 (95.31% from 255 or 43.16% from 563); Blue value is 78 (30.86% from 255 or 13.85% from 563); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F34E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F34E is #0D0CB1. Grayscale: #E0E0E0. Windows color (decimal): -855218 or 5174258. OLE color: 5174258.
HSL color Cylindrical-coordinate representation of color #F2F34E: hue angle of 60.36º degrees, saturation: 0.87, 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 #F2F34E is Cyan = 0.00, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 78 | - |
| CMYK | 0.00 | 0 | 0.68 | 0.05 |
| HSL | 60.36º | 0.87% | 0.63% | - |
| HSV(B) | 60.36º | 0.68% | 0.95% | - |
| XYZ | 70.04 | 83.53 | 19.64 | - |
| YUV | 223.89 | 45.67 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 78 | 0.00 | 0 | 0.68 | 0.05 | 60.36 | 0.87 | 0.63 |
| Hex | F2 | F3 | 4E | 0 | 0 | 44 | 5 | 3C | 57 | 3F |
| Octal | 362 | 363 | 116 | 0 | 0 | 104 | 5 | 74 | 127 | 77 |
| Binary | 11110010 | 11110011 | 1001110 | 0 | 0 | 1000100 | 101 | 111100 | 1010111 | 111111 |
Color Harmonies of #F2F34E
Complementary color
Monochromatic Colors of #F2F34E
Black with #F2F34E
Text Example
Text Example
White with #F2F34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F34E; }
p { color: rgb(242,243,78); }
H1.HeaderClassName
{
color: #F2F34E;
}
.AnyTagClassName
{
color: #F2F34E;
}
</style>
background-color css
<style>
a { background-color: #F2F34E; }
a { background-color: rgb(242,243,78); }
div.DivClassName
{
background-color: #F2F34E;
}
.BgClassName
{
background-color: #F2F34E;
}
</style>
border-color css
<style>
span { border-color: #F2F34E; }
span { border-color: rgb(242,243,78); }
td.TdClassName
{
border-color: #F2F34E;
}
.TagClassName
{
border-color: #F2F34E;
}
</style>