Shades of Paris Daisy #F0F351
Tints of Paris Daisy #F0F351
RGB
CMYK
RGB Variations
Color information
#F0F351 (or 0xF0F351) is known color: Paris Daisy. HEX triplet: F0, F3 and 51. RGB value is (240,243,81). Sum of RGB (Red+Green+Blue) = 240+243+81=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 243 (95.31% from 255 or 43.09% from 564); Blue value is 81 (32.03% from 255 or 14.36% from 564); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F351 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F351 is #0F0CAE. Grayscale: #E0E0E0. Windows color (decimal): -986287 or 5370864. OLE color: 5370864.
HSL color Cylindrical-coordinate representation of color #F0F351: hue angle of 61.11º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0F351 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 81 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.05 |
| HSL | 61.11º | 0.87% | 0.64% | - |
| HSV(B) | 61.11º | 0.67% | 0.95% | - |
| XYZ | 69.47 | 83.22 | 20.19 | - |
| YUV | 223.64 | 47.51 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 81 | 0.01 | 0 | 0.67 | 0.05 | 61.11 | 0.87 | 0.64 |
| Hex | F0 | F3 | 51 | 1 | 0 | 43 | 5 | 3D | 57 | 40 |
| Octal | 360 | 363 | 121 | 1 | 0 | 103 | 5 | 75 | 127 | 100 |
| Binary | 11110000 | 11110011 | 1010001 | 1 | 0 | 1000011 | 101 | 111101 | 1010111 | 1000000 |
Color Harmonies of #F0F351
Complementary color
Monochromatic Colors of #F0F351
Black with #F0F351
Text Example
Text Example
White with #F0F351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F351; }
p { color: rgb(240,243,81); }
H1.HeaderClassName
{
color: #F0F351;
}
.AnyTagClassName
{
color: #F0F351;
}
</style>
background-color css
<style>
a { background-color: #F0F351; }
a { background-color: rgb(240,243,81); }
div.DivClassName
{
background-color: #F0F351;
}
.BgClassName
{
background-color: #F0F351;
}
</style>
border-color css
<style>
span { border-color: #F0F351; }
span { border-color: rgb(240,243,81); }
td.TdClassName
{
border-color: #F0F351;
}
.TagClassName
{
border-color: #F0F351;
}
</style>