Shades of Paris Daisy #F6F245
Tints of Paris Daisy #F6F245
RGB
CMYK
RGB Variations
Color information
#F6F245 (or 0xF6F245) is known color: Paris Daisy. HEX triplet: F6, F2 and 45. RGB value is (246,242,69). Sum of RGB (Red+Green+Blue) = 246+242+69=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 69 (27.34% from 255 or 12.39% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F245 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F6F245 is #090DBA. Grayscale: #E0E0E0. Windows color (decimal): -593339 or 4584182. OLE color: 4584182.
HSL color Cylindrical-coordinate representation of color #F6F245: hue angle of 58.64º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F6F245 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 242 | 69 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.04 |
| HSL | 58.64º | 0.91% | 0.62% | - |
| HSV(B) | 58.64º | 0.72% | 0.96% | - |
| XYZ | 70.83 | 83.53 | 18.02 | - |
| YUV | 223.47 | 40.83 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 242 | 69 | 0 | 0.02 | 0.72 | 0.04 | 58.64 | 0.91 | 0.62 |
| Hex | F6 | F2 | 45 | 0 | 2 | 48 | 4 | 3B | 5B | 3E |
| Octal | 366 | 362 | 105 | 0 | 2 | 110 | 4 | 73 | 133 | 76 |
| Binary | 11110110 | 11110010 | 1000101 | 0 | 10 | 1001000 | 100 | 111011 | 1011011 | 111110 |
Color Harmonies of #F6F245
Complementary color
Monochromatic Colors of #F6F245
Black with #F6F245
Text Example
Text Example
White with #F6F245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F245; }
p { color: rgb(246,242,69); }
H1.HeaderClassName
{
color: #F6F245;
}
.AnyTagClassName
{
color: #F6F245;
}
</style>
background-color css
<style>
a { background-color: #F6F245; }
a { background-color: rgb(246,242,69); }
div.DivClassName
{
background-color: #F6F245;
}
.BgClassName
{
background-color: #F6F245;
}
</style>
border-color css
<style>
span { border-color: #F6F245; }
span { border-color: rgb(246,242,69); }
td.TdClassName
{
border-color: #F6F245;
}
.TagClassName
{
border-color: #F6F245;
}
</style>