Shades of Paris Daisy #F0F349
Tints of Paris Daisy #F0F349
RGB
CMYK
RGB Variations
Color information
#F0F349 (or 0xF0F349) is known color: Paris Daisy. HEX triplet: F0, F3 and 49. RGB value is (240,243,73). Sum of RGB (Red+Green+Blue) = 240+243+73=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 243 (95.31% from 255 or 43.71% from 556); Blue value is 73 (28.91% from 255 or 13.13% from 556); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F349 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F349 is #0F0CB6. Grayscale: #DFDFDF. Windows color (decimal): -986295 or 4846576. OLE color: 4846576.
HSL color Cylindrical-coordinate representation of color #F0F349: hue angle of 61.06º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0F349 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 73 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.05 |
| HSL | 61.06º | 0.88% | 0.62% | - |
| HSV(B) | 61.06º | 0.7% | 0.95% | - |
| XYZ | 69.19 | 83.11 | 18.7 | - |
| YUV | 222.72 | 43.51 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 73 | 0.01 | 0 | 0.70 | 0.05 | 61.06 | 0.88 | 0.62 |
| Hex | F0 | F3 | 49 | 1 | 0 | 46 | 5 | 3D | 58 | 3E |
| Octal | 360 | 363 | 111 | 1 | 0 | 106 | 5 | 75 | 130 | 76 |
| Binary | 11110000 | 11110011 | 1001001 | 1 | 0 | 1000110 | 101 | 111101 | 1011000 | 111110 |
Color Harmonies of #F0F349
Complementary color
Monochromatic Colors of #F0F349
Black with #F0F349
Text Example
Text Example
White with #F0F349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F349; }
p { color: rgb(240,243,73); }
H1.HeaderClassName
{
color: #F0F349;
}
.AnyTagClassName
{
color: #F0F349;
}
</style>
background-color css
<style>
a { background-color: #F0F349; }
a { background-color: rgb(240,243,73); }
div.DivClassName
{
background-color: #F0F349;
}
.BgClassName
{
background-color: #F0F349;
}
</style>
border-color css
<style>
span { border-color: #F0F349; }
span { border-color: rgb(240,243,73); }
td.TdClassName
{
border-color: #F0F349;
}
.TagClassName
{
border-color: #F0F349;
}
</style>