Shades of Golden Tainoi #FBC065
Tints of Golden Tainoi #FBC065
RGB
CMYK
RGB Variations
Color information
#FBC065 (or 0xFBC065) is known color: Golden Tainoi. HEX triplet: FB, C0 and 65. RGB value is (251,192,101). Sum of RGB (Red+Green+Blue) = 251+192+101=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 101 (39.84% from 255 or 18.57% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC065 is #043F9A. Grayscale: #C7C7C7. Windows color (decimal): -278427 or 6668539. OLE color: 6668539.
HSL color Cylindrical-coordinate representation of color #FBC065: hue angle of 36.4º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FBC065 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 101 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.02 |
| HSL | 36.4º | 0.95% | 0.69% | - |
| HSV(B) | 36.4º | 0.6% | 0.98% | - |
| XYZ | 60.98 | 59.15 | 20.51 | - |
| YUV | 199.27 | 72.55 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 101 | 0 | 0.24 | 0.60 | 0.02 | 36.4 | 0.95 | 0.69 |
| Hex | FB | C0 | 65 | 0 | 18 | 3C | 2 | 24 | 5F | 45 |
| Octal | 373 | 300 | 145 | 0 | 30 | 74 | 2 | 44 | 137 | 105 |
| Binary | 11111011 | 11000000 | 1100101 | 0 | 11000 | 111100 | 10 | 100100 | 1011111 | 1000101 |
Color Harmonies of #FBC065
Complementary color
Monochromatic Colors of #FBC065
Black with #FBC065
Text Example
Text Example
White with #FBC065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC065; }
p { color: rgb(251,192,101); }
H1.HeaderClassName
{
color: #FBC065;
}
.AnyTagClassName
{
color: #FBC065;
}
</style>
background-color css
<style>
a { background-color: #FBC065; }
a { background-color: rgb(251,192,101); }
div.DivClassName
{
background-color: #FBC065;
}
.BgClassName
{
background-color: #FBC065;
}
</style>
border-color css
<style>
span { border-color: #FBC065; }
span { border-color: rgb(251,192,101); }
td.TdClassName
{
border-color: #FBC065;
}
.TagClassName
{
border-color: #FBC065;
}
</style>