Shades of Paris Daisy #F6E854
Tints of Paris Daisy #F6E854
RGB
CMYK
RGB Variations
Color information
#F6E854 (or 0xF6E854) is known color: Paris Daisy. HEX triplet: F6, E8 and 54. RGB value is (246,232,84). Sum of RGB (Red+Green+Blue) = 246+232+84=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 232 (91.02% from 255 or 41.28% from 562); Blue value is 84 (33.20% from 255 or 14.95% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E854 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6E854 is #0917AB. Grayscale: #DBDBDB. Windows color (decimal): -595884 or 5564662. OLE color: 5564662.
HSL color Cylindrical-coordinate representation of color #F6E854: hue angle of 54.81º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F6E854 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 232 | 84 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.04 |
| HSL | 54.81º | 0.9% | 0.65% | - |
| HSV(B) | 54.81º | 0.66% | 0.96% | - |
| XYZ | 68.46 | 77.95 | 19.82 | - |
| YUV | 219.31 | 51.64 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 232 | 84 | 0 | 0.06 | 0.66 | 0.04 | 54.81 | 0.9 | 0.65 |
| Hex | F6 | E8 | 54 | 0 | 6 | 42 | 4 | 37 | 5A | 41 |
| Octal | 366 | 350 | 124 | 0 | 6 | 102 | 4 | 67 | 132 | 101 |
| Binary | 11110110 | 11101000 | 1010100 | 0 | 110 | 1000010 | 100 | 110111 | 1011010 | 1000001 |
Color Harmonies of #F6E854
Complementary color
Monochromatic Colors of #F6E854
Black with #F6E854
Text Example
Text Example
White with #F6E854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E854; }
p { color: rgb(246,232,84); }
H1.HeaderClassName
{
color: #F6E854;
}
.AnyTagClassName
{
color: #F6E854;
}
</style>
background-color css
<style>
a { background-color: #F6E854; }
a { background-color: rgb(246,232,84); }
div.DivClassName
{
background-color: #F6E854;
}
.BgClassName
{
background-color: #F6E854;
}
</style>
border-color css
<style>
span { border-color: #F6E854; }
span { border-color: rgb(246,232,84); }
td.TdClassName
{
border-color: #F6E854;
}
.TagClassName
{
border-color: #F6E854;
}
</style>