Shades of Golden Poppy #FBC407
Tints of Golden Poppy #FBC407
RGB
CMYK
RGB Variations
Color information
#FBC407 (or 0xFBC407) is known color: Golden Poppy. HEX triplet: FB, C4 and 07. RGB value is (251,196,7). Sum of RGB (Red+Green+Blue) = 251+196+7=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 196 (76.95% from 255 or 43.17% from 454); Blue value is 7 (3.12% from 255 or 1.54% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC407 is #043BF8. Grayscale: #BFBFBF. Windows color (decimal): -277497 or 509179. OLE color: 509179.
HSL color Cylindrical-coordinate representation of color #FBC407: hue angle of 46.48º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FBC407 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 7 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.02 |
| HSL | 46.48º | 0.97% | 0.51% | - |
| HSV(B) | 46.48º | 0.97% | 0.98% | - |
| XYZ | 59.56 | 60 | 8.64 | - |
| YUV | 190.9 | 24.22 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 7 | 0 | 0.22 | 0.97 | 0.02 | 46.48 | 0.97 | 0.51 |
| Hex | FB | C4 | 7 | 0 | 16 | 61 | 2 | 2E | 61 | 33 |
| Octal | 373 | 304 | 7 | 0 | 26 | 141 | 2 | 56 | 141 | 63 |
| Binary | 11111011 | 11000100 | 111 | 0 | 10110 | 1100001 | 10 | 101110 | 1100001 | 110011 |
Color Harmonies of #FBC407
Complementary color
Monochromatic Colors of #FBC407
Black with #FBC407
Text Example
Text Example
White with #FBC407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC407; }
p { color: rgb(251,196,7); }
H1.HeaderClassName
{
color: #FBC407;
}
.AnyTagClassName
{
color: #FBC407;
}
</style>
background-color css
<style>
a { background-color: #FBC407; }
a { background-color: rgb(251,196,7); }
div.DivClassName
{
background-color: #FBC407;
}
.BgClassName
{
background-color: #FBC407;
}
</style>
border-color css
<style>
span { border-color: #FBC407; }
span { border-color: rgb(251,196,7); }
td.TdClassName
{
border-color: #FBC407;
}
.TagClassName
{
border-color: #FBC407;
}
</style>