Shades of Paris Daisy #F2F93C
Tints of Paris Daisy #F2F93C
RGB
CMYK
RGB Variations
Color information
#F2F93C (or 0xF2F93C) is known color: Paris Daisy. HEX triplet: F2, F9 and 3C. RGB value is (242,249,60). Sum of RGB (Red+Green+Blue) = 242+249+60=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 60 (23.83% from 255 or 10.89% from 551); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F93C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F93C is #0D06C3. Grayscale: #E2E2E2. Windows color (decimal): -853700 or 3996146. OLE color: 3996146.
HSL color Cylindrical-coordinate representation of color #F2F93C: hue angle of 62.22º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2F93C is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 249 | 60 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.02 |
| HSL | 62.22º | 0.94% | 0.61% | - |
| HSV(B) | 62.22º | 0.76% | 0.98% | - |
| XYZ | 71.31 | 86.95 | 17.3 | - |
| YUV | 225.36 | 34.68 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 249 | 60 | 0.03 | 0 | 0.76 | 0.02 | 62.22 | 0.94 | 0.61 |
| Hex | F2 | F9 | 3C | 3 | 0 | 4C | 2 | 3E | 5E | 3D |
| Octal | 362 | 371 | 74 | 3 | 0 | 114 | 2 | 76 | 136 | 75 |
| Binary | 11110010 | 11111001 | 111100 | 11 | 0 | 1001100 | 10 | 111110 | 1011110 | 111101 |
Color Harmonies of #F2F93C
Complementary color
Monochromatic Colors of #F2F93C
Black with #F2F93C
Text Example
Text Example
White with #F2F93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F93C; }
p { color: rgb(242,249,60); }
H1.HeaderClassName
{
color: #F2F93C;
}
.AnyTagClassName
{
color: #F2F93C;
}
</style>
background-color css
<style>
a { background-color: #F2F93C; }
a { background-color: rgb(242,249,60); }
div.DivClassName
{
background-color: #F2F93C;
}
.BgClassName
{
background-color: #F2F93C;
}
</style>
border-color css
<style>
span { border-color: #F2F93C; }
span { border-color: rgb(242,249,60); }
td.TdClassName
{
border-color: #F2F93C;
}
.TagClassName
{
border-color: #F2F93C;
}
</style>