Shades of Paris Daisy #F2F14D
Tints of Paris Daisy #F2F14D
RGB
CMYK
RGB Variations
Color information
#F2F14D (or 0xF2F14D) is known color: Paris Daisy. HEX triplet: F2, F1 and 4D. RGB value is (242,241,77). Sum of RGB (Red+Green+Blue) = 242+241+77=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 77 (30.47% from 255 or 13.75% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F14D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F14D is #0D0EB2. Grayscale: #DFDFDF. Windows color (decimal): -855731 or 5108210. OLE color: 5108210.
HSL color Cylindrical-coordinate representation of color #F2F14D: hue angle of 59.64º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2F14D is Cyan = 0, Magento = 0.00, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 77 | - |
| CMYK | 0 | 0.00 | 0.68 | 0.05 |
| HSL | 59.64º | 0.86% | 0.63% | - |
| HSV(B) | 59.64º | 0.68% | 0.95% | - |
| XYZ | 69.41 | 82.32 | 19.25 | - |
| YUV | 222.6 | 45.83 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 77 | 0 | 0.00 | 0.68 | 0.05 | 59.64 | 0.86 | 0.63 |
| Hex | F2 | F1 | 4D | 0 | 0 | 44 | 5 | 3C | 56 | 3F |
| Octal | 362 | 361 | 115 | 0 | 0 | 104 | 5 | 74 | 126 | 77 |
| Binary | 11110010 | 11110001 | 1001101 | 0 | 0 | 1000100 | 101 | 111100 | 1010110 | 111111 |
Color Harmonies of #F2F14D
Complementary color
Monochromatic Colors of #F2F14D
Black with #F2F14D
Text Example
Text Example
White with #F2F14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F14D; }
p { color: rgb(242,241,77); }
H1.HeaderClassName
{
color: #F2F14D;
}
.AnyTagClassName
{
color: #F2F14D;
}
</style>
background-color css
<style>
a { background-color: #F2F14D; }
a { background-color: rgb(242,241,77); }
div.DivClassName
{
background-color: #F2F14D;
}
.BgClassName
{
background-color: #F2F14D;
}
</style>
border-color css
<style>
span { border-color: #F2F14D; }
span { border-color: rgb(242,241,77); }
td.TdClassName
{
border-color: #F2F14D;
}
.TagClassName
{
border-color: #F2F14D;
}
</style>