Shades of Golden Tainoi #FBC262
Tints of Golden Tainoi #FBC262
RGB
CMYK
RGB Variations
Color information
#FBC262 (or 0xFBC262) is known color: Golden Tainoi. HEX triplet: FB, C2 and 62. RGB value is (251,194,98). Sum of RGB (Red+Green+Blue) = 251+194+98=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 98 (38.67% from 255 or 18.05% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC262 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC262 is #043D9D. Grayscale: #C8C8C8. Windows color (decimal): -277918 or 6472443. OLE color: 6472443.
HSL color Cylindrical-coordinate representation of color #FBC262: hue angle of 37.65º 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 #FBC262 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 98 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.02 |
| HSL | 37.65º | 0.95% | 0.68% | - |
| HSV(B) | 37.65º | 0.61% | 0.98% | - |
| XYZ | 61.28 | 59.97 | 19.9 | - |
| YUV | 200.1 | 70.38 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 98 | 0 | 0.23 | 0.61 | 0.02 | 37.65 | 0.95 | 0.68 |
| Hex | FB | C2 | 62 | 0 | 17 | 3D | 2 | 26 | 5F | 44 |
| Octal | 373 | 302 | 142 | 0 | 27 | 75 | 2 | 46 | 137 | 104 |
| Binary | 11111011 | 11000010 | 1100010 | 0 | 10111 | 111101 | 10 | 100110 | 1011111 | 1000100 |
Color Harmonies of #FBC262
Complementary color
Monochromatic Colors of #FBC262
Black with #FBC262
Text Example
Text Example
White with #FBC262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC262; }
p { color: rgb(251,194,98); }
H1.HeaderClassName
{
color: #FBC262;
}
.AnyTagClassName
{
color: #FBC262;
}
</style>
background-color css
<style>
a { background-color: #FBC262; }
a { background-color: rgb(251,194,98); }
div.DivClassName
{
background-color: #FBC262;
}
.BgClassName
{
background-color: #FBC262;
}
</style>
border-color css
<style>
span { border-color: #FBC262; }
span { border-color: rgb(251,194,98); }
td.TdClassName
{
border-color: #FBC262;
}
.TagClassName
{
border-color: #FBC262;
}
</style>