Shades of Golden Poppy #FBC70F
Tints of Golden Poppy #FBC70F
RGB
CMYK
RGB Variations
Color information
#FBC70F (or 0xFBC70F) is known color: Golden Poppy. HEX triplet: FB, C7 and 0F. RGB value is (251,199,15). Sum of RGB (Red+Green+Blue) = 251+199+15=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 15 (6.25% from 255 or 3.23% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC70F is #0438F0. Grayscale: #C2C2C2. Windows color (decimal): -276721 or 1034235. OLE color: 1034235.
HSL color Cylindrical-coordinate representation of color #FBC70F: hue angle of 46.78º 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 #FBC70F is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 15 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.02 |
| HSL | 46.78º | 0.97% | 0.52% | - |
| HSV(B) | 46.78º | 0.94% | 0.98% | - |
| XYZ | 60.29 | 61.39 | 9.12 | - |
| YUV | 193.57 | 27.23 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 15 | 0 | 0.21 | 0.94 | 0.02 | 46.78 | 0.97 | 0.52 |
| Hex | FB | C7 | F | 0 | 15 | 5E | 2 | 2F | 61 | 34 |
| Octal | 373 | 307 | 17 | 0 | 25 | 136 | 2 | 57 | 141 | 64 |
| Binary | 11111011 | 11000111 | 1111 | 0 | 10101 | 1011110 | 10 | 101111 | 1100001 | 110100 |
Color Harmonies of #FBC70F
Complementary color
Monochromatic Colors of #FBC70F
Black with #FBC70F
Text Example
Text Example
White with #FBC70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC70F; }
p { color: rgb(251,199,15); }
H1.HeaderClassName
{
color: #FBC70F;
}
.AnyTagClassName
{
color: #FBC70F;
}
</style>
background-color css
<style>
a { background-color: #FBC70F; }
a { background-color: rgb(251,199,15); }
div.DivClassName
{
background-color: #FBC70F;
}
.BgClassName
{
background-color: #FBC70F;
}
</style>
border-color css
<style>
span { border-color: #FBC70F; }
span { border-color: rgb(251,199,15); }
td.TdClassName
{
border-color: #FBC70F;
}
.TagClassName
{
border-color: #FBC70F;
}
</style>