Shades of Paris Daisy #F6EC4B
Tints of Paris Daisy #F6EC4B
RGB
CMYK
RGB Variations
Color information
#F6EC4B (or 0xF6EC4B) is known color: Paris Daisy. HEX triplet: F6, EC and 4B. RGB value is (246,236,75). Sum of RGB (Red+Green+Blue) = 246+236+75=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 75 (29.69% from 255 or 13.46% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EC4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F6EC4B is #0913B4. Grayscale: #DDDDDD. Windows color (decimal): -594869 or 4975862. OLE color: 4975862.
HSL color Cylindrical-coordinate representation of color #F6EC4B: hue angle of 56.49º degrees, saturation: 0.9, 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 #F6EC4B is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 236 | 75 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.04 |
| HSL | 56.49º | 0.9% | 0.63% | - |
| HSV(B) | 56.49º | 0.7% | 0.96% | - |
| XYZ | 69.27 | 80.09 | 18.46 | - |
| YUV | 220.64 | 45.81 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 236 | 75 | 0 | 0.04 | 0.70 | 0.04 | 56.49 | 0.9 | 0.63 |
| Hex | F6 | EC | 4B | 0 | 4 | 46 | 4 | 38 | 5A | 3F |
| Octal | 366 | 354 | 113 | 0 | 4 | 106 | 4 | 70 | 132 | 77 |
| Binary | 11110110 | 11101100 | 1001011 | 0 | 100 | 1000110 | 100 | 111000 | 1011010 | 111111 |
Color Harmonies of #F6EC4B
Complementary color
Monochromatic Colors of #F6EC4B
Black with #F6EC4B
Text Example
Text Example
White with #F6EC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EC4B; }
p { color: rgb(246,236,75); }
H1.HeaderClassName
{
color: #F6EC4B;
}
.AnyTagClassName
{
color: #F6EC4B;
}
</style>
background-color css
<style>
a { background-color: #F6EC4B; }
a { background-color: rgb(246,236,75); }
div.DivClassName
{
background-color: #F6EC4B;
}
.BgClassName
{
background-color: #F6EC4B;
}
</style>
border-color css
<style>
span { border-color: #F6EC4B; }
span { border-color: rgb(246,236,75); }
td.TdClassName
{
border-color: #F6EC4B;
}
.TagClassName
{
border-color: #F6EC4B;
}
</style>