Shades of Golden Poppy #F6C310
Tints of Golden Poppy #F6C310
RGB
CMYK
RGB Variations
Color information
#F6C310 (or 0xF6C310) is known color: Golden Poppy. HEX triplet: F6, C3 and 10. RGB value is (246,195,16). Sum of RGB (Red+Green+Blue) = 246+195+16=457 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.83% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 16 (6.64% from 255 or 3.50% from 457); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C310 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6C310 is #093CEF. Grayscale: #BEBEBE. Windows color (decimal): -605424 or 1098742. OLE color: 1098742.
HSL color Cylindrical-coordinate representation of color #F6C310: hue angle of 46.7º 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 #F6C310 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 195 | 16 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.04 |
| HSL | 46.7º | 0.93% | 0.51% | - |
| HSV(B) | 46.7º | 0.93% | 0.96% | - |
| XYZ | 57.61 | 58.66 | 8.78 | - |
| YUV | 189.84 | 29.9 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 195 | 16 | 0 | 0.21 | 0.93 | 0.04 | 46.7 | 0.93 | 0.51 |
| Hex | F6 | C3 | 10 | 0 | 15 | 5D | 4 | 2F | 5D | 33 |
| Octal | 366 | 303 | 20 | 0 | 25 | 135 | 4 | 57 | 135 | 63 |
| Binary | 11110110 | 11000011 | 10000 | 0 | 10101 | 1011101 | 100 | 101111 | 1011101 | 110011 |
Color Harmonies of #F6C310
Complementary color
Monochromatic Colors of #F6C310
Black with #F6C310
Text Example
Text Example
White with #F6C310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C310; }
p { color: rgb(246,195,16); }
H1.HeaderClassName
{
color: #F6C310;
}
.AnyTagClassName
{
color: #F6C310;
}
</style>
background-color css
<style>
a { background-color: #F6C310; }
a { background-color: rgb(246,195,16); }
div.DivClassName
{
background-color: #F6C310;
}
.BgClassName
{
background-color: #F6C310;
}
</style>
border-color css
<style>
span { border-color: #F6C310; }
span { border-color: rgb(246,195,16); }
td.TdClassName
{
border-color: #F6C310;
}
.TagClassName
{
border-color: #F6C310;
}
</style>