Shades of Golden Poppy #FBC012
Tints of Golden Poppy #FBC012
RGB
CMYK
RGB Variations
Color information
#FBC012 (or 0xFBC012) is known color: Golden Poppy. HEX triplet: FB, C0 and 12. RGB value is (251,192,18). Sum of RGB (Red+Green+Blue) = 251+192+18=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 18 (7.42% from 255 or 3.90% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC012 is #043FED. Grayscale: #BEBEBE. Windows color (decimal): -278510 or 1229051. OLE color: 1229051.
HSL color Cylindrical-coordinate representation of color #FBC012: hue angle of 44.81º 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 #FBC012 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 18 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.02 |
| HSL | 44.81º | 0.97% | 0.53% | - |
| HSV(B) | 44.81º | 0.93% | 0.98% | - |
| XYZ | 58.74 | 58.25 | 8.72 | - |
| YUV | 189.81 | 31.05 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 18 | 0 | 0.24 | 0.93 | 0.02 | 44.81 | 0.97 | 0.53 |
| Hex | FB | C0 | 12 | 0 | 18 | 5D | 2 | 2D | 61 | 35 |
| Octal | 373 | 300 | 22 | 0 | 30 | 135 | 2 | 55 | 141 | 65 |
| Binary | 11111011 | 11000000 | 10010 | 0 | 11000 | 1011101 | 10 | 101101 | 1100001 | 110101 |
Color Harmonies of #FBC012
Complementary color
Monochromatic Colors of #FBC012
Black with #FBC012
Text Example
Text Example
White with #FBC012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC012; }
p { color: rgb(251,192,18); }
H1.HeaderClassName
{
color: #FBC012;
}
.AnyTagClassName
{
color: #FBC012;
}
</style>
background-color css
<style>
a { background-color: #FBC012; }
a { background-color: rgb(251,192,18); }
div.DivClassName
{
background-color: #FBC012;
}
.BgClassName
{
background-color: #FBC012;
}
</style>
border-color css
<style>
span { border-color: #FBC012; }
span { border-color: rgb(251,192,18); }
td.TdClassName
{
border-color: #FBC012;
}
.TagClassName
{
border-color: #FBC012;
}
</style>