Shades of Golden Poppy #F9BD02
Tints of Golden Poppy #F9BD02
RGB
CMYK
RGB Variations
Color information
#F9BD02 (or 0xF9BD02) is known color: Golden Poppy. HEX triplet: F9, BD and 02. RGB value is (249,189,2). Sum of RGB (Red+Green+Blue) = 249+189+2=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 2 (1.17% from 255 or 0.45% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BD02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9BD02 is #0642FD. Grayscale: #BABABA. Windows color (decimal): -410366 or 179705. OLE color: 179705.
HSL color Cylindrical-coordinate representation of color #F9BD02: hue angle of 45.43º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F9BD02 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 189 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.02 |
| HSL | 45.43º | 0.98% | 0.49% | - |
| HSV(B) | 45.43º | 0.99% | 0.98% | - |
| XYZ | 57.28 | 56.54 | 7.95 | - |
| YUV | 185.62 | 24.38 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 189 | 2 | 0 | 0.24 | 0.99 | 0.02 | 45.43 | 0.98 | 0.49 |
| Hex | F9 | BD | 2 | 0 | 18 | 63 | 2 | 2D | 62 | 31 |
| Octal | 371 | 275 | 2 | 0 | 30 | 143 | 2 | 55 | 142 | 61 |
| Binary | 11111001 | 10111101 | 10 | 0 | 11000 | 1100011 | 10 | 101101 | 1100010 | 110001 |
Color Harmonies of #F9BD02
Complementary color
Monochromatic Colors of #F9BD02
Black with #F9BD02
Text Example
Text Example
White with #F9BD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BD02; }
p { color: rgb(249,189,2); }
H1.HeaderClassName
{
color: #F9BD02;
}
.AnyTagClassName
{
color: #F9BD02;
}
</style>
background-color css
<style>
a { background-color: #F9BD02; }
a { background-color: rgb(249,189,2); }
div.DivClassName
{
background-color: #F9BD02;
}
.BgClassName
{
background-color: #F9BD02;
}
</style>
border-color css
<style>
span { border-color: #F9BD02; }
span { border-color: rgb(249,189,2); }
td.TdClassName
{
border-color: #F9BD02;
}
.TagClassName
{
border-color: #F9BD02;
}
</style>