Shades of Golden Poppy #F4BD0D
Tints of Golden Poppy #F4BD0D
RGB
CMYK
RGB Variations
Color information
#F4BD0D (or 0xF4BD0D) is known color: Golden Poppy. HEX triplet: F4, BD and 0D. RGB value is (244,189,13). Sum of RGB (Red+Green+Blue) = 244+189+13=446 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.71% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 13 (5.47% from 255 or 2.91% from 446); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4BD0D is #0B42F2. Grayscale: #BABABA. Windows color (decimal): -738035 or 900596. OLE color: 900596.
HSL color Cylindrical-coordinate representation of color #F4BD0D: hue angle of 45.71º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4BD0D is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 13 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.04 |
| HSL | 45.71º | 0.91% | 0.5% | - |
| HSV(B) | 45.71º | 0.95% | 0.96% | - |
| XYZ | 55.58 | 55.66 | 8.19 | - |
| YUV | 185.38 | 30.72 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 13 | 0 | 0.23 | 0.95 | 0.04 | 45.71 | 0.91 | 0.5 |
| Hex | F4 | BD | D | 0 | 17 | 5F | 4 | 2E | 5B | 32 |
| Octal | 364 | 275 | 15 | 0 | 27 | 137 | 4 | 56 | 133 | 62 |
| Binary | 11110100 | 10111101 | 1101 | 0 | 10111 | 1011111 | 100 | 101110 | 1011011 | 110010 |
Color Harmonies of #F4BD0D
Complementary color
Monochromatic Colors of #F4BD0D
Black with #F4BD0D
Text Example
Text Example
White with #F4BD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BD0D; }
p { color: rgb(244,189,13); }
H1.HeaderClassName
{
color: #F4BD0D;
}
.AnyTagClassName
{
color: #F4BD0D;
}
</style>
background-color css
<style>
a { background-color: #F4BD0D; }
a { background-color: rgb(244,189,13); }
div.DivClassName
{
background-color: #F4BD0D;
}
.BgClassName
{
background-color: #F4BD0D;
}
</style>
border-color css
<style>
span { border-color: #F4BD0D; }
span { border-color: rgb(244,189,13); }
td.TdClassName
{
border-color: #F4BD0D;
}
.TagClassName
{
border-color: #F4BD0D;
}
</style>