Shades of Golden Poppy #FBC403
Tints of Golden Poppy #FBC403
RGB
CMYK
RGB Variations
Color information
#FBC403 (or 0xFBC403) is known color: Golden Poppy. HEX triplet: FB, C4 and 03. RGB value is (251,196,3). Sum of RGB (Red+Green+Blue) = 251+196+3=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 3 (1.56% from 255 or 0.67% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC403 is #043BFC. Grayscale: #BFBFBF. Windows color (decimal): -277501 or 247035. OLE color: 247035.
HSL color Cylindrical-coordinate representation of color #FBC403: hue angle of 46.69º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FBC403 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 3 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.02 |
| HSL | 46.69º | 0.98% | 0.5% | - |
| HSV(B) | 46.69º | 0.99% | 0.98% | - |
| XYZ | 59.54 | 60 | 8.53 | - |
| YUV | 190.44 | 22.22 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 3 | 0 | 0.22 | 0.99 | 0.02 | 46.69 | 0.98 | 0.5 |
| Hex | FB | C4 | 3 | 0 | 16 | 63 | 2 | 2F | 62 | 32 |
| Octal | 373 | 304 | 3 | 0 | 26 | 143 | 2 | 57 | 142 | 62 |
| Binary | 11111011 | 11000100 | 11 | 0 | 10110 | 1100011 | 10 | 101111 | 1100010 | 110010 |
Color Harmonies of #FBC403
Complementary color
Monochromatic Colors of #FBC403
Black with #FBC403
Text Example
Text Example
White with #FBC403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC403; }
p { color: rgb(251,196,3); }
H1.HeaderClassName
{
color: #FBC403;
}
.AnyTagClassName
{
color: #FBC403;
}
</style>
background-color css
<style>
a { background-color: #FBC403; }
a { background-color: rgb(251,196,3); }
div.DivClassName
{
background-color: #FBC403;
}
.BgClassName
{
background-color: #FBC403;
}
</style>
border-color css
<style>
span { border-color: #FBC403; }
span { border-color: rgb(251,196,3); }
td.TdClassName
{
border-color: #FBC403;
}
.TagClassName
{
border-color: #FBC403;
}
</style>