Shades of Golden Poppy #F6BF0B
Tints of Golden Poppy #F6BF0B
RGB
CMYK
RGB Variations
Color information
#F6BF0B (or 0xF6BF0B) is known color: Golden Poppy. HEX triplet: F6, BF and 0B. RGB value is (246,191,11). Sum of RGB (Red+Green+Blue) = 246+191+11=448 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.91% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 11 (4.69% from 255 or 2.46% from 448); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6BF0B is #0940F4. Grayscale: #BBBBBB. Windows color (decimal): -606453 or 770038. OLE color: 770038.
HSL color Cylindrical-coordinate representation of color #F6BF0B: hue angle of 45.96º 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 #F6BF0B is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 191 | 11 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.04 |
| HSL | 45.96º | 0.93% | 0.5% | - |
| HSV(B) | 45.96º | 0.96% | 0.96% | - |
| XYZ | 56.7 | 56.88 | 8.31 | - |
| YUV | 186.93 | 28.72 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 191 | 11 | 0 | 0.22 | 0.96 | 0.04 | 45.96 | 0.93 | 0.5 |
| Hex | F6 | BF | B | 0 | 16 | 60 | 4 | 2E | 5D | 32 |
| Octal | 366 | 277 | 13 | 0 | 26 | 140 | 4 | 56 | 135 | 62 |
| Binary | 11110110 | 10111111 | 1011 | 0 | 10110 | 1100000 | 100 | 101110 | 1011101 | 110010 |
Color Harmonies of #F6BF0B
Complementary color
Monochromatic Colors of #F6BF0B
Black with #F6BF0B
Text Example
Text Example
White with #F6BF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BF0B; }
p { color: rgb(246,191,11); }
H1.HeaderClassName
{
color: #F6BF0B;
}
.AnyTagClassName
{
color: #F6BF0B;
}
</style>
background-color css
<style>
a { background-color: #F6BF0B; }
a { background-color: rgb(246,191,11); }
div.DivClassName
{
background-color: #F6BF0B;
}
.BgClassName
{
background-color: #F6BF0B;
}
</style>
border-color css
<style>
span { border-color: #F6BF0B; }
span { border-color: rgb(246,191,11); }
td.TdClassName
{
border-color: #F6BF0B;
}
.TagClassName
{
border-color: #F6BF0B;
}
</style>