Shades of Golden Poppy #FBC60C
Tints of Golden Poppy #FBC60C
RGB
CMYK
RGB Variations
Color information
#FBC60C (or 0xFBC60C) is known color: Golden Poppy. HEX triplet: FB, C6 and 0C. RGB value is (251,198,12). Sum of RGB (Red+Green+Blue) = 251+198+12=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 12 (5.08% from 255 or 2.60% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC60C is #0439F3. Grayscale: #C1C1C1. Windows color (decimal): -276980 or 837371. OLE color: 837371.
HSL color Cylindrical-coordinate representation of color #FBC60C: hue angle of 46.69º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FBC60C is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 12 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.02 |
| HSL | 46.69º | 0.97% | 0.52% | - |
| HSV(B) | 46.69º | 0.95% | 0.98% | - |
| XYZ | 60.04 | 60.92 | 8.94 | - |
| YUV | 192.64 | 26.06 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 12 | 0 | 0.21 | 0.95 | 0.02 | 46.69 | 0.97 | 0.52 |
| Hex | FB | C6 | C | 0 | 15 | 5F | 2 | 2F | 61 | 34 |
| Octal | 373 | 306 | 14 | 0 | 25 | 137 | 2 | 57 | 141 | 64 |
| Binary | 11111011 | 11000110 | 1100 | 0 | 10101 | 1011111 | 10 | 101111 | 1100001 | 110100 |
Color Harmonies of #FBC60C
Complementary color
Monochromatic Colors of #FBC60C
Black with #FBC60C
Text Example
Text Example
White with #FBC60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC60C; }
p { color: rgb(251,198,12); }
H1.HeaderClassName
{
color: #FBC60C;
}
.AnyTagClassName
{
color: #FBC60C;
}
</style>
background-color css
<style>
a { background-color: #FBC60C; }
a { background-color: rgb(251,198,12); }
div.DivClassName
{
background-color: #FBC60C;
}
.BgClassName
{
background-color: #FBC60C;
}
</style>
border-color css
<style>
span { border-color: #FBC60C; }
span { border-color: rgb(251,198,12); }
td.TdClassName
{
border-color: #FBC60C;
}
.TagClassName
{
border-color: #FBC60C;
}
</style>