Shades of Golden Poppy #FBC10F
Tints of Golden Poppy #FBC10F
RGB
CMYK
RGB Variations
Color information
#FBC10F (or 0xFBC10F) is known color: Golden Poppy. HEX triplet: FB, C1 and 0F. RGB value is (251,193,15). Sum of RGB (Red+Green+Blue) = 251+193+15=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 15 (6.25% from 255 or 3.27% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC10F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC10F is #043EF0. Grayscale: #BEBEBE. Windows color (decimal): -278257 or 1032699. OLE color: 1032699.
HSL color Cylindrical-coordinate representation of color #FBC10F: hue angle of 45.25º 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 #FBC10F is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 15 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.02 |
| HSL | 45.25º | 0.97% | 0.52% | - |
| HSV(B) | 45.25º | 0.94% | 0.98% | - |
| XYZ | 58.94 | 58.68 | 8.67 | - |
| YUV | 190.05 | 29.22 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 15 | 0 | 0.23 | 0.94 | 0.02 | 45.25 | 0.97 | 0.52 |
| Hex | FB | C1 | F | 0 | 17 | 5E | 2 | 2D | 61 | 34 |
| Octal | 373 | 301 | 17 | 0 | 27 | 136 | 2 | 55 | 141 | 64 |
| Binary | 11111011 | 11000001 | 1111 | 0 | 10111 | 1011110 | 10 | 101101 | 1100001 | 110100 |
Color Harmonies of #FBC10F
Complementary color
Monochromatic Colors of #FBC10F
Black with #FBC10F
Text Example
Text Example
White with #FBC10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC10F; }
p { color: rgb(251,193,15); }
H1.HeaderClassName
{
color: #FBC10F;
}
.AnyTagClassName
{
color: #FBC10F;
}
</style>
background-color css
<style>
a { background-color: #FBC10F; }
a { background-color: rgb(251,193,15); }
div.DivClassName
{
background-color: #FBC10F;
}
.BgClassName
{
background-color: #FBC10F;
}
</style>
border-color css
<style>
span { border-color: #FBC10F; }
span { border-color: rgb(251,193,15); }
td.TdClassName
{
border-color: #FBC10F;
}
.TagClassName
{
border-color: #FBC10F;
}
</style>