Shades of Golden Poppy #F0C707
Tints of Golden Poppy #F0C707
RGB
CMYK
RGB Variations
Color information
#F0C707 (or 0xF0C707) is known color: Golden Poppy. HEX triplet: F0, C7 and 07. RGB value is (240,199,7). Sum of RGB (Red+Green+Blue) = 240+199+7=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 7 (3.12% from 255 or 1.57% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C707 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C707 is #0F38F8. Grayscale: #BEBEBE. Windows color (decimal): -997625 or 509936. OLE color: 509936.
HSL color Cylindrical-coordinate representation of color #F0C707: hue angle of 49.44º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0C707 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 199 | 7 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.06 |
| HSL | 49.44º | 0.94% | 0.48% | - |
| HSV(B) | 49.44º | 0.97% | 0.94% | - |
| XYZ | 56.4 | 59.39 | 8.69 | - |
| YUV | 189.37 | 25.08 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 199 | 7 | 0 | 0.17 | 0.97 | 0.06 | 49.44 | 0.94 | 0.48 |
| Hex | F0 | C7 | 7 | 0 | 11 | 61 | 6 | 31 | 5E | 30 |
| Octal | 360 | 307 | 7 | 0 | 21 | 141 | 6 | 61 | 136 | 60 |
| Binary | 11110000 | 11000111 | 111 | 0 | 10001 | 1100001 | 110 | 110001 | 1011110 | 110000 |
Color Harmonies of #F0C707
Complementary color
Monochromatic Colors of #F0C707
Black with #F0C707
Text Example
Text Example
White with #F0C707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C707; }
p { color: rgb(240,199,7); }
H1.HeaderClassName
{
color: #F0C707;
}
.AnyTagClassName
{
color: #F0C707;
}
</style>
background-color css
<style>
a { background-color: #F0C707; }
a { background-color: rgb(240,199,7); }
div.DivClassName
{
background-color: #F0C707;
}
.BgClassName
{
background-color: #F0C707;
}
</style>
border-color css
<style>
span { border-color: #F0C707; }
span { border-color: rgb(240,199,7); }
td.TdClassName
{
border-color: #F0C707;
}
.TagClassName
{
border-color: #F0C707;
}
</style>