Shades of Golden Poppy #FBC409
Tints of Golden Poppy #FBC409
RGB
CMYK
RGB Variations
Color information
#FBC409 (or 0xFBC409) is known color: Golden Poppy. HEX triplet: FB, C4 and 09. RGB value is (251,196,9). Sum of RGB (Red+Green+Blue) = 251+196+9=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 9 (3.91% from 255 or 1.97% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC409 is #043BF6. Grayscale: #BFBFBF. Windows color (decimal): -277495 or 640251. OLE color: 640251.
HSL color Cylindrical-coordinate representation of color #FBC409: hue angle of 46.36º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FBC409 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 9 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.02 |
| HSL | 46.36º | 0.97% | 0.51% | - |
| HSV(B) | 46.36º | 0.96% | 0.98% | - |
| XYZ | 59.57 | 60.01 | 8.7 | - |
| YUV | 191.13 | 25.22 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 9 | 0 | 0.22 | 0.96 | 0.02 | 46.36 | 0.97 | 0.51 |
| Hex | FB | C4 | 9 | 0 | 16 | 60 | 2 | 2E | 61 | 33 |
| Octal | 373 | 304 | 11 | 0 | 26 | 140 | 2 | 56 | 141 | 63 |
| Binary | 11111011 | 11000100 | 1001 | 0 | 10110 | 1100000 | 10 | 101110 | 1100001 | 110011 |
Color Harmonies of #FBC409
Complementary color
Monochromatic Colors of #FBC409
Black with #FBC409
Text Example
Text Example
White with #FBC409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC409; }
p { color: rgb(251,196,9); }
H1.HeaderClassName
{
color: #FBC409;
}
.AnyTagClassName
{
color: #FBC409;
}
</style>
background-color css
<style>
a { background-color: #FBC409; }
a { background-color: rgb(251,196,9); }
div.DivClassName
{
background-color: #FBC409;
}
.BgClassName
{
background-color: #FBC409;
}
</style>
border-color css
<style>
span { border-color: #FBC409; }
span { border-color: rgb(251,196,9); }
td.TdClassName
{
border-color: #FBC409;
}
.TagClassName
{
border-color: #FBC409;
}
</style>