Shades of Golden Poppy #F4BC04
Tints of Golden Poppy #F4BC04
RGB
CMYK
RGB Variations
Color information
#F4BC04 (or 0xF4BC04) is known color: Golden Poppy. HEX triplet: F4, BC and 04. RGB value is (244,188,4). Sum of RGB (Red+Green+Blue) = 244+188+4=436 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.96% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 4 (1.95% from 255 or 0.92% from 436); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BC04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4BC04 is #0B43FB. Grayscale: #B8B8B8. Windows color (decimal): -738300 or 310516. OLE color: 310516.
HSL color Cylindrical-coordinate representation of color #F4BC04: hue angle of 46º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F4BC04 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 4 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.04 |
| HSL | 46º | 0.97% | 0.49% | - |
| HSV(B) | 46º | 0.98% | 0.96% | - |
| XYZ | 55.31 | 55.21 | 7.86 | - |
| YUV | 183.77 | 26.55 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 4 | 0 | 0.23 | 0.98 | 0.04 | 46 | 0.97 | 0.49 |
| Hex | F4 | BC | 4 | 0 | 17 | 62 | 4 | 2E | 61 | 31 |
| Octal | 364 | 274 | 4 | 0 | 27 | 142 | 4 | 56 | 141 | 61 |
| Binary | 11110100 | 10111100 | 100 | 0 | 10111 | 1100010 | 100 | 101110 | 1100001 | 110001 |
Color Harmonies of #F4BC04
Complementary color
Monochromatic Colors of #F4BC04
Black with #F4BC04
Text Example
Text Example
White with #F4BC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BC04; }
p { color: rgb(244,188,4); }
H1.HeaderClassName
{
color: #F4BC04;
}
.AnyTagClassName
{
color: #F4BC04;
}
</style>
background-color css
<style>
a { background-color: #F4BC04; }
a { background-color: rgb(244,188,4); }
div.DivClassName
{
background-color: #F4BC04;
}
.BgClassName
{
background-color: #F4BC04;
}
</style>
border-color css
<style>
span { border-color: #F4BC04; }
span { border-color: rgb(244,188,4); }
td.TdClassName
{
border-color: #F4BC04;
}
.TagClassName
{
border-color: #F4BC04;
}
</style>