Shades of Paris Daisy #F7F04D
Tints of Paris Daisy #F7F04D
RGB
CMYK
RGB Variations
Color information
#F7F04D (or 0xF7F04D) is known color: Paris Daisy. HEX triplet: F7, F0 and 4D. RGB value is (247,240,77). Sum of RGB (Red+Green+Blue) = 247+240+77=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 77 (30.47% from 255 or 13.65% from 564); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F04D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F04D is #080FB2. Grayscale: #E0E0E0. Windows color (decimal): -528307 or 5107959. OLE color: 5107959.
HSL color Cylindrical-coordinate representation of color #F7F04D: hue angle of 57.53º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F7F04D is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 240 | 77 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.03 |
| HSL | 57.53º | 0.91% | 0.64% | - |
| HSV(B) | 57.53º | 0.69% | 0.97% | - |
| XYZ | 70.86 | 82.63 | 19.24 | - |
| YUV | 223.51 | 45.32 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 240 | 77 | 0 | 0.03 | 0.69 | 0.03 | 57.53 | 0.91 | 0.64 |
| Hex | F7 | F0 | 4D | 0 | 3 | 45 | 3 | 3A | 5B | 40 |
| Octal | 367 | 360 | 115 | 0 | 3 | 105 | 3 | 72 | 133 | 100 |
| Binary | 11110111 | 11110000 | 1001101 | 0 | 11 | 1000101 | 11 | 111010 | 1011011 | 1000000 |
Color Harmonies of #F7F04D
Complementary color
Monochromatic Colors of #F7F04D
Black with #F7F04D
Text Example
Text Example
White with #F7F04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F04D; }
p { color: rgb(247,240,77); }
H1.HeaderClassName
{
color: #F7F04D;
}
.AnyTagClassName
{
color: #F7F04D;
}
</style>
background-color css
<style>
a { background-color: #F7F04D; }
a { background-color: rgb(247,240,77); }
div.DivClassName
{
background-color: #F7F04D;
}
.BgClassName
{
background-color: #F7F04D;
}
</style>
border-color css
<style>
span { border-color: #F7F04D; }
span { border-color: rgb(247,240,77); }
td.TdClassName
{
border-color: #F7F04D;
}
.TagClassName
{
border-color: #F7F04D;
}
</style>