Shades of Golden Poppy #F6C70B
Tints of Golden Poppy #F6C70B
RGB
CMYK
RGB Variations
Color information
#F6C70B (or 0xF6C70B) is known color: Golden Poppy. HEX triplet: F6, C7 and 0B. RGB value is (246,199,11). Sum of RGB (Red+Green+Blue) = 246+199+11=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 11 (4.69% from 255 or 2.41% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C70B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6C70B is #0938F4. Grayscale: #C0C0C0. Windows color (decimal): -604405 or 772086. OLE color: 772086.
HSL color Cylindrical-coordinate representation of color #F6C70B: hue angle of 48º 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 #F6C70B is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 199 | 11 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.04 |
| HSL | 48º | 0.93% | 0.5% | - |
| HSV(B) | 48º | 0.96% | 0.96% | - |
| XYZ | 58.49 | 60.46 | 8.9 | - |
| YUV | 191.62 | 26.07 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 199 | 11 | 0 | 0.19 | 0.96 | 0.04 | 48 | 0.93 | 0.5 |
| Hex | F6 | C7 | B | 0 | 13 | 60 | 4 | 30 | 5D | 32 |
| Octal | 366 | 307 | 13 | 0 | 23 | 140 | 4 | 60 | 135 | 62 |
| Binary | 11110110 | 11000111 | 1011 | 0 | 10011 | 1100000 | 100 | 110000 | 1011101 | 110010 |
Color Harmonies of #F6C70B
Complementary color
Monochromatic Colors of #F6C70B
Black with #F6C70B
Text Example
Text Example
White with #F6C70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C70B; }
p { color: rgb(246,199,11); }
H1.HeaderClassName
{
color: #F6C70B;
}
.AnyTagClassName
{
color: #F6C70B;
}
</style>
background-color css
<style>
a { background-color: #F6C70B; }
a { background-color: rgb(246,199,11); }
div.DivClassName
{
background-color: #F6C70B;
}
.BgClassName
{
background-color: #F6C70B;
}
</style>
border-color css
<style>
span { border-color: #F6C70B; }
span { border-color: rgb(246,199,11); }
td.TdClassName
{
border-color: #F6C70B;
}
.TagClassName
{
border-color: #F6C70B;
}
</style>