Shades of Paris Daisy #F5E444
Tints of Paris Daisy #F5E444
RGB
CMYK
RGB Variations
Color information
#F5E444 (or 0xF5E444) is known color: Paris Daisy. HEX triplet: F5, E4 and 44. RGB value is (245,228,68). Sum of RGB (Red+Green+Blue) = 245+228+68=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 228 (89.45% from 255 or 42.14% from 541); Blue value is 68 (26.95% from 255 or 12.57% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E444 is #0A1BBB. Grayscale: #D7D7D7. Windows color (decimal): -662460 or 4515061. OLE color: 4515061.
HSL color Cylindrical-coordinate representation of color #F5E444: hue angle of 54.24º degrees, saturation: 0.9, 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 #F5E444 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 228 | 68 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.04 |
| HSL | 54.24º | 0.9% | 0.61% | - |
| HSV(B) | 54.24º | 0.72% | 0.96% | - |
| XYZ | 66.44 | 75.32 | 16.5 | - |
| YUV | 214.84 | 45.13 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 228 | 68 | 0 | 0.07 | 0.72 | 0.04 | 54.24 | 0.9 | 0.61 |
| Hex | F5 | E4 | 44 | 0 | 7 | 48 | 4 | 36 | 5A | 3D |
| Octal | 365 | 344 | 104 | 0 | 7 | 110 | 4 | 66 | 132 | 75 |
| Binary | 11110101 | 11100100 | 1000100 | 0 | 111 | 1001000 | 100 | 110110 | 1011010 | 111101 |
Color Harmonies of #F5E444
Complementary color
Monochromatic Colors of #F5E444
Black with #F5E444
Text Example
Text Example
White with #F5E444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E444; }
p { color: rgb(245,228,68); }
H1.HeaderClassName
{
color: #F5E444;
}
.AnyTagClassName
{
color: #F5E444;
}
</style>
background-color css
<style>
a { background-color: #F5E444; }
a { background-color: rgb(245,228,68); }
div.DivClassName
{
background-color: #F5E444;
}
.BgClassName
{
background-color: #F5E444;
}
</style>
border-color css
<style>
span { border-color: #F5E444; }
span { border-color: rgb(245,228,68); }
td.TdClassName
{
border-color: #F5E444;
}
.TagClassName
{
border-color: #F5E444;
}
</style>