Shades of Golden Poppy #F2C609
Tints of Golden Poppy #F2C609
RGB
CMYK
RGB Variations
Color information
#F2C609 (or 0xF2C609) is known color: Golden Poppy. HEX triplet: F2, C6 and 09. RGB value is (242,198,9). Sum of RGB (Red+Green+Blue) = 242+198+9=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 9 (3.91% from 255 or 2.00% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C609 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C609 is #0D39F6. Grayscale: #BEBEBE. Windows color (decimal): -866807 or 640754. OLE color: 640754.
HSL color Cylindrical-coordinate representation of color #F2C609: hue angle of 48.67º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2C609 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 9 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.05 |
| HSL | 48.67º | 0.93% | 0.49% | - |
| HSV(B) | 48.67º | 0.96% | 0.95% | - |
| XYZ | 56.86 | 59.29 | 8.7 | - |
| YUV | 189.61 | 26.08 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 9 | 0 | 0.18 | 0.96 | 0.05 | 48.67 | 0.93 | 0.49 |
| Hex | F2 | C6 | 9 | 0 | 12 | 60 | 5 | 31 | 5D | 31 |
| Octal | 362 | 306 | 11 | 0 | 22 | 140 | 5 | 61 | 135 | 61 |
| Binary | 11110010 | 11000110 | 1001 | 0 | 10010 | 1100000 | 101 | 110001 | 1011101 | 110001 |
Color Harmonies of #F2C609
Complementary color
Monochromatic Colors of #F2C609
Black with #F2C609
Text Example
Text Example
White with #F2C609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C609; }
p { color: rgb(242,198,9); }
H1.HeaderClassName
{
color: #F2C609;
}
.AnyTagClassName
{
color: #F2C609;
}
</style>
background-color css
<style>
a { background-color: #F2C609; }
a { background-color: rgb(242,198,9); }
div.DivClassName
{
background-color: #F2C609;
}
.BgClassName
{
background-color: #F2C609;
}
</style>
border-color css
<style>
span { border-color: #F2C609; }
span { border-color: rgb(242,198,9); }
td.TdClassName
{
border-color: #F2C609;
}
.TagClassName
{
border-color: #F2C609;
}
</style>