Shades of Golden Poppy #F3BC00
Tints of Golden Poppy #F3BC00
RGB
CMYK
RGB Variations
Color information
#F3BC00 (or 0xF3BC00) is known color: Golden Poppy. HEX triplet: F3, BC and 00. RGB value is (243,188,0). Sum of RGB (Red+Green+Blue) = 243+188+0=431 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.38% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3BC00 is #0C43FF. Grayscale: #B7B7B7. Windows color (decimal): -803840 or 48371. OLE color: 48371.
HSL color Cylindrical-coordinate representation of color #F3BC00: hue angle of 46.42º 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 #F3BC00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.05 |
| HSL | 46.42º | 1% | 0.48% | - |
| HSV(B) | 46.42º | 1% | 0.95% | - |
| XYZ | 54.95 | 55.02 | 7.72 | - |
| YUV | 183.01 | 24.72 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 0 | 0 | 0.23 | 1 | 0.05 | 46.42 | 1 | 0.48 |
| Hex | F3 | BC | 0 | 0 | 17 | 64 | 5 | 2E | 64 | 30 |
| Octal | 363 | 274 | 0 | 0 | 27 | 144 | 5 | 56 | 144 | 60 |
| Binary | 11110011 | 10111100 | 0 | 0 | 10111 | 1100100 | 101 | 101110 | 1100100 | 110000 |
Color Harmonies of #F3BC00
Complementary color
Monochromatic Colors of #F3BC00
Black with #F3BC00
Text Example
Text Example
White with #F3BC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BC00; }
p { color: rgb(243,188,0); }
H1.HeaderClassName
{
color: #F3BC00;
}
.AnyTagClassName
{
color: #F3BC00;
}
</style>
background-color css
<style>
a { background-color: #F3BC00; }
a { background-color: rgb(243,188,0); }
div.DivClassName
{
background-color: #F3BC00;
}
.BgClassName
{
background-color: #F3BC00;
}
</style>
border-color css
<style>
span { border-color: #F3BC00; }
span { border-color: rgb(243,188,0); }
td.TdClassName
{
border-color: #F3BC00;
}
.TagClassName
{
border-color: #F3BC00;
}
</style>