Shades of Paris Daisy #F0F345
Tints of Paris Daisy #F0F345
RGB
CMYK
RGB Variations
Color information
#F0F345 (or 0xF0F345) is known color: Paris Daisy. HEX triplet: F0, F3 and 45. RGB value is (240,243,69). Sum of RGB (Red+Green+Blue) = 240+243+69=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 243 (95.31% from 255 or 44.02% from 552); Blue value is 69 (27.34% from 255 or 12.5% from 552); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F345 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F345 is #0F0CBA. Grayscale: #DEDEDE. Windows color (decimal): -986299 or 4584432. OLE color: 4584432.
HSL color Cylindrical-coordinate representation of color #F0F345: hue angle of 61.03º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F0F345 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 69 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.05 |
| HSL | 61.03º | 0.88% | 0.61% | - |
| HSV(B) | 61.03º | 0.72% | 0.95% | - |
| XYZ | 69.06 | 83.06 | 18.02 | - |
| YUV | 222.27 | 41.51 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 69 | 0.01 | 0 | 0.72 | 0.05 | 61.03 | 0.88 | 0.61 |
| Hex | F0 | F3 | 45 | 1 | 0 | 48 | 5 | 3D | 58 | 3D |
| Octal | 360 | 363 | 105 | 1 | 0 | 110 | 5 | 75 | 130 | 75 |
| Binary | 11110000 | 11110011 | 1000101 | 1 | 0 | 1001000 | 101 | 111101 | 1011000 | 111101 |
Color Harmonies of #F0F345
Complementary color
Monochromatic Colors of #F0F345
Black with #F0F345
Text Example
Text Example
White with #F0F345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F345; }
p { color: rgb(240,243,69); }
H1.HeaderClassName
{
color: #F0F345;
}
.AnyTagClassName
{
color: #F0F345;
}
</style>
background-color css
<style>
a { background-color: #F0F345; }
a { background-color: rgb(240,243,69); }
div.DivClassName
{
background-color: #F0F345;
}
.BgClassName
{
background-color: #F0F345;
}
</style>
border-color css
<style>
span { border-color: #F0F345; }
span { border-color: rgb(240,243,69); }
td.TdClassName
{
border-color: #F0F345;
}
.TagClassName
{
border-color: #F0F345;
}
</style>