Shades of Paris Daisy #F2F348
Tints of Paris Daisy #F2F348
RGB
CMYK
RGB Variations
Color information
#F2F348 (or 0xF2F348) is known color: Paris Daisy. HEX triplet: F2, F3 and 48. RGB value is (242,243,72). Sum of RGB (Red+Green+Blue) = 242+243+72=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 72 (28.52% from 255 or 12.93% from 557); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F348 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F348 is #0D0CB7. Grayscale: #DFDFDF. Windows color (decimal): -855224 or 4781042. OLE color: 4781042.
HSL color Cylindrical-coordinate representation of color #F2F348: hue angle of 60.35º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2F348 is Cyan = 0.00, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 72 | - |
| CMYK | 0.00 | 0 | 0.70 | 0.05 |
| HSL | 60.35º | 0.88% | 0.62% | - |
| HSV(B) | 60.35º | 0.7% | 0.95% | - |
| XYZ | 69.84 | 83.45 | 18.56 | - |
| YUV | 223.21 | 42.67 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 72 | 0.00 | 0 | 0.70 | 0.05 | 60.35 | 0.88 | 0.62 |
| Hex | F2 | F3 | 48 | 0 | 0 | 46 | 5 | 3C | 58 | 3E |
| Octal | 362 | 363 | 110 | 0 | 0 | 106 | 5 | 74 | 130 | 76 |
| Binary | 11110010 | 11110011 | 1001000 | 0 | 0 | 1000110 | 101 | 111100 | 1011000 | 111110 |
Color Harmonies of #F2F348
Complementary color
Monochromatic Colors of #F2F348
Black with #F2F348
Text Example
Text Example
White with #F2F348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F348; }
p { color: rgb(242,243,72); }
H1.HeaderClassName
{
color: #F2F348;
}
.AnyTagClassName
{
color: #F2F348;
}
</style>
background-color css
<style>
a { background-color: #F2F348; }
a { background-color: rgb(242,243,72); }
div.DivClassName
{
background-color: #F2F348;
}
.BgClassName
{
background-color: #F2F348;
}
</style>
border-color css
<style>
span { border-color: #F2F348; }
span { border-color: rgb(242,243,72); }
td.TdClassName
{
border-color: #F2F348;
}
.TagClassName
{
border-color: #F2F348;
}
</style>