Shades of Paris Daisy #F6F249
Tints of Paris Daisy #F6F249
RGB
CMYK
RGB Variations
Color information
#F6F249 (or 0xF6F249) is known color: Paris Daisy. HEX triplet: F6, F2 and 49. RGB value is (246,242,73). Sum of RGB (Red+Green+Blue) = 246+242+73=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 73 (28.91% from 255 or 13.01% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F249 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F6F249 is #090DB6. Grayscale: #E0E0E0. Windows color (decimal): -593335 or 4846326. OLE color: 4846326.
HSL color Cylindrical-coordinate representation of color #F6F249: hue angle of 58.61º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F6F249 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 242 | 73 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.04 |
| HSL | 58.61º | 0.91% | 0.63% | - |
| HSV(B) | 58.61º | 0.7% | 0.96% | - |
| XYZ | 70.96 | 83.58 | 18.7 | - |
| YUV | 223.93 | 42.83 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 242 | 73 | 0 | 0.02 | 0.70 | 0.04 | 58.61 | 0.91 | 0.63 |
| Hex | F6 | F2 | 49 | 0 | 2 | 46 | 4 | 3B | 5B | 3F |
| Octal | 366 | 362 | 111 | 0 | 2 | 106 | 4 | 73 | 133 | 77 |
| Binary | 11110110 | 11110010 | 1001001 | 0 | 10 | 1000110 | 100 | 111011 | 1011011 | 111111 |
Color Harmonies of #F6F249
Complementary color
Monochromatic Colors of #F6F249
Black with #F6F249
Text Example
Text Example
White with #F6F249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F249; }
p { color: rgb(246,242,73); }
H1.HeaderClassName
{
color: #F6F249;
}
.AnyTagClassName
{
color: #F6F249;
}
</style>
background-color css
<style>
a { background-color: #F6F249; }
a { background-color: rgb(246,242,73); }
div.DivClassName
{
background-color: #F6F249;
}
.BgClassName
{
background-color: #F6F249;
}
</style>
border-color css
<style>
span { border-color: #F6F249; }
span { border-color: rgb(246,242,73); }
td.TdClassName
{
border-color: #F6F249;
}
.TagClassName
{
border-color: #F6F249;
}
</style>