Shades of Golden Poppy #FBC00A
Tints of Golden Poppy #FBC00A
RGB
CMYK
RGB Variations
Color information
#FBC00A (or 0xFBC00A) is known color: Golden Poppy. HEX triplet: FB, C0 and 0A. RGB value is (251,192,10). Sum of RGB (Red+Green+Blue) = 251+192+10=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 10 (4.30% from 255 or 2.21% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC00A is #043FF5. Grayscale: #BDBDBD. Windows color (decimal): -278518 or 704763. OLE color: 704763.
HSL color Cylindrical-coordinate representation of color #FBC00A: hue angle of 45.31º 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 #FBC00A is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 10 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.02 |
| HSL | 45.31º | 0.97% | 0.51% | - |
| HSV(B) | 45.31º | 0.96% | 0.98% | - |
| XYZ | 58.69 | 58.23 | 8.43 | - |
| YUV | 188.89 | 27.05 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 10 | 0 | 0.24 | 0.96 | 0.02 | 45.31 | 0.97 | 0.51 |
| Hex | FB | C0 | A | 0 | 18 | 60 | 2 | 2D | 61 | 33 |
| Octal | 373 | 300 | 12 | 0 | 30 | 140 | 2 | 55 | 141 | 63 |
| Binary | 11111011 | 11000000 | 1010 | 0 | 11000 | 1100000 | 10 | 101101 | 1100001 | 110011 |
Color Harmonies of #FBC00A
Complementary color
Monochromatic Colors of #FBC00A
Black with #FBC00A
Text Example
Text Example
White with #FBC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC00A; }
p { color: rgb(251,192,10); }
H1.HeaderClassName
{
color: #FBC00A;
}
.AnyTagClassName
{
color: #FBC00A;
}
</style>
background-color css
<style>
a { background-color: #FBC00A; }
a { background-color: rgb(251,192,10); }
div.DivClassName
{
background-color: #FBC00A;
}
.BgClassName
{
background-color: #FBC00A;
}
</style>
border-color css
<style>
span { border-color: #FBC00A; }
span { border-color: rgb(251,192,10); }
td.TdClassName
{
border-color: #FBC00A;
}
.TagClassName
{
border-color: #FBC00A;
}
</style>