Shades of Golden Poppy #FBC30F
Tints of Golden Poppy #FBC30F
RGB
CMYK
RGB Variations
Color information
#FBC30F (or 0xFBC30F) is known color: Golden Poppy. HEX triplet: FB, C3 and 0F. RGB value is (251,195,15). Sum of RGB (Red+Green+Blue) = 251+195+15=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 15 (6.25% from 255 or 3.25% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC30F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC30F is #043CF0. Grayscale: #C0C0C0. Windows color (decimal): -277745 or 1033211. OLE color: 1033211.
HSL color Cylindrical-coordinate representation of color #FBC30F: hue angle of 45.76º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBC30F is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 15 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.02 |
| HSL | 45.76º | 0.97% | 0.52% | - |
| HSV(B) | 45.76º | 0.94% | 0.98% | - |
| XYZ | 59.38 | 59.57 | 8.82 | - |
| YUV | 191.22 | 28.55 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 15 | 0 | 0.22 | 0.94 | 0.02 | 45.76 | 0.97 | 0.52 |
| Hex | FB | C3 | F | 0 | 16 | 5E | 2 | 2E | 61 | 34 |
| Octal | 373 | 303 | 17 | 0 | 26 | 136 | 2 | 56 | 141 | 64 |
| Binary | 11111011 | 11000011 | 1111 | 0 | 10110 | 1011110 | 10 | 101110 | 1100001 | 110100 |
Color Harmonies of #FBC30F
Complementary color
Monochromatic Colors of #FBC30F
Black with #FBC30F
Text Example
Text Example
White with #FBC30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC30F; }
p { color: rgb(251,195,15); }
H1.HeaderClassName
{
color: #FBC30F;
}
.AnyTagClassName
{
color: #FBC30F;
}
</style>
background-color css
<style>
a { background-color: #FBC30F; }
a { background-color: rgb(251,195,15); }
div.DivClassName
{
background-color: #FBC30F;
}
.BgClassName
{
background-color: #FBC30F;
}
</style>
border-color css
<style>
span { border-color: #FBC30F; }
span { border-color: rgb(251,195,15); }
td.TdClassName
{
border-color: #FBC30F;
}
.TagClassName
{
border-color: #FBC30F;
}
</style>