Shades of Paris Daisy #F0F64B
Tints of Paris Daisy #F0F64B
RGB
CMYK
RGB Variations
Color information
#F0F64B (or 0xF0F64B) is known color: Paris Daisy. HEX triplet: F0, F6 and 4B. RGB value is (240,246,75). Sum of RGB (Red+Green+Blue) = 240+246+75=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 246 (96.48% from 255 or 43.85% from 561); Blue value is 75 (29.69% from 255 or 13.37% from 561); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F64B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F64B is #0F09B4. Grayscale: #E1E1E1. Windows color (decimal): -985525 or 4978416. OLE color: 4978416.
HSL color Cylindrical-coordinate representation of color #F0F64B: hue angle of 62.11º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0F64B is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 246 | 75 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.04 |
| HSL | 62.11º | 0.9% | 0.63% | - |
| HSV(B) | 62.11º | 0.7% | 0.96% | - |
| XYZ | 70.16 | 84.94 | 19.35 | - |
| YUV | 224.71 | 43.51 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 246 | 75 | 0.02 | 0 | 0.70 | 0.04 | 62.11 | 0.9 | 0.63 |
| Hex | F0 | F6 | 4B | 2 | 0 | 46 | 4 | 3E | 5A | 3F |
| Octal | 360 | 366 | 113 | 2 | 0 | 106 | 4 | 76 | 132 | 77 |
| Binary | 11110000 | 11110110 | 1001011 | 10 | 0 | 1000110 | 100 | 111110 | 1011010 | 111111 |
Color Harmonies of #F0F64B
Complementary color
Monochromatic Colors of #F0F64B
Black with #F0F64B
Text Example
Text Example
White with #F0F64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F64B; }
p { color: rgb(240,246,75); }
H1.HeaderClassName
{
color: #F0F64B;
}
.AnyTagClassName
{
color: #F0F64B;
}
</style>
background-color css
<style>
a { background-color: #F0F64B; }
a { background-color: rgb(240,246,75); }
div.DivClassName
{
background-color: #F0F64B;
}
.BgClassName
{
background-color: #F0F64B;
}
</style>
border-color css
<style>
span { border-color: #F0F64B; }
span { border-color: rgb(240,246,75); }
td.TdClassName
{
border-color: #F0F64B;
}
.TagClassName
{
border-color: #F0F64B;
}
</style>