Shades of Paris Daisy #F7F94C
Tints of Paris Daisy #F7F94C
RGB
CMYK
RGB Variations
Color information
#F7F94C (or 0xF7F94C) is known color: Paris Daisy. HEX triplet: F7, F9 and 4C. RGB value is (247,249,76). Sum of RGB (Red+Green+Blue) = 247+249+76=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 249 (97.66% from 255 or 43.53% from 572); Blue value is 76 (30.08% from 255 or 13.29% from 572); Max value from RGB is 249 - color contains mainly: green. Hex color #F7F94C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7F94C is #0806B3. Grayscale: #E5E5E5. Windows color (decimal): -526004 or 5044727. OLE color: 5044727.
HSL color Cylindrical-coordinate representation of color #F7F94C: hue angle of 60.69º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F7F94C is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 249 | 76 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.02 |
| HSL | 60.69º | 0.94% | 0.64% | - |
| HSV(B) | 60.69º | 0.69% | 0.98% | - |
| XYZ | 73.54 | 88.05 | 19.96 | - |
| YUV | 228.68 | 41.84 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 249 | 76 | 0.01 | 0 | 0.69 | 0.02 | 60.69 | 0.94 | 0.64 |
| Hex | F7 | F9 | 4C | 1 | 0 | 45 | 2 | 3D | 5E | 40 |
| Octal | 367 | 371 | 114 | 1 | 0 | 105 | 2 | 75 | 136 | 100 |
| Binary | 11110111 | 11111001 | 1001100 | 1 | 0 | 1000101 | 10 | 111101 | 1011110 | 1000000 |
Color Harmonies of #F7F94C
Complementary color
Monochromatic Colors of #F7F94C
Black with #F7F94C
Text Example
Text Example
White with #F7F94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F94C; }
p { color: rgb(247,249,76); }
H1.HeaderClassName
{
color: #F7F94C;
}
.AnyTagClassName
{
color: #F7F94C;
}
</style>
background-color css
<style>
a { background-color: #F7F94C; }
a { background-color: rgb(247,249,76); }
div.DivClassName
{
background-color: #F7F94C;
}
.BgClassName
{
background-color: #F7F94C;
}
</style>
border-color css
<style>
span { border-color: #F7F94C; }
span { border-color: rgb(247,249,76); }
td.TdClassName
{
border-color: #F7F94C;
}
.TagClassName
{
border-color: #F7F94C;
}
</style>