Shades of Golden Poppy #F6C80B
Tints of Golden Poppy #F6C80B
RGB
CMYK
RGB Variations
Color information
#F6C80B (or 0xF6C80B) is known color: Golden Poppy. HEX triplet: F6, C8 and 0B. RGB value is (246,200,11). Sum of RGB (Red+Green+Blue) = 246+200+11=457 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.83% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 11 (4.69% from 255 or 2.41% from 457); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6C80B is #0937F4. Grayscale: #C1C1C1. Windows color (decimal): -604149 or 772342. OLE color: 772342.
HSL color Cylindrical-coordinate representation of color #F6C80B: hue angle of 48.26º 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 #F6C80B is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 200 | 11 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.04 |
| HSL | 48.26º | 0.93% | 0.5% | - |
| HSV(B) | 48.26º | 0.96% | 0.96% | - |
| XYZ | 58.72 | 60.93 | 8.98 | - |
| YUV | 192.21 | 25.74 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 200 | 11 | 0 | 0.19 | 0.96 | 0.04 | 48.26 | 0.93 | 0.5 |
| Hex | F6 | C8 | B | 0 | 13 | 60 | 4 | 30 | 5D | 32 |
| Octal | 366 | 310 | 13 | 0 | 23 | 140 | 4 | 60 | 135 | 62 |
| Binary | 11110110 | 11001000 | 1011 | 0 | 10011 | 1100000 | 100 | 110000 | 1011101 | 110010 |
Color Harmonies of #F6C80B
Complementary color
Monochromatic Colors of #F6C80B
Black with #F6C80B
Text Example
Text Example
White with #F6C80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C80B; }
p { color: rgb(246,200,11); }
H1.HeaderClassName
{
color: #F6C80B;
}
.AnyTagClassName
{
color: #F6C80B;
}
</style>
background-color css
<style>
a { background-color: #F6C80B; }
a { background-color: rgb(246,200,11); }
div.DivClassName
{
background-color: #F6C80B;
}
.BgClassName
{
background-color: #F6C80B;
}
</style>
border-color css
<style>
span { border-color: #F6C80B; }
span { border-color: rgb(246,200,11); }
td.TdClassName
{
border-color: #F6C80B;
}
.TagClassName
{
border-color: #F6C80B;
}
</style>