Shades of Golden Poppy #FBBF04
Tints of Golden Poppy #FBBF04
RGB
CMYK
RGB Variations
Color information
#FBBF04 (or 0xFBBF04) is known color: Golden Poppy. HEX triplet: FB, BF and 04. RGB value is (251,191,4). Sum of RGB (Red+Green+Blue) = 251+191+4=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 4 (1.95% from 255 or 0.90% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBF04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBBF04 is #0440FB. Grayscale: #BCBCBC. Windows color (decimal): -278780 or 311291. OLE color: 311291.
HSL color Cylindrical-coordinate representation of color #FBBF04: hue angle of 45.43º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FBBF04 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 191 | 4 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.02 |
| HSL | 45.43º | 0.97% | 0.5% | - |
| HSV(B) | 45.43º | 0.98% | 0.98% | - |
| XYZ | 58.44 | 57.78 | 8.19 | - |
| YUV | 187.62 | 24.38 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 191 | 4 | 0 | 0.24 | 0.98 | 0.02 | 45.43 | 0.97 | 0.5 |
| Hex | FB | BF | 4 | 0 | 18 | 62 | 2 | 2D | 61 | 32 |
| Octal | 373 | 277 | 4 | 0 | 30 | 142 | 2 | 55 | 141 | 62 |
| Binary | 11111011 | 10111111 | 100 | 0 | 11000 | 1100010 | 10 | 101101 | 1100001 | 110010 |
Color Harmonies of #FBBF04
Complementary color
Monochromatic Colors of #FBBF04
Black with #FBBF04
Text Example
Text Example
White with #FBBF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBF04; }
p { color: rgb(251,191,4); }
H1.HeaderClassName
{
color: #FBBF04;
}
.AnyTagClassName
{
color: #FBBF04;
}
</style>
background-color css
<style>
a { background-color: #FBBF04; }
a { background-color: rgb(251,191,4); }
div.DivClassName
{
background-color: #FBBF04;
}
.BgClassName
{
background-color: #FBBF04;
}
</style>
border-color css
<style>
span { border-color: #FBBF04; }
span { border-color: rgb(251,191,4); }
td.TdClassName
{
border-color: #FBBF04;
}
.TagClassName
{
border-color: #FBBF04;
}
</style>