Shades of Golden Poppy #FBC70C
Tints of Golden Poppy #FBC70C
RGB
CMYK
RGB Variations
Color information
#FBC70C (or 0xFBC70C) is known color: Golden Poppy. HEX triplet: FB, C7 and 0C. RGB value is (251,199,12). Sum of RGB (Red+Green+Blue) = 251+199+12=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 12 (5.08% from 255 or 2.60% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC70C is #0438F3. Grayscale: #C2C2C2. Windows color (decimal): -276724 or 837627. OLE color: 837627.
HSL color Cylindrical-coordinate representation of color #FBC70C: hue angle of 46.95º 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 #FBC70C is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 12 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.02 |
| HSL | 46.95º | 0.97% | 0.52% | - |
| HSV(B) | 46.95º | 0.95% | 0.98% | - |
| XYZ | 60.27 | 61.38 | 9.02 | - |
| YUV | 193.23 | 25.73 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 12 | 0 | 0.21 | 0.95 | 0.02 | 46.95 | 0.97 | 0.52 |
| Hex | FB | C7 | C | 0 | 15 | 5F | 2 | 2F | 61 | 34 |
| Octal | 373 | 307 | 14 | 0 | 25 | 137 | 2 | 57 | 141 | 64 |
| Binary | 11111011 | 11000111 | 1100 | 0 | 10101 | 1011111 | 10 | 101111 | 1100001 | 110100 |
Color Harmonies of #FBC70C
Complementary color
Monochromatic Colors of #FBC70C
Black with #FBC70C
Text Example
Text Example
White with #FBC70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC70C; }
p { color: rgb(251,199,12); }
H1.HeaderClassName
{
color: #FBC70C;
}
.AnyTagClassName
{
color: #FBC70C;
}
</style>
background-color css
<style>
a { background-color: #FBC70C; }
a { background-color: rgb(251,199,12); }
div.DivClassName
{
background-color: #FBC70C;
}
.BgClassName
{
background-color: #FBC70C;
}
</style>
border-color css
<style>
span { border-color: #FBC70C; }
span { border-color: rgb(251,199,12); }
td.TdClassName
{
border-color: #FBC70C;
}
.TagClassName
{
border-color: #FBC70C;
}
</style>