Shades of Paris Daisy #F6E656
Tints of Paris Daisy #F6E656
RGB
CMYK
RGB Variations
Color information
#F6E656 (or 0xF6E656) is known color: Paris Daisy. HEX triplet: F6, E6 and 56. RGB value is (246,230,86). Sum of RGB (Red+Green+Blue) = 246+230+86=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 230 (90.23% from 255 or 40.93% from 562); Blue value is 86 (33.98% from 255 or 15.30% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E656 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6E656 is #0919A9. Grayscale: #DADADA. Windows color (decimal): -596394 or 5695222. OLE color: 5695222.
HSL color Cylindrical-coordinate representation of color #F6E656: hue angle of 54º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F6E656 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 230 | 86 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.04 |
| HSL | 54º | 0.9% | 0.65% | - |
| HSV(B) | 54º | 0.65% | 0.96% | - |
| XYZ | 67.98 | 76.86 | 20.06 | - |
| YUV | 218.37 | 53.3 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 230 | 86 | 0 | 0.07 | 0.65 | 0.04 | 54 | 0.9 | 0.65 |
| Hex | F6 | E6 | 56 | 0 | 7 | 41 | 4 | 36 | 5A | 41 |
| Octal | 366 | 346 | 126 | 0 | 7 | 101 | 4 | 66 | 132 | 101 |
| Binary | 11110110 | 11100110 | 1010110 | 0 | 111 | 1000001 | 100 | 110110 | 1011010 | 1000001 |
Color Harmonies of #F6E656
Complementary color
Monochromatic Colors of #F6E656
Black with #F6E656
Text Example
Text Example
White with #F6E656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E656; }
p { color: rgb(246,230,86); }
H1.HeaderClassName
{
color: #F6E656;
}
.AnyTagClassName
{
color: #F6E656;
}
</style>
background-color css
<style>
a { background-color: #F6E656; }
a { background-color: rgb(246,230,86); }
div.DivClassName
{
background-color: #F6E656;
}
.BgClassName
{
background-color: #F6E656;
}
</style>
border-color css
<style>
span { border-color: #F6E656; }
span { border-color: rgb(246,230,86); }
td.TdClassName
{
border-color: #F6E656;
}
.TagClassName
{
border-color: #F6E656;
}
</style>