Shades of Paris Daisy #F0F34C
Tints of Paris Daisy #F0F34C
RGB
CMYK
RGB Variations
Color information
#F0F34C (or 0xF0F34C) is known color: Paris Daisy. HEX triplet: F0, F3 and 4C. RGB value is (240,243,76). Sum of RGB (Red+Green+Blue) = 240+243+76=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 243 (95.31% from 255 or 43.47% from 559); Blue value is 76 (30.08% from 255 or 13.60% from 559); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F34C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F34C is #0F0CB3. Grayscale: #DFDFDF. Windows color (decimal): -986292 or 5043184. OLE color: 5043184.
HSL color Cylindrical-coordinate representation of color #F0F34C: hue angle of 61.08º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0F34C is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 76 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.05 |
| HSL | 61.08º | 0.87% | 0.63% | - |
| HSV(B) | 61.08º | 0.69% | 0.95% | - |
| XYZ | 69.29 | 83.15 | 19.23 | - |
| YUV | 223.07 | 45.01 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 76 | 0.01 | 0 | 0.69 | 0.05 | 61.08 | 0.87 | 0.63 |
| Hex | F0 | F3 | 4C | 1 | 0 | 45 | 5 | 3D | 57 | 3F |
| Octal | 360 | 363 | 114 | 1 | 0 | 105 | 5 | 75 | 127 | 77 |
| Binary | 11110000 | 11110011 | 1001100 | 1 | 0 | 1000101 | 101 | 111101 | 1010111 | 111111 |
Color Harmonies of #F0F34C
Complementary color
Monochromatic Colors of #F0F34C
Black with #F0F34C
Text Example
Text Example
White with #F0F34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F34C; }
p { color: rgb(240,243,76); }
H1.HeaderClassName
{
color: #F0F34C;
}
.AnyTagClassName
{
color: #F0F34C;
}
</style>
background-color css
<style>
a { background-color: #F0F34C; }
a { background-color: rgb(240,243,76); }
div.DivClassName
{
background-color: #F0F34C;
}
.BgClassName
{
background-color: #F0F34C;
}
</style>
border-color css
<style>
span { border-color: #F0F34C; }
span { border-color: rgb(240,243,76); }
td.TdClassName
{
border-color: #F0F34C;
}
.TagClassName
{
border-color: #F0F34C;
}
</style>