Shades of Golden Poppy #F7C80C
Tints of Golden Poppy #F7C80C
RGB
CMYK
RGB Variations
Color information
#F7C80C (or 0xF7C80C) is known color: Golden Poppy. HEX triplet: F7, C8 and 0C. RGB value is (247,200,12). Sum of RGB (Red+Green+Blue) = 247+200+12=459 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.81% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 12 (5.08% from 255 or 2.61% from 459); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7C80C is #0837F3. Grayscale: #C1C1C1. Windows color (decimal): -538612 or 837879. OLE color: 837879.
HSL color Cylindrical-coordinate representation of color #F7C80C: hue angle of 48º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7C80C is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 200 | 12 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.03 |
| HSL | 48º | 0.94% | 0.51% | - |
| HSV(B) | 48º | 0.95% | 0.97% | - |
| XYZ | 59.08 | 61.11 | 9.03 | - |
| YUV | 192.62 | 26.07 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 200 | 12 | 0 | 0.19 | 0.95 | 0.03 | 48 | 0.94 | 0.51 |
| Hex | F7 | C8 | C | 0 | 13 | 5F | 3 | 30 | 5E | 33 |
| Octal | 367 | 310 | 14 | 0 | 23 | 137 | 3 | 60 | 136 | 63 |
| Binary | 11110111 | 11001000 | 1100 | 0 | 10011 | 1011111 | 11 | 110000 | 1011110 | 110011 |
Color Harmonies of #F7C80C
Complementary color
Monochromatic Colors of #F7C80C
Black with #F7C80C
Text Example
Text Example
White with #F7C80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C80C; }
p { color: rgb(247,200,12); }
H1.HeaderClassName
{
color: #F7C80C;
}
.AnyTagClassName
{
color: #F7C80C;
}
</style>
background-color css
<style>
a { background-color: #F7C80C; }
a { background-color: rgb(247,200,12); }
div.DivClassName
{
background-color: #F7C80C;
}
.BgClassName
{
background-color: #F7C80C;
}
</style>
border-color css
<style>
span { border-color: #F7C80C; }
span { border-color: rgb(247,200,12); }
td.TdClassName
{
border-color: #F7C80C;
}
.TagClassName
{
border-color: #F7C80C;
}
</style>