Shades of Golden Poppy #F7C60C
Tints of Golden Poppy #F7C60C
RGB
CMYK
RGB Variations
Color information
#F7C60C (or 0xF7C60C) is known color: Golden Poppy. HEX triplet: F7, C6 and 0C. RGB value is (247,198,12). Sum of RGB (Red+Green+Blue) = 247+198+12=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 12 (5.08% from 255 or 2.63% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7C60C is #0839F3. Grayscale: #C0C0C0. Windows color (decimal): -539124 or 837367. OLE color: 837367.
HSL color Cylindrical-coordinate representation of color #F7C60C: hue angle of 47.49º 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 #F7C60C is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 198 | 12 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.03 |
| HSL | 47.49º | 0.94% | 0.51% | - |
| HSV(B) | 47.49º | 0.95% | 0.97% | - |
| XYZ | 58.62 | 60.19 | 8.88 | - |
| YUV | 191.45 | 26.73 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 198 | 12 | 0 | 0.20 | 0.95 | 0.03 | 47.49 | 0.94 | 0.51 |
| Hex | F7 | C6 | C | 0 | 14 | 5F | 3 | 2F | 5E | 33 |
| Octal | 367 | 306 | 14 | 0 | 24 | 137 | 3 | 57 | 136 | 63 |
| Binary | 11110111 | 11000110 | 1100 | 0 | 10100 | 1011111 | 11 | 101111 | 1011110 | 110011 |
Color Harmonies of #F7C60C
Complementary color
Monochromatic Colors of #F7C60C
Black with #F7C60C
Text Example
Text Example
White with #F7C60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C60C; }
p { color: rgb(247,198,12); }
H1.HeaderClassName
{
color: #F7C60C;
}
.AnyTagClassName
{
color: #F7C60C;
}
</style>
background-color css
<style>
a { background-color: #F7C60C; }
a { background-color: rgb(247,198,12); }
div.DivClassName
{
background-color: #F7C60C;
}
.BgClassName
{
background-color: #F7C60C;
}
</style>
border-color css
<style>
span { border-color: #F7C60C; }
span { border-color: rgb(247,198,12); }
td.TdClassName
{
border-color: #F7C60C;
}
.TagClassName
{
border-color: #F7C60C;
}
</style>