Shades of Paris Daisy #F0F353
Tints of Paris Daisy #F0F353
RGB
CMYK
RGB Variations
Color information
#F0F353 (or 0xF0F353) is known color: Paris Daisy. HEX triplet: F0, F3 and 53. RGB value is (240,243,83). Sum of RGB (Red+Green+Blue) = 240+243+83=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 83 (32.81% from 255 or 14.66% from 566); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F353 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F353 is #0F0CAC. Grayscale: #E0E0E0. Windows color (decimal): -986285 or 5501936. OLE color: 5501936.
HSL color Cylindrical-coordinate representation of color #F0F353: hue angle of 61.12º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0F353 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 83 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.05 |
| HSL | 61.13º | 0.87% | 0.64% | - |
| HSV(B) | 61.13º | 0.66% | 0.95% | - |
| XYZ | 69.55 | 83.25 | 20.59 | - |
| YUV | 223.86 | 48.51 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 83 | 0.01 | 0 | 0.66 | 0.05 | 61.13 | 0.87 | 0.64 |
| Hex | F0 | F3 | 53 | 1 | 0 | 42 | 5 | 3D | 57 | 40 |
| Octal | 360 | 363 | 123 | 1 | 0 | 102 | 5 | 75 | 127 | 100 |
| Binary | 11110000 | 11110011 | 1010011 | 1 | 0 | 1000010 | 101 | 111101 | 1010111 | 1000000 |
Color Harmonies of #F0F353
Complementary color
Monochromatic Colors of #F0F353
Black with #F0F353
Text Example
Text Example
White with #F0F353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F353; }
p { color: rgb(240,243,83); }
H1.HeaderClassName
{
color: #F0F353;
}
.AnyTagClassName
{
color: #F0F353;
}
</style>
background-color css
<style>
a { background-color: #F0F353; }
a { background-color: rgb(240,243,83); }
div.DivClassName
{
background-color: #F0F353;
}
.BgClassName
{
background-color: #F0F353;
}
</style>
border-color css
<style>
span { border-color: #F0F353; }
span { border-color: rgb(240,243,83); }
td.TdClassName
{
border-color: #F0F353;
}
.TagClassName
{
border-color: #F0F353;
}
</style>