Shades of Paris Daisy #F2F64C
Tints of Paris Daisy #F2F64C
RGB
CMYK
RGB Variations
Color information
#F2F64C (or 0xF2F64C) is known color: Paris Daisy. HEX triplet: F2, F6 and 4C. RGB value is (242,246,76). Sum of RGB (Red+Green+Blue) = 242+246+76=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 246 (96.48% from 255 or 43.62% from 564); Blue value is 76 (30.08% from 255 or 13.48% from 564); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F64C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F64C is #0D09B3. Grayscale: #E2E2E2. Windows color (decimal): -854452 or 5043954. OLE color: 5043954.
HSL color Cylindrical-coordinate representation of color #F2F64C: hue angle of 61.41º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2F64C is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 76 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.04 |
| HSL | 61.41º | 0.9% | 0.63% | - |
| HSV(B) | 61.41º | 0.69% | 0.96% | - |
| XYZ | 70.88 | 85.31 | 19.57 | - |
| YUV | 225.42 | 43.67 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 76 | 0.02 | 0 | 0.69 | 0.04 | 61.41 | 0.9 | 0.63 |
| Hex | F2 | F6 | 4C | 2 | 0 | 45 | 4 | 3D | 5A | 3F |
| Octal | 362 | 366 | 114 | 2 | 0 | 105 | 4 | 75 | 132 | 77 |
| Binary | 11110010 | 11110110 | 1001100 | 10 | 0 | 1000101 | 100 | 111101 | 1011010 | 111111 |
Color Harmonies of #F2F64C
Complementary color
Monochromatic Colors of #F2F64C
Black with #F2F64C
Text Example
Text Example
White with #F2F64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F64C; }
p { color: rgb(242,246,76); }
H1.HeaderClassName
{
color: #F2F64C;
}
.AnyTagClassName
{
color: #F2F64C;
}
</style>
background-color css
<style>
a { background-color: #F2F64C; }
a { background-color: rgb(242,246,76); }
div.DivClassName
{
background-color: #F2F64C;
}
.BgClassName
{
background-color: #F2F64C;
}
</style>
border-color css
<style>
span { border-color: #F2F64C; }
span { border-color: rgb(242,246,76); }
td.TdClassName
{
border-color: #F2F64C;
}
.TagClassName
{
border-color: #F2F64C;
}
</style>