Shades of Golden Poppy #F3BA06
Tints of Golden Poppy #F3BA06
RGB
CMYK
RGB Variations
Color information
#F3BA06 (or 0xF3BA06) is known color: Golden Poppy. HEX triplet: F3, BA and 06. RGB value is (243,186,6). Sum of RGB (Red+Green+Blue) = 243+186+6=435 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.86% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 6 (2.73% from 255 or 1.38% from 435); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3BA06 is #0C45F9. Grayscale: #B7B7B7. Windows color (decimal): -804346 or 441075. OLE color: 441075.
HSL color Cylindrical-coordinate representation of color #F3BA06: hue angle of 45.57º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F3BA06 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 6 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.05 |
| HSL | 45.57º | 0.95% | 0.49% | - |
| HSV(B) | 45.57º | 0.98% | 0.95% | - |
| XYZ | 54.55 | 54.19 | 7.76 | - |
| YUV | 182.52 | 28.38 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 6 | 0 | 0.23 | 0.98 | 0.05 | 45.57 | 0.95 | 0.49 |
| Hex | F3 | BA | 6 | 0 | 17 | 62 | 5 | 2E | 5F | 31 |
| Octal | 363 | 272 | 6 | 0 | 27 | 142 | 5 | 56 | 137 | 61 |
| Binary | 11110011 | 10111010 | 110 | 0 | 10111 | 1100010 | 101 | 101110 | 1011111 | 110001 |
Color Harmonies of #F3BA06
Complementary color
Monochromatic Colors of #F3BA06
Black with #F3BA06
Text Example
Text Example
White with #F3BA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BA06; }
p { color: rgb(243,186,6); }
H1.HeaderClassName
{
color: #F3BA06;
}
.AnyTagClassName
{
color: #F3BA06;
}
</style>
background-color css
<style>
a { background-color: #F3BA06; }
a { background-color: rgb(243,186,6); }
div.DivClassName
{
background-color: #F3BA06;
}
.BgClassName
{
background-color: #F3BA06;
}
</style>
border-color css
<style>
span { border-color: #F3BA06; }
span { border-color: rgb(243,186,6); }
td.TdClassName
{
border-color: #F3BA06;
}
.TagClassName
{
border-color: #F3BA06;
}
</style>