Shades of Golden Poppy #F3BA05
Tints of Golden Poppy #F3BA05
RGB
CMYK
RGB Variations
Color information
#F3BA05 (or 0xF3BA05) is known color: Golden Poppy. HEX triplet: F3, BA and 05. RGB value is (243,186,5). Sum of RGB (Red+Green+Blue) = 243+186+5=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 5 (2.34% from 255 or 1.15% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3BA05 is #0C45FA. Grayscale: #B7B7B7. Windows color (decimal): -804347 or 375539. OLE color: 375539.
HSL color Cylindrical-coordinate representation of color #F3BA05: hue angle of 45.63º degrees, saturation: 0.96, 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 #F3BA05 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 5 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.05 |
| HSL | 45.63º | 0.96% | 0.49% | - |
| HSV(B) | 45.63º | 0.98% | 0.95% | - |
| XYZ | 54.55 | 54.18 | 7.73 | - |
| YUV | 182.41 | 27.88 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 5 | 0 | 0.23 | 0.98 | 0.05 | 45.63 | 0.96 | 0.49 |
| Hex | F3 | BA | 5 | 0 | 17 | 62 | 5 | 2E | 60 | 31 |
| Octal | 363 | 272 | 5 | 0 | 27 | 142 | 5 | 56 | 140 | 61 |
| Binary | 11110011 | 10111010 | 101 | 0 | 10111 | 1100010 | 101 | 101110 | 1100000 | 110001 |
Color Harmonies of #F3BA05
Complementary color
Monochromatic Colors of #F3BA05
Black with #F3BA05
Text Example
Text Example
White with #F3BA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BA05; }
p { color: rgb(243,186,5); }
H1.HeaderClassName
{
color: #F3BA05;
}
.AnyTagClassName
{
color: #F3BA05;
}
</style>
background-color css
<style>
a { background-color: #F3BA05; }
a { background-color: rgb(243,186,5); }
div.DivClassName
{
background-color: #F3BA05;
}
.BgClassName
{
background-color: #F3BA05;
}
</style>
border-color css
<style>
span { border-color: #F3BA05; }
span { border-color: rgb(243,186,5); }
td.TdClassName
{
border-color: #F3BA05;
}
.TagClassName
{
border-color: #F3BA05;
}
</style>