Shades of Paris Daisy #F6F450
Tints of Paris Daisy #F6F450
RGB
CMYK
RGB Variations
Color information
#F6F450 (or 0xF6F450) is known color: Paris Daisy. HEX triplet: F6, F4 and 50. RGB value is (246,244,80). Sum of RGB (Red+Green+Blue) = 246+244+80=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 244 (95.70% from 255 or 42.81% from 570); Blue value is 80 (31.64% from 255 or 14.04% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F450 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F450 is #090BAF. Grayscale: #E2E2E2. Windows color (decimal): -592816 or 5305590. OLE color: 5305590.
HSL color Cylindrical-coordinate representation of color #F6F450: hue angle of 59.28º 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 #F6F450 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 244 | 80 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.04 |
| HSL | 59.28º | 0.9% | 0.64% | - |
| HSV(B) | 59.28º | 0.67% | 0.96% | - |
| XYZ | 71.8 | 84.87 | 20.19 | - |
| YUV | 225.9 | 45.66 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 244 | 80 | 0 | 0.01 | 0.67 | 0.04 | 59.28 | 0.9 | 0.64 |
| Hex | F6 | F4 | 50 | 0 | 1 | 43 | 4 | 3B | 5A | 40 |
| Octal | 366 | 364 | 120 | 0 | 1 | 103 | 4 | 73 | 132 | 100 |
| Binary | 11110110 | 11110100 | 1010000 | 0 | 1 | 1000011 | 100 | 111011 | 1011010 | 1000000 |
Color Harmonies of #F6F450
Complementary color
Monochromatic Colors of #F6F450
Black with #F6F450
Text Example
Text Example
White with #F6F450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F450; }
p { color: rgb(246,244,80); }
H1.HeaderClassName
{
color: #F6F450;
}
.AnyTagClassName
{
color: #F6F450;
}
</style>
background-color css
<style>
a { background-color: #F6F450; }
a { background-color: rgb(246,244,80); }
div.DivClassName
{
background-color: #F6F450;
}
.BgClassName
{
background-color: #F6F450;
}
</style>
border-color css
<style>
span { border-color: #F6F450; }
span { border-color: rgb(246,244,80); }
td.TdClassName
{
border-color: #F6F450;
}
.TagClassName
{
border-color: #F6F450;
}
</style>