Shades of Golden Tainoi #FBC246
Tints of Golden Tainoi #FBC246
RGB
CMYK
RGB Variations
Color information
#FBC246 (or 0xFBC246) is known color: Golden Tainoi. HEX triplet: FB, C2 and 46. RGB value is (251,194,70). Sum of RGB (Red+Green+Blue) = 251+194+70=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 70 (27.73% from 255 or 13.59% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC246 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC246 is #043DB9. Grayscale: #C5C5C5. Windows color (decimal): -277946 or 4637435. OLE color: 4637435.
HSL color Cylindrical-coordinate representation of color #FBC246: hue angle of 41.1º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FBC246 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 70 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.02 |
| HSL | 41.1º | 0.96% | 0.63% | - |
| HSV(B) | 41.1º | 0.72% | 0.98% | - |
| XYZ | 60.18 | 59.54 | 14.11 | - |
| YUV | 196.91 | 56.38 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 70 | 0 | 0.23 | 0.72 | 0.02 | 41.1 | 0.96 | 0.63 |
| Hex | FB | C2 | 46 | 0 | 17 | 48 | 2 | 29 | 60 | 3F |
| Octal | 373 | 302 | 106 | 0 | 27 | 110 | 2 | 51 | 140 | 77 |
| Binary | 11111011 | 11000010 | 1000110 | 0 | 10111 | 1001000 | 10 | 101001 | 1100000 | 111111 |
Color Harmonies of #FBC246
Complementary color
Monochromatic Colors of #FBC246
Black with #FBC246
Text Example
Text Example
White with #FBC246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC246; }
p { color: rgb(251,194,70); }
H1.HeaderClassName
{
color: #FBC246;
}
.AnyTagClassName
{
color: #FBC246;
}
</style>
background-color css
<style>
a { background-color: #FBC246; }
a { background-color: rgb(251,194,70); }
div.DivClassName
{
background-color: #FBC246;
}
.BgClassName
{
background-color: #FBC246;
}
</style>
border-color css
<style>
span { border-color: #FBC246; }
span { border-color: rgb(251,194,70); }
td.TdClassName
{
border-color: #FBC246;
}
.TagClassName
{
border-color: #FBC246;
}
</style>