Shades of Golden Poppy #F0BD00
Tints of Golden Poppy #F0BD00
RGB
CMYK
RGB Variations
Color information
#F0BD00 (or 0xF0BD00) is known color: Golden Poppy. HEX triplet: F0, BD and 00. RGB value is (240,189,0). Sum of RGB (Red+Green+Blue) = 240+189+0=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BD00 is #0F42FF. Grayscale: #B7B7B7. Windows color (decimal): -1000192 or 48624. OLE color: 48624.
HSL color Cylindrical-coordinate representation of color #F0BD00: hue angle of 47.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0BD00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.06 |
| HSL | 47.25º | 1% | 0.47% | - |
| HSV(B) | 47.25º | 1% | 0.94% | - |
| XYZ | 54.13 | 54.92 | 7.75 | - |
| YUV | 182.7 | 24.9 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 0 | 0 | 0.21 | 1 | 0.06 | 47.25 | 1 | 0.47 |
| Hex | F0 | BD | 0 | 0 | 15 | 64 | 6 | 2F | 64 | 2F |
| Octal | 360 | 275 | 0 | 0 | 25 | 144 | 6 | 57 | 144 | 57 |
| Binary | 11110000 | 10111101 | 0 | 0 | 10101 | 1100100 | 110 | 101111 | 1100100 | 101111 |
Color Harmonies of #F0BD00
Complementary color
Monochromatic Colors of #F0BD00
Black with #F0BD00
Text Example
Text Example
White with #F0BD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BD00; }
p { color: rgb(240,189,0); }
H1.HeaderClassName
{
color: #F0BD00;
}
.AnyTagClassName
{
color: #F0BD00;
}
</style>
background-color css
<style>
a { background-color: #F0BD00; }
a { background-color: rgb(240,189,0); }
div.DivClassName
{
background-color: #F0BD00;
}
.BgClassName
{
background-color: #F0BD00;
}
</style>
border-color css
<style>
span { border-color: #F0BD00; }
span { border-color: rgb(240,189,0); }
td.TdClassName
{
border-color: #F0BD00;
}
.TagClassName
{
border-color: #F0BD00;
}
</style>