Shades of Golden Poppy #FBC411
Tints of Golden Poppy #FBC411
RGB
CMYK
RGB Variations
Color information
#FBC411 (or 0xFBC411) is known color: Golden Poppy. HEX triplet: FB, C4 and 11. RGB value is (251,196,17). Sum of RGB (Red+Green+Blue) = 251+196+17=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 17 (7.03% from 255 or 3.66% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC411 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC411 is #043BEE. Grayscale: #C0C0C0. Windows color (decimal): -277487 or 1164539. OLE color: 1164539.
HSL color Cylindrical-coordinate representation of color #FBC411: hue angle of 45.9º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FBC411 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 17 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.02 |
| HSL | 45.9º | 0.97% | 0.53% | - |
| HSV(B) | 45.9º | 0.93% | 0.98% | - |
| XYZ | 59.62 | 60.03 | 8.97 | - |
| YUV | 192.04 | 29.22 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 17 | 0 | 0.22 | 0.93 | 0.02 | 45.9 | 0.97 | 0.53 |
| Hex | FB | C4 | 11 | 0 | 16 | 5D | 2 | 2E | 61 | 35 |
| Octal | 373 | 304 | 21 | 0 | 26 | 135 | 2 | 56 | 141 | 65 |
| Binary | 11111011 | 11000100 | 10001 | 0 | 10110 | 1011101 | 10 | 101110 | 1100001 | 110101 |
Color Harmonies of #FBC411
Complementary color
Monochromatic Colors of #FBC411
Black with #FBC411
Text Example
Text Example
White with #FBC411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC411; }
p { color: rgb(251,196,17); }
H1.HeaderClassName
{
color: #FBC411;
}
.AnyTagClassName
{
color: #FBC411;
}
</style>
background-color css
<style>
a { background-color: #FBC411; }
a { background-color: rgb(251,196,17); }
div.DivClassName
{
background-color: #FBC411;
}
.BgClassName
{
background-color: #FBC411;
}
</style>
border-color css
<style>
span { border-color: #FBC411; }
span { border-color: rgb(251,196,17); }
td.TdClassName
{
border-color: #FBC411;
}
.TagClassName
{
border-color: #FBC411;
}
</style>