Shades of Golden Poppy #F6C80C
Tints of Golden Poppy #F6C80C
RGB
CMYK
RGB Variations
Color information
#F6C80C (or 0xF6C80C) is known color: Golden Poppy. HEX triplet: F6, C8 and 0C. RGB value is (246,200,12). Sum of RGB (Red+Green+Blue) = 246+200+12=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 12 (5.08% from 255 or 2.62% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6C80C is #0937F3. Grayscale: #C1C1C1. Windows color (decimal): -604148 or 837878. OLE color: 837878.
HSL color Cylindrical-coordinate representation of color #F6C80C: hue angle of 48.21º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6C80C is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 200 | 12 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.04 |
| HSL | 48.21º | 0.93% | 0.51% | - |
| HSV(B) | 48.21º | 0.95% | 0.96% | - |
| XYZ | 58.73 | 60.93 | 9.01 | - |
| YUV | 192.32 | 26.24 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 200 | 12 | 0 | 0.19 | 0.95 | 0.04 | 48.21 | 0.93 | 0.51 |
| Hex | F6 | C8 | C | 0 | 13 | 5F | 4 | 30 | 5D | 33 |
| Octal | 366 | 310 | 14 | 0 | 23 | 137 | 4 | 60 | 135 | 63 |
| Binary | 11110110 | 11001000 | 1100 | 0 | 10011 | 1011111 | 100 | 110000 | 1011101 | 110011 |
Color Harmonies of #F6C80C
Complementary color
Monochromatic Colors of #F6C80C
Black with #F6C80C
Text Example
Text Example
White with #F6C80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C80C; }
p { color: rgb(246,200,12); }
H1.HeaderClassName
{
color: #F6C80C;
}
.AnyTagClassName
{
color: #F6C80C;
}
</style>
background-color css
<style>
a { background-color: #F6C80C; }
a { background-color: rgb(246,200,12); }
div.DivClassName
{
background-color: #F6C80C;
}
.BgClassName
{
background-color: #F6C80C;
}
</style>
border-color css
<style>
span { border-color: #F6C80C; }
span { border-color: rgb(246,200,12); }
td.TdClassName
{
border-color: #F6C80C;
}
.TagClassName
{
border-color: #F6C80C;
}
</style>