Shades of Golden Poppy #FBC70B
Tints of Golden Poppy #FBC70B
RGB
CMYK
RGB Variations
Color information
#FBC70B (or 0xFBC70B) is known color: Golden Poppy. HEX triplet: FB, C7 and 0B. RGB value is (251,199,11). Sum of RGB (Red+Green+Blue) = 251+199+11=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 11 (4.69% from 255 or 2.39% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC70B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC70B is #0438F4. Grayscale: #C1C1C1. Windows color (decimal): -276725 or 772091. OLE color: 772091.
HSL color Cylindrical-coordinate representation of color #FBC70B: hue angle of 47º 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 #FBC70B is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 11 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.02 |
| HSL | 47º | 0.97% | 0.51% | - |
| HSV(B) | 47º | 0.96% | 0.98% | - |
| XYZ | 60.27 | 61.38 | 8.99 | - |
| YUV | 193.12 | 25.23 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 11 | 0 | 0.21 | 0.96 | 0.02 | 47 | 0.97 | 0.51 |
| Hex | FB | C7 | B | 0 | 15 | 60 | 2 | 2F | 61 | 33 |
| Octal | 373 | 307 | 13 | 0 | 25 | 140 | 2 | 57 | 141 | 63 |
| Binary | 11111011 | 11000111 | 1011 | 0 | 10101 | 1100000 | 10 | 101111 | 1100001 | 110011 |
Color Harmonies of #FBC70B
Complementary color
Monochromatic Colors of #FBC70B
Black with #FBC70B
Text Example
Text Example
White with #FBC70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC70B; }
p { color: rgb(251,199,11); }
H1.HeaderClassName
{
color: #FBC70B;
}
.AnyTagClassName
{
color: #FBC70B;
}
</style>
background-color css
<style>
a { background-color: #FBC70B; }
a { background-color: rgb(251,199,11); }
div.DivClassName
{
background-color: #FBC70B;
}
.BgClassName
{
background-color: #FBC70B;
}
</style>
border-color css
<style>
span { border-color: #FBC70B; }
span { border-color: rgb(251,199,11); }
td.TdClassName
{
border-color: #FBC70B;
}
.TagClassName
{
border-color: #FBC70B;
}
</style>