Shades of Golden Poppy #FBC20F
Tints of Golden Poppy #FBC20F
RGB
CMYK
RGB Variations
Color information
#FBC20F (or 0xFBC20F) is known color: Golden Poppy. HEX triplet: FB, C2 and 0F. RGB value is (251,194,15). Sum of RGB (Red+Green+Blue) = 251+194+15=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 15 (6.25% from 255 or 3.26% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC20F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC20F is #043DF0. Grayscale: #BFBFBF. Windows color (decimal): -278001 or 1032955. OLE color: 1032955.
HSL color Cylindrical-coordinate representation of color #FBC20F: hue angle of 45.51º 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 #FBC20F is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 15 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.02 |
| HSL | 45.51º | 0.97% | 0.52% | - |
| HSV(B) | 45.51º | 0.94% | 0.98% | - |
| XYZ | 59.16 | 59.13 | 8.75 | - |
| YUV | 190.64 | 28.88 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 15 | 0 | 0.23 | 0.94 | 0.02 | 45.51 | 0.97 | 0.52 |
| Hex | FB | C2 | F | 0 | 17 | 5E | 2 | 2E | 61 | 34 |
| Octal | 373 | 302 | 17 | 0 | 27 | 136 | 2 | 56 | 141 | 64 |
| Binary | 11111011 | 11000010 | 1111 | 0 | 10111 | 1011110 | 10 | 101110 | 1100001 | 110100 |
Color Harmonies of #FBC20F
Complementary color
Monochromatic Colors of #FBC20F
Black with #FBC20F
Text Example
Text Example
White with #FBC20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC20F; }
p { color: rgb(251,194,15); }
H1.HeaderClassName
{
color: #FBC20F;
}
.AnyTagClassName
{
color: #FBC20F;
}
</style>
background-color css
<style>
a { background-color: #FBC20F; }
a { background-color: rgb(251,194,15); }
div.DivClassName
{
background-color: #FBC20F;
}
.BgClassName
{
background-color: #FBC20F;
}
</style>
border-color css
<style>
span { border-color: #FBC20F; }
span { border-color: rgb(251,194,15); }
td.TdClassName
{
border-color: #FBC20F;
}
.TagClassName
{
border-color: #FBC20F;
}
</style>