Shades of Golden Tainoi #FBC151
Tints of Golden Tainoi #FBC151
RGB
CMYK
RGB Variations
Color information
#FBC151 (or 0xFBC151) is known color: Golden Tainoi. HEX triplet: FB, C1 and 51. RGB value is (251,193,81). Sum of RGB (Red+Green+Blue) = 251+193+81=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 81 (32.03% from 255 or 15.43% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC151 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC151 is #043EAE. Grayscale: #C6C6C6. Windows color (decimal): -278191 or 5358075. OLE color: 5358075.
HSL color Cylindrical-coordinate representation of color #FBC151: hue angle of 39.53º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FBC151 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 81 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.02 |
| HSL | 39.53º | 0.96% | 0.65% | - |
| HSV(B) | 39.53º | 0.68% | 0.98% | - |
| XYZ | 60.34 | 59.24 | 16.04 | - |
| YUV | 197.57 | 62.22 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 81 | 0 | 0.23 | 0.68 | 0.02 | 39.53 | 0.96 | 0.65 |
| Hex | FB | C1 | 51 | 0 | 17 | 44 | 2 | 28 | 60 | 41 |
| Octal | 373 | 301 | 121 | 0 | 27 | 104 | 2 | 50 | 140 | 101 |
| Binary | 11111011 | 11000001 | 1010001 | 0 | 10111 | 1000100 | 10 | 101000 | 1100000 | 1000001 |
Color Harmonies of #FBC151
Complementary color
Monochromatic Colors of #FBC151
Black with #FBC151
Text Example
Text Example
White with #FBC151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC151; }
p { color: rgb(251,193,81); }
H1.HeaderClassName
{
color: #FBC151;
}
.AnyTagClassName
{
color: #FBC151;
}
</style>
background-color css
<style>
a { background-color: #FBC151; }
a { background-color: rgb(251,193,81); }
div.DivClassName
{
background-color: #FBC151;
}
.BgClassName
{
background-color: #FBC151;
}
</style>
border-color css
<style>
span { border-color: #FBC151; }
span { border-color: rgb(251,193,81); }
td.TdClassName
{
border-color: #FBC151;
}
.TagClassName
{
border-color: #FBC151;
}
</style>