Shades of Golden Poppy #F6C506
Tints of Golden Poppy #F6C506
RGB
CMYK
RGB Variations
Color information
#F6C506 (or 0xF6C506) is known color: Golden Poppy. HEX triplet: F6, C5 and 06. RGB value is (246,197,6). Sum of RGB (Red+Green+Blue) = 246+197+6=449 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.79% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 6 (2.73% from 255 or 1.34% from 449); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6C506 is #093AF9. Grayscale: #BEBEBE. Windows color (decimal): -604922 or 443894. OLE color: 443894.
HSL color Cylindrical-coordinate representation of color #F6C506: hue angle of 47.75º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F6C506 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 197 | 6 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.04 |
| HSL | 47.75º | 0.95% | 0.49% | - |
| HSV(B) | 47.75º | 0.98% | 0.96% | - |
| XYZ | 58.01 | 59.54 | 8.61 | - |
| YUV | 189.88 | 24.23 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 197 | 6 | 0 | 0.20 | 0.98 | 0.04 | 47.75 | 0.95 | 0.49 |
| Hex | F6 | C5 | 6 | 0 | 14 | 62 | 4 | 30 | 5F | 31 |
| Octal | 366 | 305 | 6 | 0 | 24 | 142 | 4 | 60 | 137 | 61 |
| Binary | 11110110 | 11000101 | 110 | 0 | 10100 | 1100010 | 100 | 110000 | 1011111 | 110001 |
Color Harmonies of #F6C506
Complementary color
Monochromatic Colors of #F6C506
Black with #F6C506
Text Example
Text Example
White with #F6C506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C506; }
p { color: rgb(246,197,6); }
H1.HeaderClassName
{
color: #F6C506;
}
.AnyTagClassName
{
color: #F6C506;
}
</style>
background-color css
<style>
a { background-color: #F6C506; }
a { background-color: rgb(246,197,6); }
div.DivClassName
{
background-color: #F6C506;
}
.BgClassName
{
background-color: #F6C506;
}
</style>
border-color css
<style>
span { border-color: #F6C506; }
span { border-color: rgb(246,197,6); }
td.TdClassName
{
border-color: #F6C506;
}
.TagClassName
{
border-color: #F6C506;
}
</style>