Shades of Golden Poppy #F3BF00
Tints of Golden Poppy #F3BF00
RGB
CMYK
RGB Variations
Color information
#F3BF00 (or 0xF3BF00) is known color: Golden Poppy. HEX triplet: F3, BF and 00. RGB value is (243,191,0). Sum of RGB (Red+Green+Blue) = 243+191+0=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 0 (0.39% from 255 or 0% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3BF00 is #0C40FF. Grayscale: #B9B9B9. Windows color (decimal): -803072 or 49139. OLE color: 49139.
HSL color Cylindrical-coordinate representation of color #F3BF00: hue angle of 47.16º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F3BF00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 191 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.05 |
| HSL | 47.16º | 1% | 0.48% | - |
| HSV(B) | 47.16º | 1% | 0.95% | - |
| XYZ | 55.59 | 56.32 | 7.94 | - |
| YUV | 184.77 | 23.73 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 191 | 0 | 0 | 0.21 | 1 | 0.05 | 47.16 | 1 | 0.48 |
| Hex | F3 | BF | 0 | 0 | 15 | 64 | 5 | 2F | 64 | 30 |
| Octal | 363 | 277 | 0 | 0 | 25 | 144 | 5 | 57 | 144 | 60 |
| Binary | 11110011 | 10111111 | 0 | 0 | 10101 | 1100100 | 101 | 101111 | 1100100 | 110000 |
Color Harmonies of #F3BF00
Complementary color
Monochromatic Colors of #F3BF00
Black with #F3BF00
Text Example
Text Example
White with #F3BF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BF00; }
p { color: rgb(243,191,0); }
H1.HeaderClassName
{
color: #F3BF00;
}
.AnyTagClassName
{
color: #F3BF00;
}
</style>
background-color css
<style>
a { background-color: #F3BF00; }
a { background-color: rgb(243,191,0); }
div.DivClassName
{
background-color: #F3BF00;
}
.BgClassName
{
background-color: #F3BF00;
}
</style>
border-color css
<style>
span { border-color: #F3BF00; }
span { border-color: rgb(243,191,0); }
td.TdClassName
{
border-color: #F3BF00;
}
.TagClassName
{
border-color: #F3BF00;
}
</style>