Shades of Golden Poppy #F0BF0C
Tints of Golden Poppy #F0BF0C
RGB
CMYK
RGB Variations
Color information
#F0BF0C (or 0xF0BF0C) is known color: Golden Poppy. HEX triplet: F0, BF and 0C. RGB value is (240,191,12). Sum of RGB (Red+Green+Blue) = 240+191+12=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 12 (5.08% from 255 or 2.71% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BF0C is #0F40F3. Grayscale: #BABABA. Windows color (decimal): -999668 or 835568. OLE color: 835568.
HSL color Cylindrical-coordinate representation of color #F0BF0C: hue angle of 47.11º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0BF0C is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 12 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.06 |
| HSL | 47.11º | 0.9% | 0.49% | - |
| HSV(B) | 47.11º | 0.95% | 0.94% | - |
| XYZ | 54.63 | 55.81 | 8.24 | - |
| YUV | 185.25 | 30.23 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 12 | 0 | 0.20 | 0.95 | 0.06 | 47.11 | 0.9 | 0.49 |
| Hex | F0 | BF | C | 0 | 14 | 5F | 6 | 2F | 5A | 31 |
| Octal | 360 | 277 | 14 | 0 | 24 | 137 | 6 | 57 | 132 | 61 |
| Binary | 11110000 | 10111111 | 1100 | 0 | 10100 | 1011111 | 110 | 101111 | 1011010 | 110001 |
Color Harmonies of #F0BF0C
Complementary color
Monochromatic Colors of #F0BF0C
Black with #F0BF0C
Text Example
Text Example
White with #F0BF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BF0C; }
p { color: rgb(240,191,12); }
H1.HeaderClassName
{
color: #F0BF0C;
}
.AnyTagClassName
{
color: #F0BF0C;
}
</style>
background-color css
<style>
a { background-color: #F0BF0C; }
a { background-color: rgb(240,191,12); }
div.DivClassName
{
background-color: #F0BF0C;
}
.BgClassName
{
background-color: #F0BF0C;
}
</style>
border-color css
<style>
span { border-color: #F0BF0C; }
span { border-color: rgb(240,191,12); }
td.TdClassName
{
border-color: #F0BF0C;
}
.TagClassName
{
border-color: #F0BF0C;
}
</style>