Shades of Golden Poppy #F4BD04
Tints of Golden Poppy #F4BD04
RGB
CMYK
RGB Variations
Color information
#F4BD04 (or 0xF4BD04) is known color: Golden Poppy. HEX triplet: F4, BD and 04. RGB value is (244,189,4). Sum of RGB (Red+Green+Blue) = 244+189+4=437 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.84% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 4 (1.95% from 255 or 0.92% from 437); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BD04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4BD04 is #0B42FB. Grayscale: #B9B9B9. Windows color (decimal): -738044 or 310772. OLE color: 310772.
HSL color Cylindrical-coordinate representation of color #F4BD04: hue angle of 46.25º 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 #F4BD04 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 4 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.04 |
| HSL | 46.25º | 0.97% | 0.49% | - |
| HSV(B) | 46.25º | 0.98% | 0.96% | - |
| XYZ | 55.53 | 55.64 | 7.93 | - |
| YUV | 184.36 | 26.22 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 4 | 0 | 0.23 | 0.98 | 0.04 | 46.25 | 0.97 | 0.49 |
| Hex | F4 | BD | 4 | 0 | 17 | 62 | 4 | 2E | 61 | 31 |
| Octal | 364 | 275 | 4 | 0 | 27 | 142 | 4 | 56 | 141 | 61 |
| Binary | 11110100 | 10111101 | 100 | 0 | 10111 | 1100010 | 100 | 101110 | 1100001 | 110001 |
Color Harmonies of #F4BD04
Complementary color
Monochromatic Colors of #F4BD04
Black with #F4BD04
Text Example
Text Example
White with #F4BD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BD04; }
p { color: rgb(244,189,4); }
H1.HeaderClassName
{
color: #F4BD04;
}
.AnyTagClassName
{
color: #F4BD04;
}
</style>
background-color css
<style>
a { background-color: #F4BD04; }
a { background-color: rgb(244,189,4); }
div.DivClassName
{
background-color: #F4BD04;
}
.BgClassName
{
background-color: #F4BD04;
}
</style>
border-color css
<style>
span { border-color: #F4BD04; }
span { border-color: rgb(244,189,4); }
td.TdClassName
{
border-color: #F4BD04;
}
.TagClassName
{
border-color: #F4BD04;
}
</style>