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