Shades of Paris Daisy #F0F342
Tints of Paris Daisy #F0F342
RGB
CMYK
RGB Variations
Color information
#F0F342 (or 0xF0F342) is known color: Paris Daisy. HEX triplet: F0, F3 and 42. RGB value is (240,243,66). Sum of RGB (Red+Green+Blue) = 240+243+66=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 243 (95.31% from 255 or 44.26% from 549); Blue value is 66 (26.17% from 255 or 12.02% from 549); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F342 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F342 is #0F0CBD. Grayscale: #DEDEDE. Windows color (decimal): -986302 or 4387824. OLE color: 4387824.
HSL color Cylindrical-coordinate representation of color #F0F342: hue angle of 61.02º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0F342 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 66 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.05 |
| HSL | 61.02º | 0.88% | 0.61% | - |
| HSV(B) | 61.02º | 0.73% | 0.95% | - |
| XYZ | 68.97 | 83.02 | 17.54 | - |
| YUV | 221.93 | 40.01 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 66 | 0.01 | 0 | 0.73 | 0.05 | 61.02 | 0.88 | 0.61 |
| Hex | F0 | F3 | 42 | 1 | 0 | 49 | 5 | 3D | 58 | 3D |
| Octal | 360 | 363 | 102 | 1 | 0 | 111 | 5 | 75 | 130 | 75 |
| Binary | 11110000 | 11110011 | 1000010 | 1 | 0 | 1001001 | 101 | 111101 | 1011000 | 111101 |
Color Harmonies of #F0F342
Complementary color
Monochromatic Colors of #F0F342
Black with #F0F342
Text Example
Text Example
White with #F0F342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F342; }
p { color: rgb(240,243,66); }
H1.HeaderClassName
{
color: #F0F342;
}
.AnyTagClassName
{
color: #F0F342;
}
</style>
background-color css
<style>
a { background-color: #F0F342; }
a { background-color: rgb(240,243,66); }
div.DivClassName
{
background-color: #F0F342;
}
.BgClassName
{
background-color: #F0F342;
}
</style>
border-color css
<style>
span { border-color: #F0F342; }
span { border-color: rgb(240,243,66); }
td.TdClassName
{
border-color: #F0F342;
}
.TagClassName
{
border-color: #F0F342;
}
</style>