Shades of Golden Tainoi #FBC146
Tints of Golden Tainoi #FBC146
RGB
CMYK
RGB Variations
Color information
#FBC146 (or 0xFBC146) is known color: Golden Tainoi. HEX triplet: FB, C1 and 46. RGB value is (251,193,70). Sum of RGB (Red+Green+Blue) = 251+193+70=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 70 (27.73% from 255 or 13.62% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC146 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC146 is #043EB9. Grayscale: #C4C4C4. Windows color (decimal): -278202 or 4637179. OLE color: 4637179.
HSL color Cylindrical-coordinate representation of color #FBC146: hue angle of 40.77º 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 #FBC146 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 70 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.02 |
| HSL | 40.77º | 0.96% | 0.63% | - |
| HSV(B) | 40.77º | 0.72% | 0.98% | - |
| XYZ | 59.96 | 59.09 | 14.04 | - |
| YUV | 196.32 | 56.72 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 70 | 0 | 0.23 | 0.72 | 0.02 | 40.77 | 0.96 | 0.63 |
| Hex | FB | C1 | 46 | 0 | 17 | 48 | 2 | 29 | 60 | 3F |
| Octal | 373 | 301 | 106 | 0 | 27 | 110 | 2 | 51 | 140 | 77 |
| Binary | 11111011 | 11000001 | 1000110 | 0 | 10111 | 1001000 | 10 | 101001 | 1100000 | 111111 |
Color Harmonies of #FBC146
Complementary color
Monochromatic Colors of #FBC146
Black with #FBC146
Text Example
Text Example
White with #FBC146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC146; }
p { color: rgb(251,193,70); }
H1.HeaderClassName
{
color: #FBC146;
}
.AnyTagClassName
{
color: #FBC146;
}
</style>
background-color css
<style>
a { background-color: #FBC146; }
a { background-color: rgb(251,193,70); }
div.DivClassName
{
background-color: #FBC146;
}
.BgClassName
{
background-color: #FBC146;
}
</style>
border-color css
<style>
span { border-color: #FBC146; }
span { border-color: rgb(251,193,70); }
td.TdClassName
{
border-color: #FBC146;
}
.TagClassName
{
border-color: #FBC146;
}
</style>