Shades of Paris Daisy #F0E344
Tints of Paris Daisy #F0E344
RGB
CMYK
RGB Variations
Color information
#F0E344 (or 0xF0E344) is known color: Paris Daisy. HEX triplet: F0, E3 and 44. RGB value is (240,227,68). Sum of RGB (Red+Green+Blue) = 240+227+68=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 68 (26.95% from 255 or 12.71% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E344 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E344 is #0F1CBB. Grayscale: #D5D5D5. Windows color (decimal): -990396 or 4514800. OLE color: 4514800.
HSL color Cylindrical-coordinate representation of color #F0E344: hue angle of 55.47º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F0E344 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 68 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.06 |
| HSL | 55.47º | 0.85% | 0.6% | - |
| HSV(B) | 55.47º | 0.72% | 0.94% | - |
| XYZ | 64.45 | 73.88 | 16.33 | - |
| YUV | 212.76 | 46.31 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 68 | 0 | 0.05 | 0.72 | 0.06 | 55.47 | 0.85 | 0.6 |
| Hex | F0 | E3 | 44 | 0 | 5 | 48 | 6 | 37 | 55 | 3C |
| Octal | 360 | 343 | 104 | 0 | 5 | 110 | 6 | 67 | 125 | 74 |
| Binary | 11110000 | 11100011 | 1000100 | 0 | 101 | 1001000 | 110 | 110111 | 1010101 | 111100 |
Color Harmonies of #F0E344
Complementary color
Monochromatic Colors of #F0E344
Black with #F0E344
Text Example
Text Example
White with #F0E344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E344; }
p { color: rgb(240,227,68); }
H1.HeaderClassName
{
color: #F0E344;
}
.AnyTagClassName
{
color: #F0E344;
}
</style>
background-color css
<style>
a { background-color: #F0E344; }
a { background-color: rgb(240,227,68); }
div.DivClassName
{
background-color: #F0E344;
}
.BgClassName
{
background-color: #F0E344;
}
</style>
border-color css
<style>
span { border-color: #F0E344; }
span { border-color: rgb(240,227,68); }
td.TdClassName
{
border-color: #F0E344;
}
.TagClassName
{
border-color: #F0E344;
}
</style>