Shades of Paris Daisy #F6E94D
Tints of Paris Daisy #F6E94D
RGB
CMYK
RGB Variations
Color information
#F6E94D (or 0xF6E94D) is known color: Paris Daisy. HEX triplet: F6, E9 and 4D. RGB value is (246,233,77). Sum of RGB (Red+Green+Blue) = 246+233+77=556 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.24% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 77 (30.47% from 255 or 13.85% from 556); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E94D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6E94D is #0916B2. Grayscale: #DBDBDB. Windows color (decimal): -595635 or 5106166. OLE color: 5106166.
HSL color Cylindrical-coordinate representation of color #F6E94D: hue angle of 55.38º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F6E94D is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 233 | 77 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.04 |
| HSL | 55.38º | 0.9% | 0.63% | - |
| HSV(B) | 55.38º | 0.69% | 0.96% | - |
| XYZ | 68.48 | 78.41 | 18.55 | - |
| YUV | 219.1 | 47.81 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 233 | 77 | 0 | 0.05 | 0.69 | 0.04 | 55.38 | 0.9 | 0.63 |
| Hex | F6 | E9 | 4D | 0 | 5 | 45 | 4 | 37 | 5A | 3F |
| Octal | 366 | 351 | 115 | 0 | 5 | 105 | 4 | 67 | 132 | 77 |
| Binary | 11110110 | 11101001 | 1001101 | 0 | 101 | 1000101 | 100 | 110111 | 1011010 | 111111 |
Color Harmonies of #F6E94D
Complementary color
Monochromatic Colors of #F6E94D
Black with #F6E94D
Text Example
Text Example
White with #F6E94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E94D; }
p { color: rgb(246,233,77); }
H1.HeaderClassName
{
color: #F6E94D;
}
.AnyTagClassName
{
color: #F6E94D;
}
</style>
background-color css
<style>
a { background-color: #F6E94D; }
a { background-color: rgb(246,233,77); }
div.DivClassName
{
background-color: #F6E94D;
}
.BgClassName
{
background-color: #F6E94D;
}
</style>
border-color css
<style>
span { border-color: #F6E94D; }
span { border-color: rgb(246,233,77); }
td.TdClassName
{
border-color: #F6E94D;
}
.TagClassName
{
border-color: #F6E94D;
}
</style>