Shades of Paris Daisy #F2F046
Tints of Paris Daisy #F2F046
RGB
CMYK
RGB Variations
Color information
#F2F046 (or 0xF2F046) is known color: Paris Daisy. HEX triplet: F2, F0 and 46. RGB value is (242,240,70). Sum of RGB (Red+Green+Blue) = 242+240+70=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 70 (27.73% from 255 or 12.68% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F046 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F046 is #0D0FB9. Grayscale: #DDDDDD. Windows color (decimal): -855994 or 4649202. OLE color: 4649202.
HSL color Cylindrical-coordinate representation of color #F2F046: hue angle of 59.3º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2F046 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 70 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.05 |
| HSL | 59.3º | 0.87% | 0.61% | - |
| HSV(B) | 59.3º | 0.71% | 0.95% | - |
| XYZ | 68.88 | 81.64 | 17.92 | - |
| YUV | 221.22 | 42.66 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 70 | 0 | 0.01 | 0.71 | 0.05 | 59.3 | 0.87 | 0.61 |
| Hex | F2 | F0 | 46 | 0 | 1 | 47 | 5 | 3B | 57 | 3D |
| Octal | 362 | 360 | 106 | 0 | 1 | 107 | 5 | 73 | 127 | 75 |
| Binary | 11110010 | 11110000 | 1000110 | 0 | 1 | 1000111 | 101 | 111011 | 1010111 | 111101 |
Color Harmonies of #F2F046
Complementary color
Monochromatic Colors of #F2F046
Black with #F2F046
Text Example
Text Example
White with #F2F046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F046; }
p { color: rgb(242,240,70); }
H1.HeaderClassName
{
color: #F2F046;
}
.AnyTagClassName
{
color: #F2F046;
}
</style>
background-color css
<style>
a { background-color: #F2F046; }
a { background-color: rgb(242,240,70); }
div.DivClassName
{
background-color: #F2F046;
}
.BgClassName
{
background-color: #F2F046;
}
</style>
border-color css
<style>
span { border-color: #F2F046; }
span { border-color: rgb(242,240,70); }
td.TdClassName
{
border-color: #F2F046;
}
.TagClassName
{
border-color: #F2F046;
}
</style>