Shades of Golden Poppy #F9BE0D
Tints of Golden Poppy #F9BE0D
RGB
CMYK
RGB Variations
Color information
#F9BE0D (or 0xF9BE0D) is known color: Golden Poppy. HEX triplet: F9, BE and 0D. RGB value is (249,190,13). Sum of RGB (Red+Green+Blue) = 249+190+13=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 13 (5.47% from 255 or 2.88% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BE0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9BE0D is #0641F2. Grayscale: #BCBCBC. Windows color (decimal): -410099 or 900857. OLE color: 900857.
HSL color Cylindrical-coordinate representation of color #F9BE0D: hue angle of 45º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9BE0D is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 190 | 13 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.02 |
| HSL | 45º | 0.95% | 0.51% | - |
| HSV(B) | 45º | 0.95% | 0.98% | - |
| XYZ | 57.55 | 57 | 8.35 | - |
| YUV | 187.46 | 29.55 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 190 | 13 | 0 | 0.24 | 0.95 | 0.02 | 45 | 0.95 | 0.51 |
| Hex | F9 | BE | D | 0 | 18 | 5F | 2 | 2D | 5F | 33 |
| Octal | 371 | 276 | 15 | 0 | 30 | 137 | 2 | 55 | 137 | 63 |
| Binary | 11111001 | 10111110 | 1101 | 0 | 11000 | 1011111 | 10 | 101101 | 1011111 | 110011 |
Color Harmonies of #F9BE0D
Complementary color
Monochromatic Colors of #F9BE0D
Black with #F9BE0D
Text Example
Text Example
White with #F9BE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BE0D; }
p { color: rgb(249,190,13); }
H1.HeaderClassName
{
color: #F9BE0D;
}
.AnyTagClassName
{
color: #F9BE0D;
}
</style>
background-color css
<style>
a { background-color: #F9BE0D; }
a { background-color: rgb(249,190,13); }
div.DivClassName
{
background-color: #F9BE0D;
}
.BgClassName
{
background-color: #F9BE0D;
}
</style>
border-color css
<style>
span { border-color: #F9BE0D; }
span { border-color: rgb(249,190,13); }
td.TdClassName
{
border-color: #F9BE0D;
}
.TagClassName
{
border-color: #F9BE0D;
}
</style>