Shades of Golden Poppy #F6C20B
Tints of Golden Poppy #F6C20B
RGB
CMYK
RGB Variations
Color information
#F6C20B (or 0xF6C20B) is known color: Golden Poppy. HEX triplet: F6, C2 and 0B. RGB value is (246,194,11). Sum of RGB (Red+Green+Blue) = 246+194+11=451 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.55% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 11 (4.69% from 255 or 2.44% from 451); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C20B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6C20B is #093DF4. Grayscale: #BDBDBD. Windows color (decimal): -605685 or 770806. OLE color: 770806.
HSL color Cylindrical-coordinate representation of color #F6C20B: hue angle of 46.72º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6C20B is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 194 | 11 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.04 |
| HSL | 46.72º | 0.93% | 0.5% | - |
| HSV(B) | 46.72º | 0.96% | 0.96% | - |
| XYZ | 57.36 | 58.2 | 8.53 | - |
| YUV | 188.69 | 27.73 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 11 | 0 | 0.21 | 0.96 | 0.04 | 46.72 | 0.93 | 0.5 |
| Hex | F6 | C2 | B | 0 | 15 | 60 | 4 | 2F | 5D | 32 |
| Octal | 366 | 302 | 13 | 0 | 25 | 140 | 4 | 57 | 135 | 62 |
| Binary | 11110110 | 11000010 | 1011 | 0 | 10101 | 1100000 | 100 | 101111 | 1011101 | 110010 |
Color Harmonies of #F6C20B
Complementary color
Monochromatic Colors of #F6C20B
Black with #F6C20B
Text Example
Text Example
White with #F6C20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C20B; }
p { color: rgb(246,194,11); }
H1.HeaderClassName
{
color: #F6C20B;
}
.AnyTagClassName
{
color: #F6C20B;
}
</style>
background-color css
<style>
a { background-color: #F6C20B; }
a { background-color: rgb(246,194,11); }
div.DivClassName
{
background-color: #F6C20B;
}
.BgClassName
{
background-color: #F6C20B;
}
</style>
border-color css
<style>
span { border-color: #F6C20B; }
span { border-color: rgb(246,194,11); }
td.TdClassName
{
border-color: #F6C20B;
}
.TagClassName
{
border-color: #F6C20B;
}
</style>