Shades of Golden Poppy #F6C110
Tints of Golden Poppy #F6C110
RGB
CMYK
RGB Variations
Color information
#F6C110 (or 0xF6C110) is known color: Golden Poppy. HEX triplet: F6, C1 and 10. RGB value is (246,193,16). Sum of RGB (Red+Green+Blue) = 246+193+16=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 16 (6.64% from 255 or 3.52% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6C110 is #093EEF. Grayscale: #BDBDBD. Windows color (decimal): -605936 or 1098230. OLE color: 1098230.
HSL color Cylindrical-coordinate representation of color #F6C110: hue angle of 46.17º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F6C110 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 193 | 16 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.04 |
| HSL | 46.17º | 0.93% | 0.51% | - |
| HSV(B) | 46.17º | 0.93% | 0.96% | - |
| XYZ | 57.17 | 57.77 | 8.63 | - |
| YUV | 188.67 | 30.56 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 193 | 16 | 0 | 0.22 | 0.93 | 0.04 | 46.17 | 0.93 | 0.51 |
| Hex | F6 | C1 | 10 | 0 | 16 | 5D | 4 | 2E | 5D | 33 |
| Octal | 366 | 301 | 20 | 0 | 26 | 135 | 4 | 56 | 135 | 63 |
| Binary | 11110110 | 11000001 | 10000 | 0 | 10110 | 1011101 | 100 | 101110 | 1011101 | 110011 |
Color Harmonies of #F6C110
Complementary color
Monochromatic Colors of #F6C110
Black with #F6C110
Text Example
Text Example
White with #F6C110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C110; }
p { color: rgb(246,193,16); }
H1.HeaderClassName
{
color: #F6C110;
}
.AnyTagClassName
{
color: #F6C110;
}
</style>
background-color css
<style>
a { background-color: #F6C110; }
a { background-color: rgb(246,193,16); }
div.DivClassName
{
background-color: #F6C110;
}
.BgClassName
{
background-color: #F6C110;
}
</style>
border-color css
<style>
span { border-color: #F6C110; }
span { border-color: rgb(246,193,16); }
td.TdClassName
{
border-color: #F6C110;
}
.TagClassName
{
border-color: #F6C110;
}
</style>