Shades of Golden Poppy #FBBF0F
Tints of Golden Poppy #FBBF0F
RGB
CMYK
RGB Variations
Color information
#FBBF0F (or 0xFBBF0F) is known color: Golden Poppy. HEX triplet: FB, BF and 0F. RGB value is (251,191,15). Sum of RGB (Red+Green+Blue) = 251+191+15=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 15 (6.25% from 255 or 3.28% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBF0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBBF0F is #0440F0. Grayscale: #BDBDBD. Windows color (decimal): -278769 or 1032187. OLE color: 1032187.
HSL color Cylindrical-coordinate representation of color #FBBF0F: hue angle of 44.75º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBBF0F is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 191 | 15 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.02 |
| HSL | 44.75º | 0.97% | 0.52% | - |
| HSV(B) | 44.75º | 0.94% | 0.98% | - |
| XYZ | 58.5 | 57.81 | 8.53 | - |
| YUV | 188.88 | 29.88 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 191 | 15 | 0 | 0.24 | 0.94 | 0.02 | 44.75 | 0.97 | 0.52 |
| Hex | FB | BF | F | 0 | 18 | 5E | 2 | 2D | 61 | 34 |
| Octal | 373 | 277 | 17 | 0 | 30 | 136 | 2 | 55 | 141 | 64 |
| Binary | 11111011 | 10111111 | 1111 | 0 | 11000 | 1011110 | 10 | 101101 | 1100001 | 110100 |
Color Harmonies of #FBBF0F
Complementary color
Monochromatic Colors of #FBBF0F
Black with #FBBF0F
Text Example
Text Example
White with #FBBF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBF0F; }
p { color: rgb(251,191,15); }
H1.HeaderClassName
{
color: #FBBF0F;
}
.AnyTagClassName
{
color: #FBBF0F;
}
</style>
background-color css
<style>
a { background-color: #FBBF0F; }
a { background-color: rgb(251,191,15); }
div.DivClassName
{
background-color: #FBBF0F;
}
.BgClassName
{
background-color: #FBBF0F;
}
</style>
border-color css
<style>
span { border-color: #FBBF0F; }
span { border-color: rgb(251,191,15); }
td.TdClassName
{
border-color: #FBBF0F;
}
.TagClassName
{
border-color: #FBBF0F;
}
</style>