Shades of Golden Poppy #FBC304
Tints of Golden Poppy #FBC304
RGB
CMYK
RGB Variations
Color information
#FBC304 (or 0xFBC304) is known color: Golden Poppy. HEX triplet: FB, C3 and 04. RGB value is (251,195,4). Sum of RGB (Red+Green+Blue) = 251+195+4=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 4 (1.95% from 255 or 0.89% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC304 is #043CFB. Grayscale: #BEBEBE. Windows color (decimal): -277756 or 312315. OLE color: 312315.
HSL color Cylindrical-coordinate representation of color #FBC304: hue angle of 46.4º 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 #FBC304 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 4 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.02 |
| HSL | 46.4º | 0.97% | 0.5% | - |
| HSV(B) | 46.4º | 0.98% | 0.98% | - |
| XYZ | 59.32 | 59.55 | 8.48 | - |
| YUV | 189.97 | 23.05 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 4 | 0 | 0.22 | 0.98 | 0.02 | 46.4 | 0.97 | 0.5 |
| Hex | FB | C3 | 4 | 0 | 16 | 62 | 2 | 2E | 61 | 32 |
| Octal | 373 | 303 | 4 | 0 | 26 | 142 | 2 | 56 | 141 | 62 |
| Binary | 11111011 | 11000011 | 100 | 0 | 10110 | 1100010 | 10 | 101110 | 1100001 | 110010 |
Color Harmonies of #FBC304
Complementary color
Monochromatic Colors of #FBC304
Black with #FBC304
Text Example
Text Example
White with #FBC304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC304; }
p { color: rgb(251,195,4); }
H1.HeaderClassName
{
color: #FBC304;
}
.AnyTagClassName
{
color: #FBC304;
}
</style>
background-color css
<style>
a { background-color: #FBC304; }
a { background-color: rgb(251,195,4); }
div.DivClassName
{
background-color: #FBC304;
}
.BgClassName
{
background-color: #FBC304;
}
</style>
border-color css
<style>
span { border-color: #FBC304; }
span { border-color: rgb(251,195,4); }
td.TdClassName
{
border-color: #FBC304;
}
.TagClassName
{
border-color: #FBC304;
}
</style>