Shades of Paris Daisy #F6F145
Tints of Paris Daisy #F6F145
RGB
CMYK
RGB Variations
Color information
#F6F145 (or 0xF6F145) is known color: Paris Daisy. HEX triplet: F6, F1 and 45. RGB value is (246,241,69). Sum of RGB (Red+Green+Blue) = 246+241+69=556 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.24% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 69 (27.34% from 255 or 12.41% from 556); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F145 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F6F145 is #090EBA. Grayscale: #DFDFDF. Windows color (decimal): -593595 or 4583926. OLE color: 4583926.
HSL color Cylindrical-coordinate representation of color #F6F145: hue angle of 58.31º 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 #F6F145 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 241 | 69 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.04 |
| HSL | 58.31º | 0.91% | 0.62% | - |
| HSV(B) | 58.31º | 0.72% | 0.96% | - |
| XYZ | 70.54 | 82.93 | 17.92 | - |
| YUV | 222.89 | 41.16 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 241 | 69 | 0 | 0.02 | 0.72 | 0.04 | 58.31 | 0.91 | 0.62 |
| Hex | F6 | F1 | 45 | 0 | 2 | 48 | 4 | 3A | 5B | 3E |
| Octal | 366 | 361 | 105 | 0 | 2 | 110 | 4 | 72 | 133 | 76 |
| Binary | 11110110 | 11110001 | 1000101 | 0 | 10 | 1001000 | 100 | 111010 | 1011011 | 111110 |
Color Harmonies of #F6F145
Complementary color
Monochromatic Colors of #F6F145
Black with #F6F145
Text Example
Text Example
White with #F6F145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F145; }
p { color: rgb(246,241,69); }
H1.HeaderClassName
{
color: #F6F145;
}
.AnyTagClassName
{
color: #F6F145;
}
</style>
background-color css
<style>
a { background-color: #F6F145; }
a { background-color: rgb(246,241,69); }
div.DivClassName
{
background-color: #F6F145;
}
.BgClassName
{
background-color: #F6F145;
}
</style>
border-color css
<style>
span { border-color: #F6F145; }
span { border-color: rgb(246,241,69); }
td.TdClassName
{
border-color: #F6F145;
}
.TagClassName
{
border-color: #F6F145;
}
</style>