Shades of Paris Daisy #F2F34C
Tints of Paris Daisy #F2F34C
RGB
CMYK
RGB Variations
Color information
#F2F34C (or 0xF2F34C) is known color: Paris Daisy. HEX triplet: F2, F3 and 4C. RGB value is (242,243,76). Sum of RGB (Red+Green+Blue) = 242+243+76=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 76 (30.08% from 255 or 13.55% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F34C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F34C is #0D0CB3. Grayscale: #E0E0E0. Windows color (decimal): -855220 or 5043186. OLE color: 5043186.
HSL color Cylindrical-coordinate representation of color #F2F34C: 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.69%. Process color model (Four color, CMYK) of #F2F34C is Cyan = 0.00, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 76 | - |
| CMYK | 0.00 | 0 | 0.69 | 0.05 |
| HSL | 60.36º | 0.87% | 0.63% | - |
| HSV(B) | 60.36º | 0.69% | 0.95% | - |
| XYZ | 69.97 | 83.5 | 19.27 | - |
| YUV | 223.66 | 44.67 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 76 | 0.00 | 0 | 0.69 | 0.05 | 60.36 | 0.87 | 0.63 |
| Hex | F2 | F3 | 4C | 0 | 0 | 45 | 5 | 3C | 57 | 3F |
| Octal | 362 | 363 | 114 | 0 | 0 | 105 | 5 | 74 | 127 | 77 |
| Binary | 11110010 | 11110011 | 1001100 | 0 | 0 | 1000101 | 101 | 111100 | 1010111 | 111111 |
Color Harmonies of #F2F34C
Complementary color
Monochromatic Colors of #F2F34C
Black with #F2F34C
Text Example
Text Example
White with #F2F34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F34C; }
p { color: rgb(242,243,76); }
H1.HeaderClassName
{
color: #F2F34C;
}
.AnyTagClassName
{
color: #F2F34C;
}
</style>
background-color css
<style>
a { background-color: #F2F34C; }
a { background-color: rgb(242,243,76); }
div.DivClassName
{
background-color: #F2F34C;
}
.BgClassName
{
background-color: #F2F34C;
}
</style>
border-color css
<style>
span { border-color: #F2F34C; }
span { border-color: rgb(242,243,76); }
td.TdClassName
{
border-color: #F2F34C;
}
.TagClassName
{
border-color: #F2F34C;
}
</style>