Shades of Golden Tainoi #FBC162
Tints of Golden Tainoi #FBC162
RGB
CMYK
RGB Variations
Color information
#FBC162 (or 0xFBC162) is known color: Golden Tainoi. HEX triplet: FB, C1 and 62. RGB value is (251,193,98). Sum of RGB (Red+Green+Blue) = 251+193+98=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 98 (38.67% from 255 or 18.08% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC162 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC162 is #043E9D. Grayscale: #C7C7C7. Windows color (decimal): -278174 or 6472187. OLE color: 6472187.
HSL color Cylindrical-coordinate representation of color #FBC162: hue angle of 37.25º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FBC162 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 98 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.02 |
| HSL | 37.25º | 0.95% | 0.68% | - |
| HSV(B) | 37.25º | 0.61% | 0.98% | - |
| XYZ | 61.06 | 59.53 | 19.83 | - |
| YUV | 199.51 | 70.72 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 98 | 0 | 0.23 | 0.61 | 0.02 | 37.25 | 0.95 | 0.68 |
| Hex | FB | C1 | 62 | 0 | 17 | 3D | 2 | 25 | 5F | 44 |
| Octal | 373 | 301 | 142 | 0 | 27 | 75 | 2 | 45 | 137 | 104 |
| Binary | 11111011 | 11000001 | 1100010 | 0 | 10111 | 111101 | 10 | 100101 | 1011111 | 1000100 |
Color Harmonies of #FBC162
Complementary color
Monochromatic Colors of #FBC162
Black with #FBC162
Text Example
Text Example
White with #FBC162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC162; }
p { color: rgb(251,193,98); }
H1.HeaderClassName
{
color: #FBC162;
}
.AnyTagClassName
{
color: #FBC162;
}
</style>
background-color css
<style>
a { background-color: #FBC162; }
a { background-color: rgb(251,193,98); }
div.DivClassName
{
background-color: #FBC162;
}
.BgClassName
{
background-color: #FBC162;
}
</style>
border-color css
<style>
span { border-color: #FBC162; }
span { border-color: rgb(251,193,98); }
td.TdClassName
{
border-color: #FBC162;
}
.TagClassName
{
border-color: #FBC162;
}
</style>