Shades of Paris Daisy #F0E353
Tints of Paris Daisy #F0E353
RGB
CMYK
RGB Variations
Color information
#F0E353 (or 0xF0E353) is known color: Paris Daisy. HEX triplet: F0, E3 and 53. RGB value is (240,227,83). Sum of RGB (Red+Green+Blue) = 240+227+83=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 83 (32.81% from 255 or 15.09% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E353 is #0F1CAC. Grayscale: #D7D7D7. Windows color (decimal): -990381 or 5497840. OLE color: 5497840.
HSL color Cylindrical-coordinate representation of color #F0E353: hue angle of 55.03º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0E353 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 83 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.06 |
| HSL | 55.03º | 0.84% | 0.63% | - |
| HSV(B) | 55.03º | 0.65% | 0.94% | - |
| XYZ | 64.97 | 74.09 | 19.06 | - |
| YUV | 214.47 | 53.81 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 83 | 0 | 0.05 | 0.65 | 0.06 | 55.03 | 0.84 | 0.63 |
| Hex | F0 | E3 | 53 | 0 | 5 | 41 | 6 | 37 | 54 | 3F |
| Octal | 360 | 343 | 123 | 0 | 5 | 101 | 6 | 67 | 124 | 77 |
| Binary | 11110000 | 11100011 | 1010011 | 0 | 101 | 1000001 | 110 | 110111 | 1010100 | 111111 |
Color Harmonies of #F0E353
Complementary color
Monochromatic Colors of #F0E353
Black with #F0E353
Text Example
Text Example
White with #F0E353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E353; }
p { color: rgb(240,227,83); }
H1.HeaderClassName
{
color: #F0E353;
}
.AnyTagClassName
{
color: #F0E353;
}
</style>
background-color css
<style>
a { background-color: #F0E353; }
a { background-color: rgb(240,227,83); }
div.DivClassName
{
background-color: #F0E353;
}
.BgClassName
{
background-color: #F0E353;
}
</style>
border-color css
<style>
span { border-color: #F0E353; }
span { border-color: rgb(240,227,83); }
td.TdClassName
{
border-color: #F0E353;
}
.TagClassName
{
border-color: #F0E353;
}
</style>