Shades of Golden Poppy #FBC00F
Tints of Golden Poppy #FBC00F
RGB
CMYK
RGB Variations
Color information
#FBC00F (or 0xFBC00F) is known color: Golden Poppy. HEX triplet: FB, C0 and 0F. RGB value is (251,192,15). Sum of RGB (Red+Green+Blue) = 251+192+15=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 15 (6.25% from 255 or 3.28% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC00F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC00F is #043FF0. Grayscale: #BEBEBE. Windows color (decimal): -278513 or 1032443. OLE color: 1032443.
HSL color Cylindrical-coordinate representation of color #FBC00F: hue angle of 45º 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 #FBC00F is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 15 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.02 |
| HSL | 45º | 0.97% | 0.52% | - |
| HSV(B) | 45º | 0.94% | 0.98% | - |
| XYZ | 58.72 | 58.24 | 8.6 | - |
| YUV | 189.46 | 29.55 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 15 | 0 | 0.24 | 0.94 | 0.02 | 45 | 0.97 | 0.52 |
| Hex | FB | C0 | F | 0 | 18 | 5E | 2 | 2D | 61 | 34 |
| Octal | 373 | 300 | 17 | 0 | 30 | 136 | 2 | 55 | 141 | 64 |
| Binary | 11111011 | 11000000 | 1111 | 0 | 11000 | 1011110 | 10 | 101101 | 1100001 | 110100 |
Color Harmonies of #FBC00F
Complementary color
Monochromatic Colors of #FBC00F
Black with #FBC00F
Text Example
Text Example
White with #FBC00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC00F; }
p { color: rgb(251,192,15); }
H1.HeaderClassName
{
color: #FBC00F;
}
.AnyTagClassName
{
color: #FBC00F;
}
</style>
background-color css
<style>
a { background-color: #FBC00F; }
a { background-color: rgb(251,192,15); }
div.DivClassName
{
background-color: #FBC00F;
}
.BgClassName
{
background-color: #FBC00F;
}
</style>
border-color css
<style>
span { border-color: #FBC00F; }
span { border-color: rgb(251,192,15); }
td.TdClassName
{
border-color: #FBC00F;
}
.TagClassName
{
border-color: #FBC00F;
}
</style>