Shades of Paris Daisy #F7F04A
Tints of Paris Daisy #F7F04A
RGB
CMYK
RGB Variations
Color information
#F7F04A (or 0xF7F04A) is known color: Paris Daisy. HEX triplet: F7, F0 and 4A. RGB value is (247,240,74). Sum of RGB (Red+Green+Blue) = 247+240+74=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 74 (29.30% from 255 or 13.19% from 561); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F04A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7F04A is #080FB5. Grayscale: #DFDFDF. Windows color (decimal): -528310 or 4911351. OLE color: 4911351.
HSL color Cylindrical-coordinate representation of color #F7F04A: hue angle of 57.57º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F7F04A is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 240 | 74 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.03 |
| HSL | 57.57º | 0.92% | 0.63% | - |
| HSV(B) | 57.57º | 0.7% | 0.97% | - |
| XYZ | 70.75 | 82.59 | 18.69 | - |
| YUV | 223.17 | 43.82 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 240 | 74 | 0 | 0.03 | 0.70 | 0.03 | 57.57 | 0.92 | 0.63 |
| Hex | F7 | F0 | 4A | 0 | 3 | 46 | 3 | 3A | 5C | 3F |
| Octal | 367 | 360 | 112 | 0 | 3 | 106 | 3 | 72 | 134 | 77 |
| Binary | 11110111 | 11110000 | 1001010 | 0 | 11 | 1000110 | 11 | 111010 | 1011100 | 111111 |
Color Harmonies of #F7F04A
Complementary color
Monochromatic Colors of #F7F04A
Black with #F7F04A
Text Example
Text Example
White with #F7F04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F04A; }
p { color: rgb(247,240,74); }
H1.HeaderClassName
{
color: #F7F04A;
}
.AnyTagClassName
{
color: #F7F04A;
}
</style>
background-color css
<style>
a { background-color: #F7F04A; }
a { background-color: rgb(247,240,74); }
div.DivClassName
{
background-color: #F7F04A;
}
.BgClassName
{
background-color: #F7F04A;
}
</style>
border-color css
<style>
span { border-color: #F7F04A; }
span { border-color: rgb(247,240,74); }
td.TdClassName
{
border-color: #F7F04A;
}
.TagClassName
{
border-color: #F7F04A;
}
</style>