Shades of Paris Daisy #F2F651
Tints of Paris Daisy #F2F651
RGB
CMYK
RGB Variations
Color information
#F2F651 (or 0xF2F651) is known color: Paris Daisy. HEX triplet: F2, F6 and 51. RGB value is (242,246,81). Sum of RGB (Red+Green+Blue) = 242+246+81=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 246 (96.48% from 255 or 43.23% from 569); Blue value is 81 (32.03% from 255 or 14.24% from 569); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F651 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F651 is #0D09AE. Grayscale: #E2E2E2. Windows color (decimal): -854447 or 5371634. OLE color: 5371634.
HSL color Cylindrical-coordinate representation of color #F2F651: hue angle of 61.45º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2F651 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 81 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.04 |
| HSL | 61.45º | 0.9% | 0.64% | - |
| HSV(B) | 61.45º | 0.67% | 0.96% | - |
| XYZ | 71.06 | 85.38 | 20.52 | - |
| YUV | 225.99 | 46.17 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 81 | 0.02 | 0 | 0.67 | 0.04 | 61.45 | 0.9 | 0.64 |
| Hex | F2 | F6 | 51 | 2 | 0 | 43 | 4 | 3D | 5A | 40 |
| Octal | 362 | 366 | 121 | 2 | 0 | 103 | 4 | 75 | 132 | 100 |
| Binary | 11110010 | 11110110 | 1010001 | 10 | 0 | 1000011 | 100 | 111101 | 1011010 | 1000000 |
Color Harmonies of #F2F651
Complementary color
Monochromatic Colors of #F2F651
Black with #F2F651
Text Example
Text Example
White with #F2F651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F651; }
p { color: rgb(242,246,81); }
H1.HeaderClassName
{
color: #F2F651;
}
.AnyTagClassName
{
color: #F2F651;
}
</style>
background-color css
<style>
a { background-color: #F2F651; }
a { background-color: rgb(242,246,81); }
div.DivClassName
{
background-color: #F2F651;
}
.BgClassName
{
background-color: #F2F651;
}
</style>
border-color css
<style>
span { border-color: #F2F651; }
span { border-color: rgb(242,246,81); }
td.TdClassName
{
border-color: #F2F651;
}
.TagClassName
{
border-color: #F2F651;
}
</style>