Shades of Golden Poppy #FBC30B
Tints of Golden Poppy #FBC30B
RGB
CMYK
RGB Variations
Color information
#FBC30B (or 0xFBC30B) is known color: Golden Poppy. HEX triplet: FB, C3 and 0B. RGB value is (251,195,11). Sum of RGB (Red+Green+Blue) = 251+195+11=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 11 (4.69% from 255 or 2.41% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC30B is #043CF4. Grayscale: #BFBFBF. Windows color (decimal): -277749 or 771067. OLE color: 771067.
HSL color Cylindrical-coordinate representation of color #FBC30B: hue angle of 46º 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 #FBC30B is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 11 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.02 |
| HSL | 46º | 0.97% | 0.51% | - |
| HSV(B) | 46º | 0.96% | 0.98% | - |
| XYZ | 59.36 | 59.56 | 8.68 | - |
| YUV | 190.77 | 26.55 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 11 | 0 | 0.22 | 0.96 | 0.02 | 46 | 0.97 | 0.51 |
| Hex | FB | C3 | B | 0 | 16 | 60 | 2 | 2E | 61 | 33 |
| Octal | 373 | 303 | 13 | 0 | 26 | 140 | 2 | 56 | 141 | 63 |
| Binary | 11111011 | 11000011 | 1011 | 0 | 10110 | 1100000 | 10 | 101110 | 1100001 | 110011 |
Color Harmonies of #FBC30B
Complementary color
Monochromatic Colors of #FBC30B
Black with #FBC30B
Text Example
Text Example
White with #FBC30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC30B; }
p { color: rgb(251,195,11); }
H1.HeaderClassName
{
color: #FBC30B;
}
.AnyTagClassName
{
color: #FBC30B;
}
</style>
background-color css
<style>
a { background-color: #FBC30B; }
a { background-color: rgb(251,195,11); }
div.DivClassName
{
background-color: #FBC30B;
}
.BgClassName
{
background-color: #FBC30B;
}
</style>
border-color css
<style>
span { border-color: #FBC30B; }
span { border-color: rgb(251,195,11); }
td.TdClassName
{
border-color: #FBC30B;
}
.TagClassName
{
border-color: #FBC30B;
}
</style>