Shades of Paris Daisy #F6EA46
Tints of Paris Daisy #F6EA46
RGB
CMYK
RGB Variations
Color information
#F6EA46 (or 0xF6EA46) is known color: Paris Daisy. HEX triplet: F6, EA and 46. RGB value is (246,234,70). Sum of RGB (Red+Green+Blue) = 246+234+70=550 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.73% from 550); Green value is 234 (91.80% from 255 or 42.55% from 550); Blue value is 70 (27.73% from 255 or 12.73% from 550); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EA46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F6EA46 is #0915B9. Grayscale: #DBDBDB. Windows color (decimal): -595386 or 4647670. OLE color: 4647670.
HSL color Cylindrical-coordinate representation of color #F6EA46: hue angle of 55.91º 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 #F6EA46 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 234 | 70 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.04 |
| HSL | 55.91º | 0.91% | 0.62% | - |
| HSV(B) | 55.91º | 0.72% | 0.96% | - |
| XYZ | 68.53 | 78.88 | 17.41 | - |
| YUV | 218.89 | 43.98 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 234 | 70 | 0 | 0.05 | 0.72 | 0.04 | 55.91 | 0.91 | 0.62 |
| Hex | F6 | EA | 46 | 0 | 5 | 48 | 4 | 38 | 5B | 3E |
| Octal | 366 | 352 | 106 | 0 | 5 | 110 | 4 | 70 | 133 | 76 |
| Binary | 11110110 | 11101010 | 1000110 | 0 | 101 | 1001000 | 100 | 111000 | 1011011 | 111110 |
Color Harmonies of #F6EA46
Complementary color
Monochromatic Colors of #F6EA46
Black with #F6EA46
Text Example
Text Example
White with #F6EA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EA46; }
p { color: rgb(246,234,70); }
H1.HeaderClassName
{
color: #F6EA46;
}
.AnyTagClassName
{
color: #F6EA46;
}
</style>
background-color css
<style>
a { background-color: #F6EA46; }
a { background-color: rgb(246,234,70); }
div.DivClassName
{
background-color: #F6EA46;
}
.BgClassName
{
background-color: #F6EA46;
}
</style>
border-color css
<style>
span { border-color: #F6EA46; }
span { border-color: rgb(246,234,70); }
td.TdClassName
{
border-color: #F6EA46;
}
.TagClassName
{
border-color: #F6EA46;
}
</style>