Shades of Paris Daisy #F0F341
Tints of Paris Daisy #F0F341
RGB
CMYK
RGB Variations
Color information
#F0F341 (or 0xF0F341) is known color: Paris Daisy. HEX triplet: F0, F3 and 41. RGB value is (240,243,65). Sum of RGB (Red+Green+Blue) = 240+243+65=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 243 (95.31% from 255 or 44.34% from 548); Blue value is 65 (25.78% from 255 or 11.86% from 548); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F341 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F341 is #0F0CBE. Grayscale: #DEDEDE. Windows color (decimal): -986303 or 4322288. OLE color: 4322288.
HSL color Cylindrical-coordinate representation of color #F0F341: hue angle of 61.01º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0F341 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 65 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.05 |
| HSL | 61.01º | 0.88% | 0.6% | - |
| HSV(B) | 61.01º | 0.73% | 0.95% | - |
| XYZ | 68.94 | 83.01 | 17.39 | - |
| YUV | 221.81 | 39.51 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 65 | 0.01 | 0 | 0.73 | 0.05 | 61.01 | 0.88 | 0.6 |
| Hex | F0 | F3 | 41 | 1 | 0 | 49 | 5 | 3D | 58 | 3C |
| Octal | 360 | 363 | 101 | 1 | 0 | 111 | 5 | 75 | 130 | 74 |
| Binary | 11110000 | 11110011 | 1000001 | 1 | 0 | 1001001 | 101 | 111101 | 1011000 | 111100 |
Color Harmonies of #F0F341
Complementary color
Monochromatic Colors of #F0F341
Black with #F0F341
Text Example
Text Example
White with #F0F341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F341; }
p { color: rgb(240,243,65); }
H1.HeaderClassName
{
color: #F0F341;
}
.AnyTagClassName
{
color: #F0F341;
}
</style>
background-color css
<style>
a { background-color: #F0F341; }
a { background-color: rgb(240,243,65); }
div.DivClassName
{
background-color: #F0F341;
}
.BgClassName
{
background-color: #F0F341;
}
</style>
border-color css
<style>
span { border-color: #F0F341; }
span { border-color: rgb(240,243,65); }
td.TdClassName
{
border-color: #F0F341;
}
.TagClassName
{
border-color: #F0F341;
}
</style>