Shades of Paris Daisy #F4E256
Tints of Paris Daisy #F4E256
RGB
CMYK
RGB Variations
Color information
#F4E256 (or 0xF4E256) is known color: Paris Daisy. HEX triplet: F4, E2 and 56. RGB value is (244,226,86). Sum of RGB (Red+Green+Blue) = 244+226+86=556 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.88% from 556); Green value is 226 (88.67% from 255 or 40.65% from 556); Blue value is 86 (33.98% from 255 or 15.47% from 556); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4E256 is #0B1DA9. Grayscale: #D8D8D8. Windows color (decimal): -728490 or 5694196. OLE color: 5694196.
HSL color Cylindrical-coordinate representation of color #F4E256: hue angle of 53.16º degrees, saturation: 0.88, 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 #F4E256 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 226 | 86 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.04 |
| HSL | 53.16º | 0.88% | 0.65% | - |
| HSV(B) | 53.16º | 0.65% | 0.96% | - |
| XYZ | 66.18 | 74.3 | 19.66 | - |
| YUV | 215.42 | 54.96 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 226 | 86 | 0 | 0.07 | 0.65 | 0.04 | 53.16 | 0.88 | 0.65 |
| Hex | F4 | E2 | 56 | 0 | 7 | 41 | 4 | 35 | 58 | 41 |
| Octal | 364 | 342 | 126 | 0 | 7 | 101 | 4 | 65 | 130 | 101 |
| Binary | 11110100 | 11100010 | 1010110 | 0 | 111 | 1000001 | 100 | 110101 | 1011000 | 1000001 |
Color Harmonies of #F4E256
Complementary color
Monochromatic Colors of #F4E256
Black with #F4E256
Text Example
Text Example
White with #F4E256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E256; }
p { color: rgb(244,226,86); }
H1.HeaderClassName
{
color: #F4E256;
}
.AnyTagClassName
{
color: #F4E256;
}
</style>
background-color css
<style>
a { background-color: #F4E256; }
a { background-color: rgb(244,226,86); }
div.DivClassName
{
background-color: #F4E256;
}
.BgClassName
{
background-color: #F4E256;
}
</style>
border-color css
<style>
span { border-color: #F4E256; }
span { border-color: rgb(244,226,86); }
td.TdClassName
{
border-color: #F4E256;
}
.TagClassName
{
border-color: #F4E256;
}
</style>