Shades of Golden Poppy #F0C709
Tints of Golden Poppy #F0C709
RGB
CMYK
RGB Variations
Color information
#F0C709 (or 0xF0C709) is known color: Golden Poppy. HEX triplet: F0, C7 and 09. RGB value is (240,199,9). Sum of RGB (Red+Green+Blue) = 240+199+9=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 9 (3.91% from 255 or 2.01% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C709 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C709 is #0F38F6. Grayscale: #BEBEBE. Windows color (decimal): -997623 or 641008. OLE color: 641008.
HSL color Cylindrical-coordinate representation of color #F0C709: hue angle of 49.35º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0C709 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 199 | 9 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.06 |
| HSL | 49.35º | 0.93% | 0.49% | - |
| HSV(B) | 49.35º | 0.96% | 0.94% | - |
| XYZ | 56.41 | 59.39 | 8.75 | - |
| YUV | 189.6 | 26.08 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 199 | 9 | 0 | 0.17 | 0.96 | 0.06 | 49.35 | 0.93 | 0.49 |
| Hex | F0 | C7 | 9 | 0 | 11 | 60 | 6 | 31 | 5D | 31 |
| Octal | 360 | 307 | 11 | 0 | 21 | 140 | 6 | 61 | 135 | 61 |
| Binary | 11110000 | 11000111 | 1001 | 0 | 10001 | 1100000 | 110 | 110001 | 1011101 | 110001 |
Color Harmonies of #F0C709
Complementary color
Monochromatic Colors of #F0C709
Black with #F0C709
Text Example
Text Example
White with #F0C709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C709; }
p { color: rgb(240,199,9); }
H1.HeaderClassName
{
color: #F0C709;
}
.AnyTagClassName
{
color: #F0C709;
}
</style>
background-color css
<style>
a { background-color: #F0C709; }
a { background-color: rgb(240,199,9); }
div.DivClassName
{
background-color: #F0C709;
}
.BgClassName
{
background-color: #F0C709;
}
</style>
border-color css
<style>
span { border-color: #F0C709; }
span { border-color: rgb(240,199,9); }
td.TdClassName
{
border-color: #F0C709;
}
.TagClassName
{
border-color: #F0C709;
}
</style>