Shades of Paris Daisy #F4E145
Tints of Paris Daisy #F4E145
RGB
CMYK
RGB Variations
Color information
#F4E145 (or 0xF4E145) is known color: Paris Daisy. HEX triplet: F4, E1 and 45. RGB value is (244,225,69). Sum of RGB (Red+Green+Blue) = 244+225+69=538 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.35% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 69 (27.34% from 255 or 12.83% from 538); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4E145 is #0B1EBA. Grayscale: #D5D5D5. Windows color (decimal): -728763 or 4579828. OLE color: 4579828.
HSL color Cylindrical-coordinate representation of color #F4E145: hue angle of 53.49º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F4E145 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 225 | 69 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.04 |
| HSL | 53.49º | 0.89% | 0.61% | - |
| HSV(B) | 53.49º | 0.72% | 0.96% | - |
| XYZ | 65.31 | 73.51 | 16.38 | - |
| YUV | 212.9 | 46.79 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 225 | 69 | 0 | 0.08 | 0.72 | 0.04 | 53.49 | 0.89 | 0.61 |
| Hex | F4 | E1 | 45 | 0 | 8 | 48 | 4 | 35 | 59 | 3D |
| Octal | 364 | 341 | 105 | 0 | 10 | 110 | 4 | 65 | 131 | 75 |
| Binary | 11110100 | 11100001 | 1000101 | 0 | 1000 | 1001000 | 100 | 110101 | 1011001 | 111101 |
Color Harmonies of #F4E145
Complementary color
Monochromatic Colors of #F4E145
Black with #F4E145
Text Example
Text Example
White with #F4E145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E145; }
p { color: rgb(244,225,69); }
H1.HeaderClassName
{
color: #F4E145;
}
.AnyTagClassName
{
color: #F4E145;
}
</style>
background-color css
<style>
a { background-color: #F4E145; }
a { background-color: rgb(244,225,69); }
div.DivClassName
{
background-color: #F4E145;
}
.BgClassName
{
background-color: #F4E145;
}
</style>
border-color css
<style>
span { border-color: #F4E145; }
span { border-color: rgb(244,225,69); }
td.TdClassName
{
border-color: #F4E145;
}
.TagClassName
{
border-color: #F4E145;
}
</style>